diff --git a/frontend/src/metadata/components/cell-editors/long-text-editor/index.js b/frontend/src/metadata/components/cell-editors/long-text-editor/index.js index 54b3c74091..dafacbdf70 100644 --- a/frontend/src/metadata/components/cell-editors/long-text-editor/index.js +++ b/frontend/src/metadata/components/cell-editors/long-text-editor/index.js @@ -1,11 +1,13 @@ import React from 'react'; import PropTypes from 'prop-types'; +import { I18nextProvider } from 'react-i18next'; import { LongTextEditorDialog, getPreviewContent } from '@seafile/seafile-editor'; import toaster from '../../../../components/toast'; import LongtextAPI from './api'; import { getValidLongTextValue, isLongTextValueExceedLimit } from '../../../utils/column'; import { lang, serviceURL } from '../../../../utils/constants'; import { LONG_TEXT_EXCEED_LIMIT_MESSAGE, LONG_TEXT_EXCEED_LIMIT_SUGGEST } from '../../../constants'; +import i18n from '../../../../_i18n/i18n-seafile-editor'; import './index.css'; @@ -17,8 +19,11 @@ class LongTextEditor extends React.PureComponent { this.repoID = window.sfMetadataContext.getSetting('repoID'); this.filePath = '/'; const repoInfo = window.sfMetadataContext.getSetting('repoInfo'); - const { repo_name } = repoInfo; - this.api = new LongtextAPI({ repoID: this.repoID, repoName: repo_name, server: serviceURL }); + this.api = new LongtextAPI({ + repoID: this.repoID, + repoName: repoInfo.repo_name, + server: serviceURL, + }); this.value = this.initEditorValue(); } @@ -92,24 +97,24 @@ class LongTextEditor extends React.PureComponent { render() { const { column, readOnly } = this.props; - const headerName = column.name; - return ( - + + + ); } } diff --git a/frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js b/frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js index c8fc78d9b3..e1aedcf889 100644 --- a/frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js +++ b/frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js @@ -16,12 +16,11 @@ const LinkedTags = ({ isParentTags, linkedTags, switchToAddTagsPage, deleteLined
- {linkedTags.length === 0 && ( - - )} - {linkedTags.length > 0 && ( + {linkedTags.length === 0 ? + + : - )} + }
); diff --git a/frontend/src/translate.js b/frontend/src/translate.js index 708def3fa2..f35d00d047 100644 --- a/frontend/src/translate.js +++ b/frontend/src/translate.js @@ -25,6 +25,7 @@ gettext('No login logs'); gettext('No file update logs'); gettext('No file access logs'); gettext('Save Selected Items'); +gettext('New view'); gettext('You have not shared any folders with other users yet. You can share a folder with other users by clicking the share icon to the right of a folder\'s name.'); gettext('You have not created any share links yet. A share link can be used to share files and folders with anyone. You can create a share link for a file or folder by clicking the share icon to the right of its name.'); gettext('You have not created any upload links yet. An upload link allows anyone to upload files to a folder or library. You can create an upload link for a folder or library by clicking the share icon to the right of its name.'); diff --git a/locale/ar/LC_MESSAGES/django.po b/locale/ar/LC_MESSAGES/django.po index 6983193ca9..2e27383856 100644 --- a/locale/ar/LC_MESSAGES/django.po +++ b/locale/ar/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: malnaim , 2021,2023-2024\n" "Language-Team: Arabic (http://app.transifex.com/haiwen/seahub/language/ar/)\n" @@ -865,8 +865,9 @@ msgid "" msgstr "أنت تمتلك %(nb_avatars)d شعارات, و الحد المسموح %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "طول كلمة سر ويبداف -WebDav- يجب أن تكون أقل من 30 ." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1536,11 +1537,11 @@ msgstr "فريق %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "الترخيص مرفوض" @@ -2533,8 +2534,8 @@ msgstr "مكتبات مشتركة" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3070,11 +3071,11 @@ msgstr "عطل" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "غير قادر على عرض الملف" @@ -3106,7 +3107,7 @@ msgstr "السجل التاريخي المحدد غير موجود" msgid "Unknown error" msgstr "خطأ غير معروف" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" غير موجود." @@ -3133,9 +3134,9 @@ msgid "Bad upload link token." msgstr "رمز رابط تحميل غير صالح." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "الملف غير موجود" @@ -3163,49 +3164,49 @@ msgstr "الترميز الذي اخترته غير مناسب." msgid "Unknown file encoding" msgstr "ترميز الملف غير معروف" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "حجم الملف يتجاوز %s، ولا يمكن فتحه على الإنترنت." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "المكتبة مشفرة، و لا يمكن فتحها على الانترنت." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "خطأ عند تحضير صفحة معاينة ملف Office Online." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "خطأ عند تحضير صفحة معاينة ملف OnlyOffice." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "غير قادر على تنزيل الملف، مسار الملف غير صحيح" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "غير قادر على تنزيل الملف، مسار الملف خاطئ" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "غير قادر على تحميل الملف." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "شارك الرابط لـ%s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "غير قادر على تنزيل الملف" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "الملف الأصلي غير موجود" diff --git a/locale/ar/LC_MESSAGES/djangojs.po b/locale/ar/LC_MESSAGES/djangojs.po index 8feb6862ed..1ce0a8f80f 100644 --- a/locale/ar/LC_MESSAGES/djangojs.po +++ b/locale/ar/LC_MESSAGES/djangojs.po @@ -5,15 +5,15 @@ # Translators: # Translators: # Amr Mothana , 2017 -# malnaim , 2023-2024 +# malnaim , 2023-2025 # Seafile Info , 2024 msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" -"Last-Translator: malnaim , 2023-2024\n" +"Last-Translator: malnaim , 2023-2025\n" "Language-Team: Arabic (http://app.transifex.com/haiwen/seahub/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,8 +38,6 @@ msgid "Exit Institution Admin" msgstr "خروج مدير المؤسسة" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "مدير النظام" @@ -51,44 +49,22 @@ msgstr "مدير المنظمة" msgid "Institution Admin" msgstr "مدير المؤسسة" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "شعار" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "عرض الملف الشخصي و أكثر" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "مُستخدم:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "إعدادات" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "بوابة العميل" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "تسجيل خروج" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "تراجع" @@ -138,6 +114,22 @@ msgstr "شارك {share_from} مجلدًا باسم {repo_link} إلى المج msgid "{user} has transfered a library named {repo_link} to you." msgstr "قام {user} بنقل مكتبة باسم {repo link} إليك." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "قام {user} بإنشاء ملف {fileName} في المكتبة {libraryName}." @@ -219,33 +211,26 @@ msgid "" "library {libraryName}." msgstr "المستخدم {user} نقل المجلد {folderName} و {folderCount} من المجلدات الأخرى في المكتبة {libraryName}." +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "إشعارات" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "إشعار" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "وضع علامة مقروءة على الكل" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "شاهد كل الإشعارات" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -283,54 +268,25 @@ msgstr "تحديث العرض" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "علامات" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "ملفات" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -341,57 +297,23 @@ msgstr "ملفات" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "عمليات أكثر" @@ -416,7 +338,6 @@ msgid "Abuse report added" msgstr "تمت إضافة تقرير إساءة الاستخدام" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "بلغ عن إساءة" @@ -438,7 +359,7 @@ msgid "Abuse Content" msgstr "محتوى سيء" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "آخر" @@ -453,6 +374,7 @@ msgstr "معلومات الاتصال" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "الوصف" @@ -480,8 +402,6 @@ msgstr "الوصف" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -491,8 +411,6 @@ msgstr "الوصف" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -500,7 +418,6 @@ msgstr "الوصف" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -509,30 +426,24 @@ msgstr "الوصف" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -541,7 +452,6 @@ msgstr "الوصف" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -557,11 +467,8 @@ msgstr "الوصف" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -573,11 +480,9 @@ msgstr "الوصف" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -606,18 +511,12 @@ msgstr "إلغاء" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -627,29 +526,21 @@ msgstr "إلغاء" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -658,7 +549,6 @@ msgstr "إلغاء" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -671,8 +561,6 @@ msgstr "إلغاء" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -681,9 +569,6 @@ msgstr "إلغاء" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -696,14 +581,12 @@ msgstr "إلغاء" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -733,14 +616,9 @@ msgstr "إضافة موقع ويكي" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -750,10 +628,8 @@ msgstr "إضافة موقع ويكي" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -761,12 +637,8 @@ msgstr "إضافة موقع ويكي" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -779,7 +651,6 @@ msgstr "إضافة موقع ويكي" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -787,12 +658,8 @@ msgstr "إضافة موقع ويكي" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -802,29 +669,32 @@ msgstr "إضافة موقع ويكي" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -851,13 +721,13 @@ msgstr "حدد القسم" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "لا توجد خيارات متاحة" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "صفحة جديدة" @@ -942,11 +812,7 @@ msgstr "نجح التنظيف." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1014,122 +880,55 @@ msgstr "هل حقا تريد حذف حسابك؟" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1175,20 +974,15 @@ msgstr "هل أنت متأكد من استعادة هذه المكتبة؟" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "استعادة" @@ -1209,12 +1003,6 @@ msgstr "حذف الملفات من هذا الجهاز عند التوصيل ف #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "فصل" @@ -1250,7 +1038,6 @@ msgstr "نسخ العنصر(العناصر) المحدد(ة) إلى:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1306,16 +1093,12 @@ msgstr "الاسم \"{name}\" مستخدم بالفعل. الرجاء اختيا #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "ملف جديد" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1357,12 +1140,8 @@ msgstr "كلمات السر غير متطابقة" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1373,39 +1152,19 @@ msgid "Template" msgstr "قالب" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "مكان التخزين" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1422,6 +1181,7 @@ msgstr "قراءة - كتابة" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1433,24 +1193,18 @@ msgstr "تشفير" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "كلمة السر" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "إعادة كلمة السر" @@ -1461,7 +1215,6 @@ msgstr "إعادة كلمة السر" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "خطأ داخلي في الخادم" @@ -1472,10 +1225,6 @@ msgstr "العلامة \"{name}\" موجودة بالفعل." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1493,13 +1242,10 @@ msgstr "اختر لون" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "حفظ" @@ -1525,7 +1271,6 @@ msgstr "اسم الإذن" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1538,35 +1283,24 @@ msgstr "اسم الإذن" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "تحميل" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1574,10 +1308,6 @@ msgstr "تحميل" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "تتزيل" @@ -1604,7 +1334,6 @@ msgstr "يشمل التعديل تعديل الملف ونقل / إعادة تس #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1612,8 +1341,6 @@ msgstr "يشمل التعديل تعديل الملف ونقل / إعادة تس #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "نسخ" @@ -1627,9 +1354,6 @@ msgid "Generate share link" msgstr "توليد رابط المشاركة" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1637,14 +1361,9 @@ msgstr "توليد رابط المشاركة" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1654,9 +1373,6 @@ msgstr "توليد رابط المشاركة" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "تحرير" @@ -1697,16 +1413,13 @@ msgstr "تمت مشاركة هذه المكتبة مع {user_amount} مستخد #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "حذف مكتبة" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "حذف مجموعة" @@ -1714,17 +1427,6 @@ msgstr "حذف مجموعة" msgid "Really want to delete this group?" msgstr "أتريد حذف هذه المجموعة؟" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "حدد العلامات" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "أنشئ علامة جديدة" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "تم تحرير العلامات بنجاح." @@ -1738,10 +1440,6 @@ msgid "{placeholder} Access Log" msgstr "{placeholder} سجل الدخول" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1799,18 +1497,6 @@ msgstr "اسم الجهاز" msgid "Date" msgstr "تاريخ" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "مستخدم مجهول" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "لم يتم الوصول (ظاهريا) لهذا الملف حتى الان" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1871,114 +1557,19 @@ msgid "Upload Link" msgstr "رابط التحميل" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "إخفاء" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "عرض" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "تاريخ اﻹنتهاء" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "تحديث" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "ارسال" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "إضافة حماية كلمة السر" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "اضافة الانتهاء التلقائي" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "توليد" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "أعضاء المجموعة" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "مرحباً بك في {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "يقوم {site_name_placeholder} بتنظيم الملفات في المكتبات. يمكن مزامنة كل مكتبة ومشاركتها بشكل منفصل. لقد أنشأنا لك مكتبة شخصية. يمكنك إنشاء المزيد من المكتبات لاحقًا." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "يقوم {site_name_placeholder} بتنظيم الملفات في المكتبات. يمكن مزامنة كل مكتبة ومشاركتها بشكل منفصل. ومع ذلك، نظرًا لأنك مستخدم ضيف الآن، فلا يمكنك إنشاء مكتبات." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "تعذر تحميل الصورة." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "السابق(السهم إلى اليسار)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "التالي(السهم إلى اليمين)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "إغلاق(Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "تكبير" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "تصغير" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "عرض الصورة الأصلية" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "التعرف المرئي على الحروف -OCR-" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1989,20 +1580,6 @@ msgstr "الرجاء اختيار ملف إكسل .xlsx." msgid "Import members from a .xlsx file" msgstr "استيراد الأعضاء من ملف إكسل .xlsx" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "تنزيل ملف العينه" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "تحميل ملف" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "إختر ملف" @@ -2054,7 +1631,6 @@ msgstr "إلغاء الوصول" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2062,28 +1638,19 @@ msgid "It is required." msgstr "مطلوب." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "البريد الإلكتروني غير صالح." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "تمت الدعوة بنجاح للبريد %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "تمت دعوة %(email) و %(num) أخرون بنجاح." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "دعوة ضيف" @@ -2094,10 +1661,7 @@ msgstr "البريد الإلكتروني" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "عناوين بريد مفصولة بـ ','" @@ -2120,30 +1684,24 @@ msgid "Really want to leave this group?" msgstr "أتريد مغادرة هذه المجموعة؟" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "غادر" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "هذه المكتبة محمية بكلمة سر" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "كلمة سر غير صحيحة" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "سيتم الاحتفاظ بكلمة السر على الخادم لمدة ساعة 1 فقط." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "إعدادات" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2163,6 +1721,12 @@ msgstr "الاعدادات الموسعة" msgid "Face recognition" msgstr "التعرف على الوجه" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "التعرف المرئي على الحروف -OCR-" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2226,70 +1790,6 @@ msgstr "اذونات مجلد {placeholder}" msgid "Set permission of {placeholder}" msgstr "تعيين الإذن لـ {placeholder}" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "مجموعة" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "مجلد" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "لا يصبح إذن المجلد ساري المفعول إلا بعد مشاركة المكتبة مع المستخدمين أو المجموعات. ويُستخدم لضبط أذونات المجلدات الفرعية." - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "بحث عن مجموعات" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "لا توجد نتائج" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "البحث عن المستخدمين" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "الملفات مُنشأ" @@ -2301,6 +1801,7 @@ msgstr "الملفات مُنشأ" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2317,23 +1818,19 @@ msgid "Tagged Files" msgstr "الملفات المُوسومة" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2342,8 +1839,6 @@ msgstr "الملفات المُوسومة" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2353,41 +1848,33 @@ msgstr "الملفات المُوسومة" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "الحجم" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "آخر تحديث" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "محذوف" @@ -2411,6 +1898,8 @@ msgstr "المكتبات المحذوفة" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "لا يوجد مكتبات محذوفة" @@ -2448,14 +1937,13 @@ msgstr "حدد مستخدمًا كمدير" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "قسم فرعي جديد" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2466,14 +1954,25 @@ msgstr "قسم جديد" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "إضافة عضو" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "البحث عن المستخدمين" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2481,29 +1980,20 @@ msgstr "البريد الإلكتروني مطلوب" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "إضافة مستخدم" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "البريد" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "تأكيد كلمة السر" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2558,8 +2048,6 @@ msgstr "تاريخ الإنتهاء" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "هل أنت متأكد أنك تريد حذف {placeholder} ؟" @@ -2570,7 +2058,6 @@ msgstr "حذف القسم" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "حذف عضو" @@ -2599,7 +2086,6 @@ msgstr "الحصة غير صالحة." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "تحديد المخصص" @@ -2640,8 +2126,6 @@ msgid "" msgstr "يجب أن يتراوح طول الجزء المخصص من عنوان الرابط بين 5 و30 حرفا وقد يحتوي فقط على أحرف (a-z) وأرقام وواصلات(-)." #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "إلغاء النشر" @@ -2704,76 +2188,6 @@ msgstr "اسم الويكي Wiki الجديد" msgid "API token is copied to the clipboard." msgstr "تمت نسخ رمز واجهة برمجة التطبيقات API إلى الحافظة." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "الترخيص مرفوض" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "خطأ" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "الرجاء التحقق من الشبكة" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "اسم التطبيق" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "رمز -API- واجهة برمجة التطبيقات {placeholder}" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2819,64 +2233,25 @@ msgstr "اصدار" msgid "Labels" msgstr "العلامات" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "لا شيء" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "غير معروف" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "تفاصيل" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "الاصدار الحالي" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "عرض اللقطة" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" -msgstr "" +msgstr "حدد حزمة البرامج المكتبية" #: frontend/src/components/dialog/repo-office-suite-dialog.js:90 msgid "{library_name} Office Suite" -msgstr "" +msgstr "{library_name} البرامج المكتبية" #: frontend/src/components/dialog/repo-share-admin-dialog.js:55 msgid "{placeholder} Share Admin" msgstr "{placeholder} شارك المدير" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "مشاركة روابط" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "روابظ التحميل" @@ -2889,98 +2264,6 @@ msgstr "مشاركات المستخدم" msgid "Group Shares" msgstr "مشاركات المجموعة" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "انتهاء" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "لا توجد روابط مشاركة" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "حذف روابط المشاركة" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "هل أنت متأكد من أنك تريد حذف رابط (روابط) المشاركة المحددة؟" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "تم حذف عنصر واحد بنجاح" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "تم حذف رابط التحميل بنجاح" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "تم حذف {number_placeholder} رابط (روابط) التحميل بنجاح" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "المنشئ" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "رابط" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "عدد الزيارات" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "لايوجد روابظ تحميل" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "حذف روابظ التحميل" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "هل أنت متأكد من أنك تريد حذف رابط (روابط) التحميل المحدد؟" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3018,39 +2301,6 @@ msgstr "جاري التصدير..." msgid "Search files in this library" msgstr "بحث عن ملفات في هذه المكتبة" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "لا توجد نتيجة" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "الرجاء تحديد المكتبة أو المجلد أولاً." - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "المكتبة الحالية" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "مكتبات أخرى" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "المستخدمة مؤخرا" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "مجلد جديد" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "تعيين بريد إلكتروني للاتصال بالمستخدم" @@ -3082,6 +2332,15 @@ msgstr "تعيين كلمة سر ويبداف -WebDAV-" msgid "The link is copied to the clipboard." msgstr "تم نسخ الرابط إلى الحافظة." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "رابط" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3113,30 +2372,18 @@ msgstr "المشاركة مع خادم آخر" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "مشاركة" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "أيقونة" @@ -3149,78 +2396,13 @@ msgstr "الرجاء اختيار المكتبة للمشاركة." msgid "Select libraries to share" msgstr "حدد المكتبات للمشاركة" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "الداعي" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "الخادم" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "البريد الإلكتروني للمستخدم" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "قد يستغرق الأمر بعض الوقت، يرجى الانتظار." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "تم حذف عنصر واحد بنجاح." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "حدد الخادم" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "لا يمكن مشاركة المكتبة مع المالك." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "حسب الاسم تصاعدياً" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "حسب الاسم تنازلياً" @@ -3244,12 +2426,12 @@ msgstr "حسب الزمن تصاعدياً" msgid "By time descending" msgstr "حسب الزمن تنازلياً" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "أضف القسم إلى" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "إنشاء القسم الأعلى" @@ -3264,17 +2446,12 @@ msgstr "حذف القسم" msgid "Are you sure to delete" msgstr "هل انت متأكد من الحذف" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3293,7 +2470,7 @@ msgstr "تعيين حد معدل التحميل" msgid "Set Download Rate Limit" msgstr "تعيين حد معدل التنزيل" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "إضافة عضو" @@ -3369,10 +2546,8 @@ msgstr "إضافة منظمة" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3400,15 +2575,13 @@ msgstr "الاسم(اختياري)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "وظيفة" @@ -3464,8 +2637,6 @@ msgstr "اسم المجموعة" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "الشروط" @@ -3479,19 +2650,10 @@ msgid "Transfer to department" msgstr "نقل إلى القسم" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "المستخدمين" @@ -3507,15 +2669,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "إذا تمت مشاركة المكتبة مع مستخدم آخر، فسيتم الاحتفاظ بالمشاركة." #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "الاقسام" @@ -3543,6 +2701,63 @@ msgstr "نقل المجموعة لـ" msgid "Please enter 1 or more character" msgstr "الرجاء إدخال حرف واحد أو أكثر" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "الترخيص مرفوض" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "خطأ" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "الرجاء التحقق من الشبكة" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3554,25 +2769,31 @@ msgstr "قم بزيارة الإصدار القديم من الصفحة" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "لا يوجد ملف" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "المسار الحالي: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "عنصر واحد 1 تم إرجاعة" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "مجلد" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3581,8 +2802,7 @@ msgstr "عنصر واحد 1 تم إرجاعة" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "ملف" @@ -3698,6 +2918,17 @@ msgstr "فشل التنزيل. الحجم الإجمالي للملفات تجا msgid "Packaging..." msgstr "جاري تجهيز الحزم..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "ملفات" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "آخرى" @@ -3707,7 +2938,7 @@ msgstr "آخرى" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "سلة المحذوفات" @@ -3730,6 +2961,11 @@ msgstr "كانبان" msgid "Map" msgstr "الخريطة" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "طريقة عرض جديدة" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "مطالبات التمديد" @@ -3837,87 +3073,64 @@ msgstr "معلومات عامة" msgid "Capture information" msgstr "معلومات الالتقاط" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "المنشئ" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "مجمدة بواسطة {name}" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "مقفل بواسطة {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "مجمدة" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "مقفل" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "مجمدة بواسطة {name}" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "مقفل بواسطة {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "إلغاء تحديد هذا العنصر" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "حدد هذا العنصر" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "إلغاء تأشير" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "أشر بمهم" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "إلغاء تحديد جميع العناصر" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "حدد جميع العناصر" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "لا يوجد أي محتوى في هذا المجلد في الوقت الحالي." @@ -3928,28 +3141,20 @@ msgstr "يمكنك إنشاء الملفات بسرعة" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "لا توجد نتائج مطابقة" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "مكتبات" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "يمكنك ايضا الضغط على ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "يمكنك أيضا الضغط على →" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3991,57 +3196,12 @@ msgstr "خطأ في الشبكة" msgid "File too large" msgstr "الملف كبير جدًا" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "جاري التحضير للتحميل..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "متبقي" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "جاري الحفظ...." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "اِنتِظار..." - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "جاري التحميل..." -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "تم التحميل" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "إعادة المحاولة" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4056,54 +3216,9 @@ msgstr "فشل تحميل {failed_files_num} ملفًا" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "جاري تجميل الملف..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "تم تحميل جميع الملفات" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "أعد المحاولة كلها" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "إلغاء الكل" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "اسم" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "الحجم" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "التَقَدُّم" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "الحالة" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4115,13 +3230,13 @@ msgid "unstarred" msgstr "غير مؤشر" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "قفل" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "فتح" @@ -4130,74 +3245,26 @@ msgstr "فتح" msgid "Find" msgstr "بحث" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "طباعة" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "فتح عن طريق العميل" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "فتح المجلد الرئيسي" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "العرض عبر المتصفع غير قابل للتطبيق على تنسيق الملف هذا" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "بسط" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "ثني" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "مكتباتي" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "مشاركة معي" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "مشاركة مع الكل" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "تفاصيل" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4214,7 +3281,7 @@ msgstr "مدير" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4227,8 +3294,8 @@ msgstr "عضو" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4244,17 +3311,15 @@ msgstr "المسار الحالي: " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "نوع المكتبة" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "أحداث" @@ -4263,121 +3328,10 @@ msgstr "أحداث" msgid "Add group member" msgstr "إضافة عضو المجموعة" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "البحث عن أعضاء المجموعة" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "المفضلات" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "أنشطة" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "ويكي" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "مساعدة" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "عملاء سطح المكتب أو المحمول" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "حول" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "افتح الشريط الجانبي" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "روابط" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "مجلدات" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "مساحة العمل" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "مدير المشاركة" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "المساعدة والموارد" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "اطوِ الشريط الجانبي" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "اظهر المزيد" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "أعضاء" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "المكتبات المملوكة" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "المكتبات المشتركة" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / صفحة" @@ -4404,6 +3358,7 @@ msgstr "تم رفض الإذن. يرجى محاولة {placeholder-left} تسج #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "لا يوجد علامات" @@ -4416,6 +3371,11 @@ msgstr "لم يتم العثور على العلامة" msgid "Find a tag" msgstr "البحث عن علامة" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "أنشئ علامة جديدة" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4452,21 +3412,6 @@ msgstr "استيراد العلامات" msgid "Export tags" msgstr "تصدير العلامات" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "نشر" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "أنت تشاهد تغييرات الملفات لهذه المكتبة." - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4478,53 +3423,43 @@ msgid "Type characters to start search" msgstr "اكتب أحرف لبدء البحث" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "في جميع المكتبات" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "في هذه المكتبة" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "في هذا المجلد" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "نتائج البحث التي تمت زيارتها مؤخرًا" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "مكتبات" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "الصفحة الحالية" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "لا توجد نتيجة" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "إضافة إذن مخصص" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "أي شخص لديه الرابط" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "مستخدمون محددون في الفريق" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "أشخاص محددون لديهم عنوان بريد إلكتروني" @@ -4533,8 +3468,6 @@ msgstr "أشخاص محددون لديهم عنوان بريد إلكتروني" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "افتراضي" @@ -4544,8 +3477,6 @@ msgstr "افتراضي" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "ضيف" @@ -4570,6 +3501,10 @@ msgstr "ارسال إلى:" msgid "Message (optional):" msgstr "رسالة(اختياري):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "ارسال" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "جاري الارسال..." @@ -4603,24 +3538,6 @@ msgstr "تم حذف رابط مشاركة واحد بنجاح" msgid "Successfully deleted {number_placeholder} share links" msgstr "تم حذف {number_placeholder} روابط مشاركة بنجاح" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "تمت إضافة %s بنجاح ." - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "عناوين البريد الإلكتروني الموثوقة" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "المستخدمين الموثقين" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4650,14 +3567,10 @@ msgstr "إنشاء روابط " msgid "Number of links" msgstr "عدد الروابط" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "تعيين الإذن" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "تعيين نطاق الوصول" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "إضافة حماية كلمة السر" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4672,30 +3585,37 @@ msgstr "نسخ رابط التنزيل المباشر إلى الحافظة." msgid "Direct download link" msgstr "رابط التحميل المباشر" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "نطاق الوصول" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "حذف رابط المشاركة" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "هل أنت متأكد من أنك تريد حذف رابط المشاركة؟" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "تصدير" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "لا توجد روابط مشاركة" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "انتهاء" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "حذف روابط المشاركة" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "هل أنت متأكد من أنك تريد حذف رابط (روابط) المشاركة المحددة؟" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4706,46 +3626,33 @@ msgstr "تم الحفظ بنجاح" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "تم تعطيل تحميل الملف: تستخدم حركة المرور وصلة حصة المالك." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "تمت المشاركة بواسطة:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "حفظ باسم ..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "منتهي" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "تم تحويل المكتبة بنجاح." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "فشل. الرجاء التحقق من الشبكة." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "فشل حذف {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "تحويل" @@ -4757,17 +3664,18 @@ msgid "Folder Permission" msgstr "إذن المجلد" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "إلغاء مشاركة" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "مدير المشاركة" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4778,27 +3686,18 @@ msgstr "تغيير كلمة السر" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "إعادة تعيين كلمة السر" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "مشاهدة تغييرات الملف" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "إلغاء مراقبة تغييرات الملفات" @@ -4815,18 +3714,6 @@ msgstr "متقدم" msgid "SeaTable integration" msgstr "التكامل مع سيتيبل SeaTable" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "تم إلغاء تأشير المكتبة {library_name_placeholder} ينجاح" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "تم تأشير المكتبة {library_name_placeholder} ينجاح" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4834,8 +3721,6 @@ msgstr "تبديل وضع الفرز" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "بحث عن ملفات" @@ -4882,22 +3767,16 @@ msgstr "ملف ورد Word جديد" #: frontend/src/utils/text-translation.js:32 #| msgid "New Word File" msgid "New Whiteboard File" -msgstr "" +msgstr "ملف السبورة البيضاء الجديد" #: frontend/src/components/toolbar/dir-operation-toolbar.js:263 msgid "New" msgstr "جديد" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "استيراد ملف من نوع sdoc" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "استيراد ملف من نوع sdoc ، يرجى الانتظار ..." - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "إلغاء التحديد" @@ -4970,17 +3849,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "سيتم إرسال قائمة الملفات المضافة والمحذوفة والمعدلة إلى صندوق البريد الخاص بك." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "إشعارات التعاون" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "ما إذا كان ينبغي إرسال إشعارات التعاون مثل مشاركة المكتبة أو الانضمام إلى المجموعة إلى صندوق البريد الخاص بك." - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "إعداد اللغة" @@ -5007,18 +3875,6 @@ msgstr "منصة" msgid "Last Access" msgstr "اخر وصول" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "تم فصل %(name)s بنجاح." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "أجهزة مرتبطة" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5038,10 +3894,7 @@ msgstr "قم بإدراج حسابك في دفتر العناوين العام، msgid "Social Login" msgstr "تسجيل الدخول بإستخدام شبكات التواصل الاجتماعية" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "وصل" @@ -5049,49 +3902,6 @@ msgstr "وصل" msgid "Status: enabled" msgstr "الحالة: مفعل" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "تعطيل المصادقة ثنائية العامل" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "إذا لم يكن لديك أي جهاز، يمكنك الوصول الى حسابك باستخدام شفرات النسخ الاحتياطية." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "لقد بقي لديك رمز احتياطي واحد فقط." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "لقد بقي لديك {num} رمز/رموز احتياطية فقط." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "عرض الشفرات" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "المصادقة ثنائية العامل غير مفعلة للحساب الخاص بك. قم بتمكين المصادقة ثنائية العامل لتعزيز أمان الحساب." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "تمكين المصادقة ثنائية العامل" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "مصادقة ثنائية العامل" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "الرجاء اختيار ملف من نوع صورة." @@ -5108,11 +3918,6 @@ msgstr "الملف كبير جدا. الحد الأقصى المسموح به ل msgid "Avatar updated" msgstr "تم تحديث الصورة الرمزية لحسابك" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "شعار:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "اسم المستخدم:" @@ -5155,6 +3960,7 @@ msgid "Password removed" msgstr "تمت إزالة كلمة السر" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "الوصول عن طريق ويبداف WebDAV" @@ -5196,54 +4002,14 @@ msgstr "تبديل طريقة العرض" msgid "Wiki published" msgstr "صفحة الويكي نُشرت" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "نشر" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "تحويل إلى صفحة ويكي جديدة" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "إلغاء نشر الويكي Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "هل أنت متأكد من أنك تريد إلغاء نشر الويكي Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "حذف الويكي Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "هل أنت متأكد من أنك تريد حذف الويكي Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "ترك المشاركة في الويكي Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "هل أنت متأكد من أنك تريد ترك مشاركة الويكي Wiki" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "مواقع الويكي الخاصة بي" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "مشاركة معي" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "مواقع الويكي القديمة" @@ -5264,26 +4030,26 @@ msgstr "أكثر" #: frontend/src/hooks/metadata-ai-operation.js:34 msgid "Extracting text by AI..." -msgstr "" +msgstr "استخراج النص بواسطة الذكاء الاصطناعي..." #: frontend/src/hooks/metadata-ai-operation.js:39 msgid "Text extracted" -msgstr "" +msgstr "تم استخراج النص" #: frontend/src/hooks/metadata-ai-operation.js:43 #| msgid "Failed to extract file details" msgid "Failed to extract text" -msgstr "" +msgstr "فشل في استخراج النص" #: frontend/src/hooks/metadata-ai-operation.js:57 #| msgid "Generate description" msgid "Generating description by AI..." -msgstr "" +msgstr "إنشاء الوصف بواسطة الذكاء الاصطناعي..." #: frontend/src/hooks/metadata-ai-operation.js:61 #| msgid "Description is required" msgid "Description generated" -msgstr "" +msgstr "الوصف تم إنشاؤه" #: frontend/src/hooks/metadata-ai-operation.js:65 msgid "Failed to generate description" @@ -5292,12 +4058,12 @@ msgstr "فشل في إنشاء وصف" #: frontend/src/hooks/metadata-ai-operation.js:72 #| msgid "Extract file details" msgid "Extracting file details by AI..." -msgstr "" +msgstr "استخراج تفاصيل الملف بواسطة الذكاء الاصطناعي..." #: frontend/src/hooks/metadata-ai-operation.js:76 #| msgid "File details" msgid "File details extracted" -msgstr "" +msgstr "تم استخراج تفاصيل الملف" #: frontend/src/hooks/metadata-ai-operation.js:80 msgid "Failed to extract file details" @@ -5324,7 +4090,7 @@ msgstr "لا يوجد خيار" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "خيار البحث" @@ -5347,6 +4113,7 @@ msgid "No tag" msgstr "لا توجد علامات" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5382,17 +4149,15 @@ msgid "Day" msgstr "اليوم" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "الكل" @@ -5404,7 +4169,7 @@ msgstr "مجمعة حسب إعداد 1" #: frontend/src/metadata/components/data-process-setter/groupby-setter.js:25 #| msgid "Grouped by xxx properties" msgid "Grouped by {name_placeholder} properties" -msgstr "" +msgstr "تم تجميعها حسب خصائص {name_placeholder}" #: frontend/src/metadata/components/data-process-setter/groupby-setter.js:27 #: frontend/src/metadata/views/kanban/settings/index.js:105 @@ -5418,7 +4183,7 @@ msgstr "خاصية 1 مخفية" #: frontend/src/metadata/components/data-process-setter/hide-column-setter.js:19 #| msgid "Failed to modify hidden properties" msgid "{name_placeholder} hidden properties" -msgstr "" +msgstr "{name_placeholder} خصائص مخفية" #: frontend/src/metadata/components/data-process-setter/hide-column-setter.js:20 msgid "Hide properties" @@ -5435,7 +4200,7 @@ msgstr "خاصية 1 مخفية محددة مسبقا" #: frontend/src/metadata/components/data-process-setter/pre-hide-column-setter.js:50 #| msgid "xxx preset hidden properties" msgid "{name_placeholder} preset hidden properties" -msgstr "" +msgstr "{name_placeholder} خصائص مخفية محددة مسبقًا" #: frontend/src/metadata/components/data-process-setter/sort-setter.js:20 msgid "1 sort" @@ -5550,17 +4315,17 @@ msgid "Turn off" msgstr "إيقاف" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "إنشاء وصف" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "استخراج تفاصيل الملف" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "إنشاء علامات الملف" @@ -5697,29 +4462,18 @@ msgstr "البحث عن متعاون" msgid "Select option(s)" msgstr "حدد خيار (خيارات)" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "الخيار المحذوف" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "حدد خيارا" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "حدد المتعاونين" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "مُرَشِح غير صالح" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "بحث عن خاصيه" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "ملفات فقط" @@ -5744,7 +4498,7 @@ msgstr "مقاطع فيديو فقط" msgid "Pictures and videos" msgstr "صور و مقاطع فيديو" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "أساسي" @@ -5757,11 +4511,6 @@ msgstr "نوع الملف" msgid "No filters" msgstr "لا يوجد مُرَشِح" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "إضافة مُرَشِح" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5793,6 +4542,17 @@ msgstr "بالربع" msgid "By year" msgstr "بالسنه" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "بحث عن خاصيه" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "لا توجد نتائج" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "لم يتم تطبيق أي مجموعات على هذا العرض." @@ -5828,15 +4588,6 @@ msgstr "عرض الكل" msgid "There is another option with this name" msgstr "هناك خيار آخر بهذا الاسم" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "{name} تستخدم الصفوف هذا الخيار." - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "هل أنت متأكد من أنك تريد حذف هذا الخيار؟" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "لا توجد خيارات" @@ -5870,21 +4621,6 @@ msgstr "استخدم وظيفة الاستيراد / التصدير لنقل ا msgid "Import options" msgstr "خيارات الاستيراد" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "خيارات التصدير" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "لا يوجد فرز" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "إضافة فرز" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "لا يوجد معلومات لعرضها." @@ -6076,9 +4812,8 @@ msgstr "تم حذف {name} و {n} عناصر أخرى بنجاح" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6180,7 +4915,7 @@ msgstr "فشل في تعديل اسم الشخص" #: frontend/src/metadata/store/server-operator.js:224 #| msgid "Failed to rename property" msgid "Failed to remove people photos" -msgstr "" +msgstr "فشل في إزالة صور الأشخاص" #: frontend/src/metadata/store/server-operator.js:241 #: frontend/src/tag/store/server-operator.js:41 @@ -6190,8 +4925,8 @@ msgstr "فشل في تعديل العلامات" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "فشلت إعادة تسمية {name}" @@ -6328,7 +5063,7 @@ msgstr "صورة الشخص" #: frontend/src/metadata/views/face-recognition/index.js:32 #: frontend/src/metadata/views/face-recognition/peoples/people/index.js:26 msgid "Unknown people" -msgstr "" +msgstr "أشخاص مجهولون" #: frontend/src/metadata/views/face-recognition/peoples/index.js:66 msgid "Identifying portraits..." @@ -6338,20 +5073,15 @@ msgstr "تحديد الصور الشخصية..." msgid "items" msgstr "العناصر" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "لا يوجد سجل" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "حذف الملف" #: frontend/src/metadata/views/gallery/context-menu/index.js:40 msgid "Remove from this group" -msgstr "" +msgstr "إزالة من هذه المجموعة" #: frontend/src/metadata/views/kanban/add-board/index.js:38 #: frontend/src/metadata/views/kanban/add-board/index.js:40 @@ -6369,27 +5099,33 @@ msgid "No categories" msgstr "لا يوجد مصنفات" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "فتح مجلد في علامة تبويب جديدة" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "فتح ملف في علامة تبويب جديدة" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "فتح المجلد الرئيسي" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "حذف المجلد" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "إعادة تسمية المجلد" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "إعادة تسمية الملف" @@ -6422,41 +5158,41 @@ msgstr "الخصائص التي سيتم عرضها على البطاقة" msgid "Failed to get user location" msgstr "فشل في الحصول على موقع المستخدم" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "مسح التحديد" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "تحديد النسخة" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "حذف المحدد" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "استخراج تفاصيل الملف" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "نقل المجلد" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "نقل الملف" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "حدد ما يصل إلى 50 ملفًا" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:679 #| msgid "{placeholder} Access Log" msgid "{name_placeholder} cells cut" -msgstr "" +msgstr "قص {name_placeholder} خلايا/خلية" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:679 #| msgid "1 cell copied" @@ -6466,7 +5202,7 @@ msgstr "قص خلية 1" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:719 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} rows are copied." -msgstr "" +msgstr "تم نسخ {name_placeholder} صف/صفوف" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:719 msgid "1 row is copied." @@ -6475,7 +5211,7 @@ msgstr "تم نسخ صف 1." #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:751 #| msgid "{placeholder} Access Log" msgid "{name_placeholder} cells copied" -msgstr "" +msgstr "تم نسخ {name_placeholder} خلية/خلايا" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:751 msgid "1 cell copied" @@ -6496,7 +5232,7 @@ msgstr "تم تحميل جميع السجلات" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:113 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} records selected" -msgstr "" +msgstr "{name_placeholder} سجل/سجلات مختارة" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:113 msgid "1 record selected" @@ -6505,17 +5241,17 @@ msgstr "1 سجل محدد" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:117 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} cells selected" -msgstr "" +msgstr "تم تحديد {name_placeholder} خلية/خلايا" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:122 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} records" -msgstr "" +msgstr "{name_placeholder} سجلات" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:124 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} record" -msgstr "" +msgstr "{name_placeholder} سجل" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:142 msgid "Load all" @@ -6580,6 +5316,9 @@ msgstr "حذف الخاصيه" msgid "This property can not be deleted" msgstr "لا يمكن حذف هذه الخاصية" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6595,16 +5334,9 @@ msgstr "عدد" msgid "Deleted option" msgstr "خيار محذوف" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "الصف مقفل ولا يمكن تعديله" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "تحديد" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" +msgstr "لا يوجد سجل" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" @@ -6719,15 +5451,30 @@ msgstr "مجلد تم نقله" msgid "No more activities" msgstr "لا يوجد المزيد من الأنشطة" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "جميع الأنشطة" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "العمليات" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "أنشطتي" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "مكتبة" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6746,11 +5493,6 @@ msgid "(current version)" msgstr "(الاصدار الحالي)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "عرض" @@ -6764,19 +5506,6 @@ msgstr "عرض لقطة ذات صلة" msgid "Successfully restored." msgstr "تمت استعادته بنجاح." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "لا مكتبات" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "لا توجد مكتبات مشتركة مع هذه المجموعة" @@ -6794,6 +5523,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "لم تتم مشاركة أي مكتبات مع هذه المجموعة حتى الآن. يمكن لجميع أعضاء المجموعة الوصول إلى المكتبة المشتركة مع المجموعة. يمكنك مشاركة مكتبة مع مجموعة في \"مكتباتي\". يمكنك أيضًا إنشاء مكتبة جديدة لمشاركتها مع هذه المجموعة بالنقر فوق عنصر \"مكتبة جديدة\" في القائمة المنسدلة." +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "لا مكتبات" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6801,6 +5544,23 @@ msgid "" "dropdown menu." msgstr "بإمكانك إنشاء المكتبات من خلال النقر على زر \"مكتبة جديدة\" في القائمة المنسدلة." +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "قد يستغرق الأمر بعض الوقت، يرجى الانتظار." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "أعضاء" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "استيراد الأعضاء" @@ -6822,27 +5582,26 @@ msgid "This is a special group representing a department." msgstr "هذه مجموعة خاصة تمثل قسماً." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "معلومات" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "المكتبات المملوكة" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6866,27 +5625,16 @@ msgstr "انشاء على" msgid "Operations" msgstr "العمليات" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "شعار" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "المساحة المستخدمة/المخصصة" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "تالف ({repo_id_placeholder})" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "بريد الاتصال" @@ -6894,15 +5642,13 @@ msgstr "بريد الاتصال" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6911,34 +5657,32 @@ msgstr "الحالة" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "المساحة المستخدمة" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "آخر دخول" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "حذف مستخدم" @@ -6947,7 +5691,6 @@ msgstr "حذف مستخدم" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6958,19 +5701,30 @@ msgstr "فعال" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "غير فعال" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "تم حذف عنصر واحد بنجاح." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "وقت الدعوة" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "مقبول" @@ -6982,7 +5736,7 @@ msgstr "لا توجد دعوات للضيوف" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6990,103 +5744,95 @@ msgid "" "in the dropdown menu." msgstr "لم تقم بدعوة أي ضيوف حتى الآن. يمكن للضيف الوصول إلى المكتبات المشتركة من خلال واجهة الويب مما يتيح طرقًا أكثر كفاءة للتعاون مقارنة بالروابط. يمكنك دعوة ضيف بالنقر فوق عنصر \"دعوة ضيف\" في القائمة المنسدلة." -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "لم يتم العثور على إذن مشاركة المكتبة." -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "فشل نقل الملفات إلى مكتبة أخرى." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "فشل نسخ الملفات إلى مكتبة أخرى." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "تم نقل الملفات بنجاح إلى مكتبة أخرى." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "تم نسخ الملفات بنجاح إلى مكتبة أخرى." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "تم إستعاده {name} و {n} ملف/ملفات اخرى" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "تم إستعادة {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "فشل في استعادة {name} و {n} ملف/ملفات اخرى" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "فشل في استعادة {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "تم حذف {name} و {n} ملف/ملفات اخرى." -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "فشل في حذف {name} و {n} ملف/ملفات اخرى" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "فشل في حذف {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "تم نقل {name} بنجاح." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "فشل نقل {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "تم نسخ %(name)s بنجاح." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "فشل نسخ %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "تحويل ، يرجى الانتظار ..." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "تم تحويل الملف بنجاح." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "فشل تحويل {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "ترك المشاركة" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "تم تعيين هذه المكتبة للقراءة فقط من قبل المدير ولا يمكن تحديثها." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "المجلد غير موجود." @@ -7100,6 +5846,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "لم تقم بالوصول إلى ملفاتك مع أي عميل (سطح مكتب أو هاتف محمول) حتى الآن. قم بتكوين الأجهزة العميلة على أجهزتك للوصول إلى بياناتك بشكل أكثر راحة." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "جاري الحفظ...." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "فتح عن طريق العميل" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "التبديل إلى محرر النص العادي" @@ -7108,29 +5864,38 @@ msgstr "التبديل إلى محرر النص العادي" msgid "Switch to rich text editor" msgstr "التبديل إلى محرر النص المنسق" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "مساعدة" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "تم تحديث هذا الملف." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "تحديث" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "مستخدم آخر يقوم بتحرير هذا الملف!" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "هل تريد ترك هذه الصفحة؟ قد لا يحفظ النظام تغييراتك." -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "فشل الحفظ" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "مكتباتي" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7151,20 +5916,24 @@ msgid "" "Library\" item in the dropdown menu." msgstr "لم تقم بإنشاء أي مكتبات بعد. المكتبة عبارة عن حاوية لتنظيم ملفاتك ومجلداتك. يمكن أيضًا مشاركة المكتبة مع الآخرين ومزامنتها مع الأجهزة المتصلة. يمكنك إنشاء مكتبة بالنقر فوق عنصر \"مكتبة جديدة\" في القائمة المنسدلة." -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "تم إلغاء تأشير المكتبة {library_name_placeholder} ينجاح" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "تم تأشير المكتبة {library_name_placeholder} ينجاح" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." -msgstr "" - -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "متضررة (الرجاء الاتصال بالمدير لإصلاح هذه المكتبة)" +msgstr "تم تغيير حزمة البرامج المكتبية بنجاح." #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" -msgstr "" +msgstr " البرامج المكتبية " #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:54 #: frontend/src/pages/share-admin/folders.js:146 @@ -7190,97 +5959,34 @@ msgstr "لم تتم مشاركة أي مكتبات معك من خوادم أخر msgid "Shared By" msgstr "مشارك بواسطة" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "تم الانشاء في" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "معرف القسم" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "الحصه" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "تمكين ميزة الأقسام" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "لايوجد أقسام" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "لا يوجد أعضاء" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "الأقسام الفرعية" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "تحرير المساحة المخصصة" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "لايوجد أقسام فرعية" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "لا توجد اجهزة متصلة" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "تم إلغاء ربط الجهاز بنجاح." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "مكتبة" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "تم تنظيف جميع الأخطاء بنجاح." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "لا توجد أخطاء مزامنة" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7350,11 +6056,44 @@ msgstr "هل أنت متأكد من تنظيف السلة؟" msgid "Clear" msgstr "تصفية" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "الحصه" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "تم الانشاء في" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "البحث في المجموعات" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "بحث عن مجموعات" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7383,8 +6122,6 @@ msgstr "كل المجموعات" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "السابق" @@ -7393,8 +6130,6 @@ msgstr "السابق" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "التالي" @@ -7403,45 +6138,11 @@ msgstr "التالي" msgid "Change to department" msgstr "تغيير إلى قسم" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "اسم الفريق" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "المعرف" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "المستخدمون النشطون" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "إجمالي المستخدمين" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "حد عدد المستخدمين" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "المساحة المستخدمة" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "كل الروابط العامة" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "عدد الزيارات" @@ -7450,6 +6151,12 @@ msgstr "عدد الزيارات" msgid "View Link" msgstr "عرض الرابط" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "مستخدم مجهول" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7465,6 +6172,7 @@ msgstr "إجراء" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "مشاركة من" @@ -7484,26 +6192,12 @@ msgid "Organization" msgstr "منظمة" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "تصدير أكسل" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "الوصول إلى الملفات" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "تحديث الملف" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "تم تحديث إعدادات لغة ترميز تأكيد الأمان -SAML-" @@ -7517,7 +6211,6 @@ msgid "Copied" msgstr "تم نسخه" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "إعدادات لغة ترميز تأكيد الأمان -SAML-" @@ -7580,36 +6273,9 @@ msgstr "فشل" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "هل أنت متأكد من أنك تريد ضبط المستخدم {user_placeholder} لغير نشط؟" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "إعادة تعيين كلمة المرور" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "إلغاء صلاحية مدير" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "ضبط المستخدم لغير نشط" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "الضبط" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7664,39 +6330,6 @@ msgstr "استيراد مستخدمين" msgid "Add user" msgstr "إضافة مستخدم" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "الاحصائيات" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "أجهزة" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "سجلات الاداء" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 أيام" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 يوم" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 سنة" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7715,8 +6348,6 @@ msgstr "معدل" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7783,39 +6414,6 @@ msgstr "حجم تخزين المستخدم" msgid "Total Storage" msgstr "إجمالي التخزين" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "نظام" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "إجمالي حُمولة النقل" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "حمولة النقل على الويب" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "مشاركة رابط حمولة النقل" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "حمولة نقل المزامنة " - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7873,6 +6471,10 @@ msgstr "تم تحديث إعدادات النظام" msgid "User default quota updated" msgstr "تم تحديث الحصة الافتراضية للمستخدم" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "اسم الفريق" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "تحميل ملف" @@ -7918,6 +6520,10 @@ msgstr "الحصة الافتراضية للمستخدم" msgid "Tip: 0 means default limit, the unit is MB" msgstr "معلومة: 0 يعني الحد الافتراضي، والوحدة هي ميجا بايت" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "نشر" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "لا تغييرات" @@ -7926,16 +6532,6 @@ msgstr "لا تغييرات" msgid "Changes" msgstr "التغييرات" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "التعديل الأخير" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "التعديل التالي" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "لا يوجد محفوظات سابقة" @@ -7987,8 +6583,6 @@ msgstr "أدخل امتدادات الملف هنا، افصل بينها ب ',' #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "اعاده تعيين" @@ -7997,6 +6591,7 @@ msgid "Invalid file size range." msgstr "نطاق حجم الملف غير صالح." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "مطلوب ثلاثة أحرف على الأقل." @@ -8009,6 +6604,17 @@ msgstr "نتيجة" msgid "results" msgstr "النتائج" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "لا توجد مجلدات مشتركة" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "لم تقم بمشاركة أي مجلدات مع مستخدمين آخرين حتى الآن. يمكنك مشاركة مجلد مع مستخدمين آخرين بالنقر فوق أيقونة المشاركة على يسار اسم المجلد." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8037,94 +6643,66 @@ msgstr "لم تقم بمشاركة أي مكتبات مع مستخدمين آخ msgid "all members" msgstr "كل الأعضاء" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "لم تقم بإنشاء أي روابط مشاركة حتى الآن. يمكن استخدام رابط المشاركة لمشاركة الملفات والمجلدات مع أي شخص. يمكنك إنشاء ارتباط مشاركة لملف أو مجلد بالنقر فوق رمز المشاركة على يسار اسمه." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "عدد الزيارات" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "لايوجد روابظ تحميل" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "لم تقم بإنشاء أي روابط تحميل حتى الآن. يسمح رابط التحميل لأي شخص بتحميل الملفات إلى مجلد أو مكتبة. يمكنك إنشاء رابط تحميل لمجلد أو مكتبة بالنقر فوق رمز المشاركة على يسار اسمها." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "(حذفت)" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "حذف" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "عرض عن طريق انتهاء الصلاحية تصاعديا" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "عرض عن طريق انتهاء الصلاحية تنازلياً" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "تم تنظيف روابط المشاركة غير الصالحة بنجاح." - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "تنظيف روابط المشاركة غير الصالحة" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "هل أنت متأكد من رغبتك في تنظيف روابط المشاركة غير الصالحة؟" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "تم تنظيف روابط التحميل غير الصالحة بنجاح." - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "تنظيف روابط التحميل غير الصالحة" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" -msgstr "هل أنت متأكد من أنك تريد تنظيف روابط التحميل غير الصالحة؟" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" +msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "في الخادم" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "لا توجد مكتبات مشتركة" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "فشل إلغاء مشاركة {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "لا توجد مكتبات عامة" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "لا توجد مفضلات" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "مشاركة المكتبات الموجودة" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "لم تقم بإضافة أي مكتبات أو مجلدات أو ملفات إلى المفضلة حتى الآن. يمنحك المفضل وصولا سريعا إلى العناصر الأكثر استخداما. يمكنك إضافة مكتبة أو مجلد أو ملف إلى المفضلة بالنقر فوق النجمة الموجودة على يمين اسمه." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "تقارير إساءة الاستخدام" @@ -8136,6 +6714,11 @@ msgstr "مراسل" msgid "Handled" msgstr "تم معالجته" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "لا توجد سجلات تسجيل دخول المدير" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8149,9 +6732,10 @@ msgstr "سجلات عمليات المدير" msgid "Admin Login Logs" msgstr "سجلات تسجيل دخول المدير" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "العمليات" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "لا توجد سجلات عمليات المدير" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8209,41 +6793,11 @@ msgstr "تم حذف المستخدم {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "ترحيل المستخدم من {user_from} إلى {user_to}" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "إضافة قسم فرعي" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "إضافة مكتبة" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "إضافة أعضاء" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "معرف القسم" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "عضو افتراضي" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "البريد الإلكتروني للتواصل" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "تمكين ميزة الأقسام" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8264,6 +6818,25 @@ msgstr "المدير اليومي" msgid "Audit admin" msgstr "مدير التدقيق" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "لايوجد أقسام" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "لا يوجد أعضاء" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "الأقسام الفرعية" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "لايوجد أقسام فرعية" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "المسار" @@ -8284,40 +6857,12 @@ msgstr "سجلات مسح المحتوى" msgid "Are you sure you want to remove {placeholder} ?" msgstr "هل أنت متأكد من أنك تريد إزالة {placeholder} ؟" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "إزالة عضو" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "تمت إضافة {email_placeholder} بنجاح" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "فشل في إضافة {email_placeholder}: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "تمت إزالتة {placeholder} بنجاح ." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "هل أنت متأكد من أنك تريد إلغاء مشاركة {placeholder}؟" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "إلغاء مشاركة مكتبة" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "تم إلغاء مشاركة مكتبة {placeholder} بنجاح" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "لا توجد مجموعات" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8388,53 +6933,34 @@ msgid "Limits" msgstr "الحدود" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "منظمات" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "إلغاء صلاحية مدير" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "هل أنت متأكد من أنك تريد إلغاء إذن مدير النظام لـ{placeholder}؟" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "الغاء" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "تم إبطال إذن المدير بنجاح {placeholder}." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "تم حذف المستخدم" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "عدد الأعضاء" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "المدراء" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "مؤسسات" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "تحديد مدير" @@ -8442,20 +6968,19 @@ msgstr "تحديد مدير" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "هل أنت متأكد من أنك تريد تعيين {placeholder} كمدير؟" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" -msgstr "تم تحديث المدير" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" +msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "حذف مؤسسة" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "لا توجد دعوات" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "إضافة مؤسسة" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "الداعي" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8482,31 +7007,64 @@ msgid "Delete Expired Invitations" msgstr "حذف الدعوات منتهية الصلاحية" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "دعوات" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "الرمز" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "حذف" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "عرض فقط {placeholder}" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "لا توجد سجلات الوصول إلى الملفات" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "لا توجد سجلات تحديث الملفات" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "لا توجد سجلات تسجيل دخول" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "الدخول" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "الوصول إلى الملفات" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "تحديث الملف" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "لا توجد سجلات أذونات" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "إضافة" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "قائمة التنقل الجانبي" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "لا توجد إشعارات" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8533,31 +7091,32 @@ msgstr "هل أنت متأكد من أنك تريد حذف الإشعار؟" msgid "All Notifications" msgstr "كل الاشعارات" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "عدد المجموعات" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "متأكد من أنك تريد إعادة تعيين كلمة سر {placeholder} ؟" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "سيتم أيضًا حذف {userCount} مستخدمًا و {repoCount} مكتبة من هذه المنظمة." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "حذف المنظمة" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8575,10 +7134,14 @@ msgstr "البحث عن المنظمات" msgid "Search libraries by name or ID" msgstr "البحث في المكتبات بالاسم أو المعرف" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "إعداد السجل التاريخي" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "ويكي" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "نظام" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8603,30 +7166,19 @@ msgstr "معلومة: سيتم تنظيف المكتبات المحذوفة من msgid "Search libraries by owner" msgstr "البحث في المكتبات حسب المالك" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "فحص الملفات" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "فحص الفيروسات" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "الشروط و المسميات" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "سجلات المدير" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "لا توجد أي شروط وأحكام" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "منشأة" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "تحديث" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "حذف الشروط والأحكام" @@ -8635,6 +7187,14 @@ msgstr "حذف الشروط والأحكام" msgid "Update succeeded." msgstr "نجح التحديث." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "الشروط و المسميات" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "لا يوجد مستخدمون" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8645,15 +7205,17 @@ msgstr "تم حذف مستخدم 1 بنجاح." msgid "Successfully deleted {user_number_placeholder} users." msgstr "تم حذف مستخدمي {user_number_placeholder} بنجاح." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "تم إبطال إذن المدير بنجاح {placeholder}." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "حذف المستخدمين" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "هل أنت متأكد من أنك تريد حذف المستخدم (المستخدمين) المحددين؟" @@ -8665,34 +7227,22 @@ msgstr "تعيين معرف تسجيل الدخول" msgid "Set Contact Email" msgstr "تعيين البريد الإلكتروني لجهة الاتصال" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "معرف تسجيل الدخول" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "المكتبات المشتركة" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "روابط مشتركة" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "المؤسسه" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "لا يوجد مستخدمون" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "المدير الافتراضي" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "المدير اليومي" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "مدير التدقيق" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "قاعدة بيانات" @@ -9002,23 +7552,9 @@ msgstr "تحميل الملفات إلى {folder_name_placeholder}" msgid "shared by:" msgstr "مشارك بواسطة:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "لم يعد لدى مالك هذه المكتبة مساحة." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "يجب أن يكون حجم الملف أصغر من {max_size_placeholder}." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "قم بسحب وإسقاط الملفات أو المجلدات هنا." - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "اذهب إلى المكتبة" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "إلغاء الكل" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9034,10 +7570,14 @@ msgstr "هل أنت متأكد من حذف هذه الصفحة؟" msgid "Modify name" msgstr "تعديل الاسم" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "قائمة التنقل الجانبي" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." -msgstr "" +msgstr "تم حذف {name_placeholder} صفحة/صفحات." #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:54 msgid "Name cannot be empty" @@ -9085,17 +7625,7 @@ msgstr "تكرار الصفحة" msgid "Open in new tab" msgstr "فتح في صفحة متصفح جديدة" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "إضافة صفحة بالداخل" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "أضف صفحة" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "صفحات" @@ -9146,14 +7676,18 @@ msgstr "لقطة {placeholder}" msgid "Profile" msgstr "الملف الشخصي" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "الوصول عن طريق ويبداف WebDav" - #: frontend/src/settings.js:61 msgid "Language" msgstr "اللغة" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "مصادقة ثنائية العامل" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "أجهزة مرتبطة" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "تم تحديث معلومات المستخدم" @@ -9162,35 +7696,7 @@ msgstr "تم تحديث معلومات المستخدم" msgid "Profile Setting" msgstr "إعداد الملف الشخصي" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "مشارك بواسطة: " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "قائمة" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "شبكة" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "ضغط العناصر المحددة بصيغة ZIP" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "حفظ العناصر المحددة" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9200,14 +7706,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "فشل تحويل المستند." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "يمكنك ايضا الضغط على ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "يمكنك أيضا الضغط على →" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9234,6 +7732,11 @@ msgstr "العلامات الفرعية" msgid "No parent tag" msgstr "لا يوجد علامة رئيسية" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9347,92 +7850,11 @@ msgstr "ليس لديك أي عناصر مفضلة حتى الآن" msgid "Import Users" msgstr "استيراد مستخدمين" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "لا توجد اجهزة متصلة" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "حفظ العناصر المحددة" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "لا توجد أخطاء مزامنة" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "لا توجد مجموعات" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "لا توجد إشعارات" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "لا توجد دعوات" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "لا توجد أي شروط وأحكام" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "لا توجد مفضلات" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "لا توجد مجلدات مشتركة" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "لا توجد سجلات تسجيل دخول المدير" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "لا توجد سجلات عمليات المدير" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "لا توجد سجلات أذونات" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "لا توجد سجلات تسجيل دخول" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "لا توجد سجلات تحديث الملفات" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "لا توجد سجلات الوصول إلى الملفات" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "لم تقم بمشاركة أي مجلدات مع مستخدمين آخرين حتى الآن. يمكنك مشاركة مجلد مع مستخدمين آخرين بالنقر فوق أيقونة المشاركة على يسار اسم المجلد." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "لم تقم بإنشاء أي روابط مشاركة حتى الآن. يمكن استخدام رابط المشاركة لمشاركة الملفات والمجلدات مع أي شخص. يمكنك إنشاء ارتباط مشاركة لملف أو مجلد بالنقر فوق رمز المشاركة على يسار اسمه." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "لم تقم بإنشاء أي روابط تحميل حتى الآن. يسمح رابط التحميل لأي شخص بتحميل الملفات إلى مجلد أو مكتبة. يمكنك إنشاء رابط تحميل لمجلد أو مكتبة بالنقر فوق رمز المشاركة على يسار اسمها." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "لم تقم بإضافة أي مكتبات أو مجلدات أو ملفات إلى المفضلة حتى الآن. يمنحك المفضل وصولا سريعا إلى العناصر الأكثر استخداما. يمكنك إضافة مكتبة أو مجلد أو ملف إلى المفضلة بالنقر فوق النجمة الموجودة على يمين اسمه." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9443,7 +7865,7 @@ msgid "" "item in the dropdown menu." msgstr "لم يتم إنشاء أي مكتبات عامة حتى الآن. يمكن لجميع المستخدمين الوصول إلى المكتبة العامة. يمكنك إنشاء مكتبة عامة بالنقر فوق عنصر \"إضافة مكتبة\" في القائمة المنسدلة." -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9650,6 +8072,453 @@ msgstr "فشل نقل %(name)s ." msgid "Name cannot be double dots" msgstr "لا يمكن أن يكون الاسم عبارة عن نقطتين فقط" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9719,9 +8588,6 @@ msgstr "لا يمكن أن يكون الاسم عبارة عن نقطتين فق #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9743,38 +8609,3 @@ msgstr "لا يمكن أن يكون الاسم عبارة عن نقطتين فق #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/ca/LC_MESSAGES/django.po b/locale/ca/LC_MESSAGES/django.po index c5048e77ee..07e4b798d2 100644 --- a/locale/ca/LC_MESSAGES/django.po +++ b/locale/ca/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: imwhatiam , 2017\n" "Language-Team: Catalan (http://app.transifex.com/haiwen/seahub/language/ca/)\n" @@ -864,7 +864,8 @@ msgid "" msgstr "Teniu %(nb_avatars)d avatars, i el màxim permès és de %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1515,11 +1516,11 @@ msgstr "L'equip %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "S'ha denegat l'accés " @@ -2500,8 +2501,8 @@ msgstr "" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3037,11 +3038,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "No es pot visualitzar el fitxer" @@ -3073,7 +3074,7 @@ msgstr "L'historial que heu especificat no existeix" msgid "Unknown error" msgstr "Error desconegut" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -3100,9 +3101,9 @@ msgid "Bad upload link token." msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "El fitxer no existeix" @@ -3130,49 +3131,49 @@ msgstr "La codificació seleccionada no és vàlida." msgid "Unknown file encoding" msgstr "Codificació de fitxer desconeguda" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "El fitxers és més gran de %s i no es pot obrir a la web." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/ca/LC_MESSAGES/djangojs.po b/locale/ca/LC_MESSAGES/djangojs.po index 17b1ebe764..9d97ecd1f6 100644 --- a/locale/ca/LC_MESSAGES/djangojs.po +++ b/locale/ca/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (http://app.transifex.com/haiwen/seahub/language/ca/)\n" @@ -35,8 +35,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Administrador de sistema" @@ -48,44 +46,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Actual:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Configuració" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Tanca la sessió" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -135,6 +111,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -216,33 +208,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Notificacions" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -280,54 +265,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Fitxers" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -338,57 +294,23 @@ msgstr "Fitxers" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Més operacions" @@ -413,7 +335,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -435,7 +356,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -450,6 +371,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Descripció" @@ -477,8 +399,6 @@ msgstr "Descripció" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -488,8 +408,6 @@ msgstr "Descripció" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -497,7 +415,6 @@ msgstr "Descripció" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -506,30 +423,24 @@ msgstr "Descripció" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -538,7 +449,6 @@ msgstr "Descripció" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -554,11 +464,8 @@ msgstr "Descripció" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -570,11 +477,9 @@ msgstr "Descripció" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -603,18 +508,12 @@ msgstr "Cancela" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -624,29 +523,21 @@ msgstr "Cancela" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -655,7 +546,6 @@ msgstr "Cancela" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -668,8 +558,6 @@ msgstr "Cancela" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -678,9 +566,6 @@ msgstr "Cancela" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -693,14 +578,12 @@ msgstr "Cancela" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -730,14 +613,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -747,10 +625,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -758,12 +634,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -776,7 +648,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -784,12 +655,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -799,29 +666,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -848,13 +718,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -939,11 +809,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1011,122 +877,55 @@ msgstr "Esteu segur que voleu eliminar el seu compte?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1172,20 +971,15 @@ msgstr "Esteu segur que voleu restaurar la llibreria?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Restaura" @@ -1206,12 +1000,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "" @@ -1247,7 +1035,6 @@ msgstr "" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1303,16 +1090,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Crea un fitxer" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1354,12 +1137,8 @@ msgstr "Les contrasenyes no coincideixen" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1370,39 +1149,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1419,6 +1178,7 @@ msgstr "Lectura-Escriptura" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1430,24 +1190,18 @@ msgstr "Encripta" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Contrasenya" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Repeteix la contrasenya" @@ -1458,7 +1212,6 @@ msgstr "Repeteix la contrasenya" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "S'ha produït un error intern" @@ -1469,10 +1222,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1490,13 +1239,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1522,7 +1268,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1535,35 +1280,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Puja" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1571,10 +1305,6 @@ msgstr "Puja" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Descarrega" @@ -1601,7 +1331,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1609,8 +1338,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Còpia" @@ -1624,9 +1351,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1634,14 +1358,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1651,9 +1370,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Edita" @@ -1694,16 +1410,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Elimina el grup" @@ -1711,17 +1424,6 @@ msgstr "Elimina el grup" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1735,10 +1437,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1796,18 +1494,6 @@ msgstr "" msgid "Date" msgstr "" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1868,114 +1554,19 @@ msgid "Upload Link" msgstr "Enllaç de pujada" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Actualitza" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Envia" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Genera" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1986,20 +1577,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Puja el fitxer" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2051,7 +1628,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2059,28 +1635,19 @@ msgid "It is required." msgstr "És obligatori." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2091,10 +1658,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2117,30 +1681,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "La contrasenya no és correcte" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "El servidor guardarà la contrasenya només 1 hora." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Configuració" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2160,6 +1718,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2223,70 +1787,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grup" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2298,6 +1798,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2314,23 +1815,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2339,8 +1836,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2350,41 +1845,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Mida" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Última actualització" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2408,6 +1895,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2445,14 +1934,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2463,14 +1951,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2478,29 +1977,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Correu electrònic" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Confirmeu la contrasenya" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2555,8 +2045,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2567,7 +2055,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Elimina membre" @@ -2596,7 +2083,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Estableix quota" @@ -2637,8 +2123,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2701,76 +2185,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "S'ha denegat l'accés " - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Error" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Verifiqueu la connexió a la xarxa" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2816,39 +2230,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Cap" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Desconegut" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detalls" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Visualitza la captura" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2863,17 +2244,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Enllaços de pujada" @@ -2886,98 +2261,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Autor" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Visites" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3015,39 +2298,6 @@ msgstr "" msgid "Search files in this library" msgstr "Cerca fitxers a la llibreria" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Cap resultat" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Llibreria actual" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Altres llibreries" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3079,6 +2329,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3110,30 +2369,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Comparteix" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icona" @@ -3146,78 +2393,13 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3241,12 +2423,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3261,17 +2443,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3290,7 +2467,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3366,10 +2543,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3397,15 +2572,13 @@ msgstr "Nom (opcional)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "" @@ -3461,8 +2634,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3476,19 +2647,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Usuaris" @@ -3504,15 +2666,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3540,6 +2698,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "S'ha denegat l'accés " + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Error" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Verifiqueu la connexió a la xarxa" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3551,25 +2766,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Ruta actual:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3578,8 +2799,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Fitxer" @@ -3695,6 +2915,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Fitxers" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3704,7 +2935,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Paperera" @@ -3727,6 +2958,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3834,87 +3070,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Autor" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "No destaquis" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Destaca" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3925,28 +3138,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Llibreries" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "també pots prémer ←" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3988,57 +3193,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Guardant..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4053,54 +3213,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Cancel·la-ho tot" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nom" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4112,13 +3227,13 @@ msgid "unstarred" msgstr "no destacat" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "" @@ -4127,74 +3242,26 @@ msgstr "" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detalls" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4211,7 +3278,7 @@ msgstr "Administra" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4224,8 +3291,8 @@ msgstr "" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4241,17 +3308,15 @@ msgstr "Ruta actual:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4260,121 +3325,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Activitat" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Ajuda" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Terminals" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Sobre" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Enllaços" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Directoris" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Comparteix l'administració" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Membres" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4401,6 +3355,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4413,6 +3368,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4449,21 +3409,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4475,53 +3420,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Llibreries" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Cap resultat" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4530,8 +3465,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "" @@ -4541,8 +3474,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "" @@ -4567,6 +3498,10 @@ msgstr "Envia a:" msgid "Message (optional):" msgstr "" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Envia" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Enviant..." @@ -4600,24 +3535,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4647,13 +3564,9 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" msgstr "" #: frontend/src/components/share-link-panel/link-details.js:51 @@ -4669,30 +3582,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4703,46 +3623,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Error. Verifiqueu la connexió a la xarxa" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Transfereix" @@ -4754,17 +3661,18 @@ msgid "Folder Permission" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Elimina compartició" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Comparteix l'administració" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4775,27 +3683,18 @@ msgstr "" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4812,18 +3711,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4831,8 +3718,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4886,15 +3771,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4967,17 +3846,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "" @@ -5004,18 +3872,6 @@ msgstr "" msgid "Last Access" msgstr "" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5035,10 +3891,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5046,49 +3899,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5105,11 +3915,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "" @@ -5152,6 +3957,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5193,54 +3999,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5321,7 +4087,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5344,6 +4110,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5379,17 +4146,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Tots" @@ -5547,17 +4312,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5694,29 +4459,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5741,7 +4495,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5754,11 +4508,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5790,6 +4539,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5825,15 +4585,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5867,21 +4618,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6073,9 +4809,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6187,8 +4922,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6335,14 +5070,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6366,27 +5096,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6419,34 +5155,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6577,6 +5313,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6592,15 +5331,8 @@ msgstr "Compte" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6716,15 +5448,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Llibreria" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6743,11 +5490,6 @@ msgid "(current version)" msgstr "(versió actual)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Mostra" @@ -6761,19 +5503,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6791,6 +5520,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6798,6 +5541,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Membres" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6819,27 +5579,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Informació" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6863,27 +5622,16 @@ msgstr "Creat el" msgid "Operations" msgstr "Operacions" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "" @@ -6891,15 +5639,13 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6908,34 +5654,32 @@ msgstr "Estat" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Espai ocupat" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Elimina l'usuari" @@ -6944,7 +5688,6 @@ msgstr "Elimina l'usuari" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6955,19 +5698,30 @@ msgstr "Actiu" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inactiu" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6979,7 +5733,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6987,103 +5741,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "S'ha copiat %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Deixa de compartir" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7097,6 +5843,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Guardant..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7105,29 +5861,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Ajuda" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7148,15 +5913,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7187,65 +5956,22 @@ msgstr "" msgid "Shared By" msgstr "Compartit per" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7253,30 +5979,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Llibreria" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7347,11 +6053,44 @@ msgstr "" msgid "Clear" msgstr "Buida " +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7380,8 +6119,6 @@ msgstr "Tots els grups" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Anterior" @@ -7390,8 +6127,6 @@ msgstr "Anterior" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Següent" @@ -7400,45 +6135,11 @@ msgstr "Següent" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Tot els enllaços públics" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7447,6 +6148,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7462,6 +6169,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Compartit desde" @@ -7481,26 +6189,12 @@ msgid "Organization" msgstr "Organització" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7514,7 +6208,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7577,36 +6270,9 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "ReiniContra" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Revoca el permís d'administrador" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7661,39 +6327,6 @@ msgstr "" msgid "Add user" msgstr "" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7712,8 +6345,6 @@ msgstr "Actualitzat" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7780,39 +6411,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistema" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7870,6 +6468,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "" @@ -7915,6 +6517,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7923,16 +6529,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7984,8 +6580,6 @@ msgstr "Escrigui les extensions de fitxer separades per ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7994,6 +6588,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8006,6 +6601,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8034,94 +6640,66 @@ msgstr "" msgid "all members" msgstr "Tots el membres" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Visites" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Elimina" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8133,6 +6711,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8146,8 +6729,9 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 @@ -8206,41 +6790,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Afegeix membres" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8261,6 +6815,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8281,39 +6854,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Deixa de compartir la llibreria" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8385,53 +6930,34 @@ msgid "Limits" msgstr "" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Revoca el permís d'administrador" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administradors" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Activa el permís d'administrador" @@ -8439,19 +6965,18 @@ msgstr "Activa el permís d'administrador" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8479,30 +7004,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Elimina" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Afegeix" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8530,31 +7088,32 @@ msgstr "" msgid "All Notifications" msgstr "Totes les notificacions" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Elimina la organització" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8572,11 +7131,15 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistema" + #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" msgstr "" @@ -8600,30 +7163,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Actualitza" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8632,6 +7184,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8642,15 +7202,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8662,34 +7224,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "base de dades" @@ -8999,23 +7549,9 @@ msgstr "" msgid "shared by:" msgstr "compartit per:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "El propietari d'aquesta llibreria ha excedit el seu límit de capacitat." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Cancel·la-ho tot" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9031,7 +7567,11 @@ msgstr "" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9082,17 +7622,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Pàgines" @@ -9143,14 +7673,18 @@ msgstr "" msgid "Profile" msgstr "Perfil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9159,35 +7693,7 @@ msgstr "" msgid "Profile Setting" msgstr "Configuració " -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Compartit per:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9197,14 +7703,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "S'ha produït un error al convertir el document." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "també pots prémer ←" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9231,6 +7729,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9344,92 +7847,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9440,7 +7862,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9647,6 +8069,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9716,9 +8585,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9740,38 +8606,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/cs/LC_MESSAGES/django.po b/locale/cs/LC_MESSAGES/django.po index 87affe187f..f5bc45e793 100644 --- a/locale/cs/LC_MESSAGES/django.po +++ b/locale/cs/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Tomáš Kubalík , 2017,2019-2020,2024\n" "Language-Team: Czech (http://app.transifex.com/haiwen/seahub/language/cs/)\n" @@ -868,8 +868,9 @@ msgid "" msgstr "Již máte %(nb_avatars)d avatarů, maximální povolený počet avatarů je %(nb_max_avatars)d" #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "Délka WebDav hesla by měla být kratší než 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1529,11 +1530,11 @@ msgstr "Tým %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Přístup odepřen" @@ -2520,8 +2521,8 @@ msgstr "Sdílené knihovny" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3057,11 +3058,11 @@ msgstr "Zakázat" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Není možné prohlížet soubor" @@ -3093,7 +3094,7 @@ msgstr "Historie co jste specifikoval, neexistuje" msgid "Unknown error" msgstr "Neznámá chyba" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" neexistuje." @@ -3120,9 +3121,9 @@ msgid "Bad upload link token." msgstr "Chybný token upload odkazu" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Soubor neexistuje" @@ -3150,49 +3151,49 @@ msgstr "Kódování co jste vybrali není správné." msgid "Unknown file encoding" msgstr "Neznámé kódování souboru" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "velikost souboru předčila %s, není možné otevřít online. " -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Knihovna je šifrována, není možné otevřít online." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Chyba při přípravě náhledu souboru v Office Online." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Chyba při přípravě náhledu souboru v OnlyOffice." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Soubor není možné stáhnout, popis umístění není platný" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Není možné stáhnout soubor, nesprávný popis umístění" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Soubor se nedaří stáhnout." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Sdílet odkaz pro %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Nelze stáhnout soubor" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "Původní soubor neexistuje" diff --git a/locale/cs/LC_MESSAGES/djangojs.po b/locale/cs/LC_MESSAGES/djangojs.po index 423ab29699..2810c0f779 100644 --- a/locale/cs/LC_MESSAGES/djangojs.po +++ b/locale/cs/LC_MESSAGES/djangojs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Tomáš Kubalík , 2017,2019-2021,2024\n" "Language-Team: Czech (http://app.transifex.com/haiwen/seahub/language/cs/)\n" @@ -40,8 +40,6 @@ msgid "Exit Institution Admin" msgstr "Ukončete správu instituce" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Správce systému" @@ -53,44 +51,22 @@ msgstr "Správce organizace" msgid "Institution Admin" msgstr "Správce organizace" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Profilový obrázek" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Zobrazit profil a více" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Využito:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Nastavení" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "Zákaznický portál" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Odhlástit" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "Vrátit zpět" @@ -140,6 +116,22 @@ msgstr "{share_from} s Vaší skupinou {group_link} sdílí složku {repo_link}. msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} Vám převedl knihovnu {repo_link}." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "Soubor {upload_file_link} byl nahrán do {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -221,33 +213,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Upozornění" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Upozornění" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "Označit vše jako přečtené" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "Zobrazit všechna oznámení" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -285,54 +270,25 @@ msgstr "Obnovit zobrazení" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Štítky" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Soubory" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -343,57 +299,23 @@ msgstr "Soubory" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "" @@ -418,7 +340,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Nahlásit zneužití" @@ -440,7 +361,7 @@ msgid "Abuse Content" msgstr "Obsah zneužití" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Ostatní" @@ -455,6 +376,7 @@ msgstr "Kontaktní informace" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Popis" @@ -482,8 +404,6 @@ msgstr "Popis" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -493,8 +413,6 @@ msgstr "Popis" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -502,7 +420,6 @@ msgstr "Popis" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -511,30 +428,24 @@ msgstr "Popis" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -543,7 +454,6 @@ msgstr "Popis" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -559,11 +469,8 @@ msgstr "Popis" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -575,11 +482,9 @@ msgstr "Popis" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -608,18 +513,12 @@ msgstr "Storno" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -629,29 +528,21 @@ msgstr "Storno" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -660,7 +551,6 @@ msgstr "Storno" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -673,8 +563,6 @@ msgstr "Storno" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -683,9 +571,6 @@ msgstr "Storno" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -698,14 +583,12 @@ msgstr "Storno" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -735,14 +618,9 @@ msgstr "Přidat Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -752,10 +630,8 @@ msgstr "Přidat Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -763,12 +639,8 @@ msgstr "Přidat Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -781,7 +653,6 @@ msgstr "Přidat Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -789,12 +660,8 @@ msgstr "Přidat Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -804,29 +671,32 @@ msgstr "Přidat Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -853,13 +723,13 @@ msgstr "Vybrat oddělení" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "Nejsou k dispozici žádné možnosti" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "Nová stránka" @@ -944,11 +814,7 @@ msgstr "Čištění bylo úspěšné." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1016,122 +882,55 @@ msgstr "Opravdu chcete smazat svůj účet?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1177,20 +976,15 @@ msgstr "Jste si jisti, že chcete obnovit tuto knihovnu?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Obnovit" @@ -1211,12 +1005,6 @@ msgstr "Smazat soubory z tohoto zařízení, až se příště připojí." #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Odpárovat" @@ -1252,7 +1040,6 @@ msgstr "Kopírovat vybrané položky do:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1308,16 +1095,12 @@ msgstr "Jméno \"{name}\" je již obsazeno. Prosím zvolte jiné jméno." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nový soubor" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1359,12 +1142,8 @@ msgstr "Zadání hesla se neshodují" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1375,39 +1154,19 @@ msgid "Template" msgstr "Šablona" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Typ uložiště" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1424,6 +1183,7 @@ msgstr "Číst / zapisovat" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1435,24 +1195,18 @@ msgstr "Šifrovat" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Heslo" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Heslo znovu" @@ -1463,7 +1217,6 @@ msgstr "Heslo znovu" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Vnitřní chyba serveru" @@ -1474,10 +1227,6 @@ msgstr "Štítek \"{name}\" již existuje." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1495,13 +1244,10 @@ msgstr "Vybrat barvu" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Uložit" @@ -1527,7 +1273,6 @@ msgstr "Název oprávnění" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1540,35 +1285,24 @@ msgstr "Název oprávnění" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Nahrát" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1576,10 +1310,6 @@ msgstr "Nahrát" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Stáhnout" @@ -1606,7 +1336,6 @@ msgstr "Upravit zahrnuje upravit soubor, přesunout/přejmenovat soubor a složk #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1614,8 +1343,6 @@ msgstr "Upravit zahrnuje upravit soubor, přesunout/přejmenovat soubor a složk #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopírovat" @@ -1629,9 +1356,6 @@ msgid "Generate share link" msgstr "Generuj odkaz pro sdílení" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1639,14 +1363,9 @@ msgstr "Generuj odkaz pro sdílení" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1656,9 +1375,6 @@ msgstr "Generuj odkaz pro sdílení" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Upravit" @@ -1699,16 +1415,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Smazat knihovnu" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Smazat skupinu" @@ -1716,17 +1429,6 @@ msgstr "Smazat skupinu" msgid "Really want to delete this group?" msgstr "Skutečně chcete smazat tuto skupinu?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Vybrat štítky" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Vytvořit nový štítek" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Štítky byly úspěšně upraveny." @@ -1740,10 +1442,6 @@ msgid "{placeholder} Access Log" msgstr "{placeholder} Protokol přístupu" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1801,18 +1499,6 @@ msgstr "Jméno zařízení" msgid "Date" msgstr "Datum" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonymní uživatel" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Tento soubor nebyl (zřejmě) ještě zobrazen" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1873,114 +1559,19 @@ msgid "Upload Link" msgstr "Upload odkaz" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Skrýt" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Zobrazit" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "Dny vypršení platnosti" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Aktualizovat" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Odeslat" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Přidat ochranu heslem" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Přidat automatickou expiraci" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generovat" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "Členové skupiny" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Vítejte v {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} organizuje soubory do knihoven. Každou knihovnu lze synchronizovat a sdílet samostatně. Vytvořili jsme pro vás osobní knihovnu. Další knihovny můžete vytvořit později." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} organizuje soubory do knihoven. Každou knihovnu lze synchronizovat a sdílet samostatně. Jelikož jste však nyní hostem, nemůžete vytvářet knihovny." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "Obrázek nejde načíst." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Předchozí (levá šipka)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Další (pravá šipka)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Zavřít (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Přiblížit" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Oddálit" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "Zobrazit původní soubor" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "OCR" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1991,20 +1582,6 @@ msgstr "Prosím vyberte XLSX soubor" msgid "Import members from a .xlsx file" msgstr "Importovat členy z XLSX souboru" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Stáhnout ukázkový soubor" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Nahrát soubor" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Vybrat soubor" @@ -2056,7 +1633,6 @@ msgstr "Odebrat přístup" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2064,28 +1640,19 @@ msgid "It is required." msgstr "Je vyžadováno." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Neplatný E-mail." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "Úspěšně pozván %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "Úspěšně pozván %(email) a dalších %(num) lidí." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Pozvat hosta" @@ -2096,10 +1663,7 @@ msgstr "Emaily" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "E-maily, oddělované „,“ (čárka)" @@ -2122,30 +1686,24 @@ msgid "Really want to leave this group?" msgstr "Skutečně chcete opustit tuto skupinu?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Opustit" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Tato knihovna je chráněna heslem" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Chybné heslo" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Heslo bude uloženo na serveru pouze 1 hodinu." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Nastavení" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2165,6 +1723,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "OCR" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2228,70 +1792,6 @@ msgstr "Oprávnění složky {placeholder} " msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Skupina" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Složka" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Vyhledat skupiny" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Vyhledat uživatele" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Vytvořené soubory" @@ -2303,6 +1803,7 @@ msgstr "Vytvořené soubory" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2319,23 +1820,19 @@ msgid "Tagged Files" msgstr "Oštítkované soubory" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2344,8 +1841,6 @@ msgstr "Oštítkované soubory" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2355,41 +1850,33 @@ msgstr "Oštítkované soubory" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Velikost" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Poslední aktualizace" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "Smazáno" @@ -2413,6 +1900,8 @@ msgstr "Smazané knihovny" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "Žádné smazané knihovny" @@ -2450,14 +1939,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Nové pododdělení" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2468,14 +1956,25 @@ msgstr "Nové oddělení" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Přidat člena" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Vyhledat uživatele" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2483,29 +1982,20 @@ msgstr "Email je povinný" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Přidat uživatele" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Potvrzení hesla" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2560,8 +2050,6 @@ msgstr "Datum ukončení" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "Skutečně chcete smazat {placeholder}?" @@ -2572,7 +2060,6 @@ msgstr "Smazat oddělení" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Smazat člena" @@ -2601,7 +2088,6 @@ msgstr "Neplatná kvóta." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Nastavit kvótu" @@ -2642,8 +2128,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Zrušit zveřejnění" @@ -2706,76 +2190,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "Token k API rozhraní zkopírován do schránky." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Přístup odepřen" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Chyba" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Zkontrolujte síťové připojení." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Název aplikace" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} API Token" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2821,39 +2235,6 @@ msgstr "Verze" msgid "Labels" msgstr "Štítky" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Žádný" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Neznámý" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detaily" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Aktuální verze" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Prohlédnout Snapshot" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2868,17 +2249,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Veřejné odkazy" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Upload odkazy" @@ -2891,98 +2266,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Skončení platnosti" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "Žádné odkazy pro sdílení" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Úspěšně smazána 1 položka" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Vytvořil" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Odkaz" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Návštěvy" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "Žádné odkazy pro nahrávání" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3020,39 +2303,6 @@ msgstr "" msgid "Search files in this library" msgstr "Vyhledat soubory v této knihovně" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Žádný výsledek" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Aktuální knihovna" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Ostatní knihovny" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Nastavit kontaktní e-mail uživatele" @@ -3084,6 +2334,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "Odkaz byl zkopírován do schránky" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Odkaz" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3115,30 +2374,18 @@ msgstr "Sdílet na jiný server" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Sdílet" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ikona" @@ -3151,78 +2398,13 @@ msgstr "Vyberte prosím knihovnu ke sdílení" msgid "Select libraries to share" msgstr "Vyberte knihovnu ke sdílení" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Hostilel" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Server" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "Email uživatele" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Může to chvíli trvat, počkejte prosím." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Úspěšně smazána 1 položka" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "Knihovna nemůže být sdílena jejímu vlastníkovi." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "Podle jména vzestupně" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "Podle jména sestupně" @@ -3246,12 +2428,12 @@ msgstr "Podle času vzestupně" msgid "By time descending" msgstr "Podle času sestupně" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3266,17 +2448,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Opravdu smazat" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3295,7 +2472,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3371,10 +2548,8 @@ msgstr "Přidat organizaci" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3402,15 +2577,13 @@ msgstr "Jméno (volitelné)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Role" @@ -3466,8 +2639,6 @@ msgstr "Nastavit jméno" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Podmínky" @@ -3481,19 +2652,10 @@ msgid "Transfer to department" msgstr "Převést oddělení" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Uživatelé" @@ -3509,15 +2671,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Oddělení" @@ -3545,6 +2703,63 @@ msgstr "Převést skupinu na" msgid "Please enter 1 or more character" msgstr "Zadejte 1 nebo více znaků" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Přístup odepřen" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Chyba" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Zkontrolujte síťové připojení." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3556,25 +2771,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Aktuální cesta: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Složka" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3583,8 +2804,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Soubor" @@ -3700,6 +2920,17 @@ msgstr "Stažení se nezdařilo. Celková velikost souborů překročila limit." msgid "Packaging..." msgstr "Balení…" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Soubory" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3709,7 +2940,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Koš" @@ -3732,6 +2963,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3839,87 +3075,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Vytvořil" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "zamčeno uživatelem {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "uzamčeno" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "zamčeno uživatelem {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Odebrat z oblíbených" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Hvězdička" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Tato složka aktuálně nic neobsahuje." @@ -3930,28 +3143,20 @@ msgstr "Soubory můžete vytvořit ihned" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Knihovny" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "můžete také stisknout ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "je také možné stisknout →" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3993,57 +3198,12 @@ msgstr "Chyba sítě" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Příprava pro nahrávání..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Zbývá" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Ukládání…" - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Nahráno" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Opakovat" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4058,54 +3218,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Nahrávání souboru…" -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Opakovat vše" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Zrušit vše" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "jméno" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "velikost" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "postup" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "stav" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4117,13 +3232,13 @@ msgid "unstarred" msgstr "odznačeno" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Zámek" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Odemknout" @@ -4132,74 +3247,26 @@ msgstr "Odemknout" msgid "Find" msgstr "Najít" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "Vytisknout" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Otevřít pomocí klienta" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Otevřít rodičovský adresář" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "Online zobrazení není u tohoto typu souboru podporované" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Moje knihovny" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Sdíleno se mnou" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Sdíleno se všemi" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detaily" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4216,7 +3283,7 @@ msgstr "Admin" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4229,8 +3296,8 @@ msgstr "Člen" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4246,17 +3313,15 @@ msgstr "Aktuální cesta: " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Typ knihovny" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Akce" @@ -4265,121 +3330,10 @@ msgstr "Akce" msgid "Add group member" msgstr "Přidat člena skupiny" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Hledat členy skupiny" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Oblíbené" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Aktivity" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wiki stránky" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Pomoc" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Klienti" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "O aplikaci" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Odkazy" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Složky" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Sdílení Admin" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "zobrazit více" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Členové" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Vlastněné knihovny" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Sdílené knihovny" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Strana" @@ -4406,6 +3360,7 @@ msgstr "Přístup byl odepřen. Prosím zkuste {placeholder-left}přihlášení #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Žádné značky" @@ -4418,6 +3373,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Vytvořit nový štítek" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4454,21 +3414,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Zveřejněné" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4480,53 +3425,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Knihovny" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Žádný výsledek" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4535,8 +3470,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Výchozí" @@ -4546,8 +3479,6 @@ msgstr "Výchozí" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Host" @@ -4572,6 +3503,10 @@ msgstr "Odeslat na:" msgid "Message (optional):" msgstr "Zpráva(volitelné):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Odeslat" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Odesílám..." @@ -4605,24 +3540,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4652,14 +3569,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Nastavit oprávnění" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Přidat ochranu heslem" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4674,30 +3587,37 @@ msgstr "Přímý odkaz ke stažení zkopírován do schránky." msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Opravdu chcete smazat sdílecí odkaz?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "Žádné odkazy pro sdílení" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Skončení platnosti" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4708,46 +3628,33 @@ msgstr "Úspěšně uloženo" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Stažení souboru je vypnuto: Datový limit sdíleného odkazu vlastníka byl vyčrpán." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Sdíleno od:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Uložit jako ..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Platnost skončila" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Knihovna byla úspěšně přesunuta." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Nezdařilo se, zkontrolujte připojení" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Chyba při odstranění {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Převod" @@ -4759,17 +3666,18 @@ msgid "Folder Permission" msgstr "Oprávnění složky" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Zrušit sdílení" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Sdílení Admin" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4780,27 +3688,18 @@ msgstr "Změnit heslo" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Resetovat heslo" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4817,18 +3716,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "Označení hvězdičkou úspěšně zrušeno {library_name_placeholder}." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "Úspěšně označeno hvězdičkou {library_name_placeholder}." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4836,8 +3723,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4891,15 +3776,9 @@ msgid "New" msgstr "Nový" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4972,17 +3851,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "Seznam přidaných, odstraněných a upravených souborů bude odeslán do vaší poštovní schránky." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Nastavení jazyka" @@ -5009,18 +3877,6 @@ msgstr "Platforma" msgid "Last Access" msgstr "Poslední přístup" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "Úspěšně zrušen odkaz %(name)s." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Spárovaná zařízení" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5040,10 +3896,7 @@ msgstr "Zapište svůj účet do globálního adresáře aby Vás ostatní mohli msgid "Social Login" msgstr "Přihlášení na sociální síti" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Připojit" @@ -5051,49 +3904,6 @@ msgstr "Připojit" msgid "Status: enabled" msgstr "Stav: zapnuto" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Vypnout dvoufaktorovou autentizaci" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Pokud nemáte u sebe žádné zařízení, můžete přisupovat k Vašemu účtu pomocí záložních kódů." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "Zbývá vám pouze jeden záložní kód." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "Zbývá vám {num} záložních kódů." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Zobrazit kódy" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Dvoufaktorová autentizace není zapnuta pro Váš účet. Zapněte dvoufaktorovou autentizaci pro zvýšení zabezpečení vašeho účtu." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Zapnout dvoufaktorovou autentizaci" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Dvoufaktorová autentizace" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Zvolte soubor s obrázkem." @@ -5110,11 +3920,6 @@ msgstr "Soubor je příliš velký. Nejvyšší umožněná velikost je 1MB." msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Profilový obrázek:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Uživatelské jméno:" @@ -5157,6 +3962,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5198,54 +4004,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Zveřejnit" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Smazat Wiki stránku" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Sdíleno se mnou" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5326,7 +4092,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5349,6 +4115,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5384,17 +4151,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Vše" @@ -5552,17 +4317,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5699,29 +4464,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5746,7 +4500,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5759,11 +4513,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5795,6 +4544,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5830,15 +4590,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5872,21 +4623,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6078,9 +4814,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6192,8 +4927,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Přejmenování {name} selhalo" @@ -6340,14 +5075,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6371,27 +5101,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Otevřít rodičovský adresář" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6424,34 +5160,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6582,6 +5318,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6597,15 +5336,8 @@ msgstr "Počet" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6721,15 +5453,30 @@ msgstr "Přesunutá složka" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operace" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Knihovna" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6748,11 +5495,6 @@ msgid "(current version)" msgstr "(aktuální verze)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Zobrazit" @@ -6766,19 +5508,6 @@ msgstr "" msgid "Successfully restored." msgstr "Úspěšně obnoveno" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Žádné knihovny" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "S touto skupinou nejsou sdíleny žádné knihovny" @@ -6796,6 +5525,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Žádné knihovny" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6803,6 +5546,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Může to chvíli trvat, počkejte prosím." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Členové" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6824,27 +5584,26 @@ msgid "This is a special group representing a department." msgstr "Toto je speciální skupina reprezentující oddělení." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Vlastněné knihovny" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6868,27 +5627,16 @@ msgstr "Vytvořeno v" msgid "Operations" msgstr "Operace" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Profilový obrázek" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Využité místo / Kvóta" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "Poškozené ({repo_id_placeholder})" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Kontaktní email" @@ -6896,15 +5644,13 @@ msgstr "Kontaktní email" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6913,34 +5659,32 @@ msgstr "Stav" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Využité místo" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Poslední přihlášení" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Smazat uživatele" @@ -6949,7 +5693,6 @@ msgstr "Smazat uživatele" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6960,19 +5703,30 @@ msgstr "Aktivní" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Neaktivní" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Úspěšně smazána 1 položka" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Čas pozvání" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Přijato" @@ -6984,7 +5738,7 @@ msgstr "Žádné pozvánky hostů" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6992,103 +5746,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Nepodařilo se přesunout soubory do jiné knihovny." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Nepodařilo se zkopírovat soubory do jiné knihovny." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Soubory byly úspěšně přesunuty do jiné knihovny." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Soubory byly úspěšně zkopírovány do jiné knihovny." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Chyba při odstranění {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "Úspěšně přesunut {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Chyba při přesunu {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Úspěšně zkopírováno %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Chyba při kopírování %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Ponechat sdílení" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "Tato knihovna byla nastavena správcem pouze pro čtení a nelze ji aktualizovat." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "Složka neexistuje." @@ -7102,6 +5848,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "Dosud jste ke svým souborům nepřistupovali pomocí žádného klienta (stolního nebo mobilního). Nakonfigurujte klienty na svých zařízeních, abyste měli pohodlnější přístup k datům." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Ukládání…" + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Otevřít pomocí klienta" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Přepnout do textového editoru" @@ -7110,29 +5866,38 @@ msgstr "Přepnout do textového editoru" msgid "Switch to rich text editor" msgstr "Přepnout do rozšířeného textového editoru" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Pomoc" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Tento soubor byl aktualizován." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Obnovit" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Moje knihovny" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7153,17 +5918,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "Označení hvězdičkou úspěšně zrušeno {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "Úspěšně označeno hvězdičkou {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Poškozená (obraťte se na správce ohledně opravy této knihovny)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7192,97 +5961,34 @@ msgstr "Z jiných serverů s vámi nebyly sdíleny žádné knihovny." msgid "Shared By" msgstr "Sdíleno uživatelem" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Vytvořeno" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Kvóta" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Žádné oddělení" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Žádní členové" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Pododdělení" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Upravit kvótu" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "Žádné pododdělení" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Žádná připojená zařízení" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "Zařízení bylo úspěšně odpojeno." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Knihovna" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Všechny chyby byly úspěšně vymazány." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Žádné chyby synchronizace" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7352,11 +6058,44 @@ msgstr "Opravdu chcete vysypat koš?" msgid "Clear" msgstr "Vyčistit" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Kvóta" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Vytvořeno" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Hledat skupiny" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Vyhledat skupiny" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7385,8 +6124,6 @@ msgstr "Všechny skupiny" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Předchozí" @@ -7395,8 +6132,6 @@ msgstr "Předchozí" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Další" @@ -7405,45 +6140,11 @@ msgstr "Další" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Všechny veřejné odkazy" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7452,6 +6153,12 @@ msgstr "" msgid "View Link" msgstr "Zobrazit odkaz" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonymní uživatel" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7467,6 +6174,7 @@ msgstr "Akce" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Sdíleno od" @@ -7486,26 +6194,12 @@ msgid "Organization" msgstr "Organizace" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Export do Excelu" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Přístup k souborům" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Úprava souborů" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7519,7 +6213,6 @@ msgid "Copied" msgstr "Zkopírováno" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7582,36 +6275,9 @@ msgstr "Chyba" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Reset Hesla" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Odvolat Admina" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7666,39 +6332,6 @@ msgstr "Importovat uživatele" msgid "Add user" msgstr "Přidat uživatele" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Statistika" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Zařízení" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logy" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 dní" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 dní" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 rok" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7717,8 +6350,6 @@ msgstr "Upraven" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7785,39 +6416,6 @@ msgstr "Uživatelské uložitě" msgid "Total Storage" msgstr "Celkové uložiště" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Systém" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Celkový provoz" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Provoz webu" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Provoz sdílecího odkazu" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Provoz synchronizace" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7875,6 +6473,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Nahrát soubor" @@ -7920,6 +6522,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Zveřejnit" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7928,16 +6534,6 @@ msgstr "" msgid "Changes" msgstr "Změny" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7989,8 +6585,6 @@ msgstr "Sem vložte příponu souboru oddělenou ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Reset" @@ -7999,6 +6593,7 @@ msgid "Invalid file size range." msgstr "Neplatný rozsah velikosti souboru" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Jsou vyžadována nejméně tři písmena" @@ -8011,6 +6606,17 @@ msgstr "výsledek" msgid "results" msgstr "výsledky" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "Žádné sdílené složky" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "Dosud jste nesdíleli žádné složky s ostatními uživateli. Složku můžete sdílet s ostatními uživateli kliknutím na ikonu sdílení napravo od názvu složky." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8039,94 +6645,66 @@ msgstr "Dosud jste nesdíleli žádné knihovny s ostatními uživateli. Knihovn msgid "all members" msgstr "všichni členové" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "Dosud jste nevytvořili žádné odkazy na sdílení. Odkaz lze použít ke sdílení souborů a složek s kýmkoli. Odkaz na sdílení pro soubor nebo složku můžete vytvořit kliknutím na ikonu sdílení napravo od jejího názvu." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Návštěvy" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "Žádné odkazy pro nahrávání" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "Dosud jste nevytvořili žádné odkazy pro nahrávání. Odkaz na nahrání umožňuje komukoli nahrát soubory do složky nebo knihovny. Odkaz na nahrání pro složku nebo knihovnu můžete vytvořit kliknutím na ikonu sdílení napravo od jejího názvu." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Odstranit" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "Na serveru" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "Žádné sdílené knihovny" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Nepodařilo se zrušit sdílení {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Žádné veřejné knihovny" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "Žádné oblíbené" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Sdílet existující knihovny" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "Dosud jste nepřidali žádné knihovny, složky ani soubory do svých oblíbených. Oblíbené položky vám umožní rychlý přístup k nejčastěji používaným objektům. Knihovnu, složku nebo soubor můžete přidat do oblíbených položek kliknutím na hvězdičku nalevo od jejího názvu." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Zprávy o zneužívání" @@ -8138,6 +6716,11 @@ msgstr "Zpravodaj" msgid "Handled" msgstr "Ovládáno" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "Žádné záznamy o přihlášeních správce" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8151,9 +6734,10 @@ msgstr "Záznamy administračních operací" msgid "Admin Login Logs" msgstr "Záznamy přihlášení" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operace" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "Žádné protokoly operací správce" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8211,41 +6795,11 @@ msgstr "Uživatel {user} byl smazán" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Přidat knihovnu" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8266,6 +6820,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Žádné oddělení" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Žádní členové" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Pododdělení" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "Žádné pododdělení" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Popis umístění" @@ -8286,40 +6859,12 @@ msgstr "Záznamy skenu obsahu" msgid "Are you sure you want to remove {placeholder} ?" msgstr "Opravdu chcete odebrat {placeholder}?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Odebrat člena" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "Úspěšně přidán {email_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Chyba při přidávání {email_placeholder}: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "Úspěšně odstraněn {placeholder}." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "Opravdu chcete zrušit sdílení {placeholder}?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Zrušit sdílení knihovny" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Úspěšně zrušeno sdílení {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Žádné skupiny" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8390,53 +6935,34 @@ msgid "Limits" msgstr "Limity" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizace" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Odvolat Admina" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "Opravdu chcete zrušit administrátorské oprávnění uživatele {placeholder}?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Zrušit" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Úspěšně zrušeno administrátorské oprávnění {placeholder}." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Počet členů" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administrátoři" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Instituce" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Nastavit správce" @@ -8444,20 +6970,19 @@ msgstr "Nastavit správce" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "Opravdu chcete nastavit {placeholder} jako správce?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Smazat instituci" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "Žádné pozvánky" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Přidat instituci" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Hostilel" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8484,31 +7009,64 @@ msgid "Delete Expired Invitations" msgstr "Smazat prošlé pozvánky" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Pozvánky" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Kód" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Odstranit" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "Žádné protokoly přístupu k souborům" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "Žádné protokoly o aktualizaci souborů" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "Žádné přihlašovací protokoly" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Přihlášení" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Přístup k souborům" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Úprava souborů" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "Žádné protokoly oprávnění" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Přidat" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Postranní navigační nabídka" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "Žádné oznámení" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8535,31 +7093,32 @@ msgstr "Opravdu chcete vymazat oznámení ?" msgid "All Notifications" msgstr "Všechna upozornění" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Počet skupin" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "Opravdu chcete resetovat heslo uživatele {placeholder}?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr " {userCount} uživatel(ů) a {repoCount} knihovnen této organizace bude smazáno." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Smazat organizaci" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8577,10 +7136,14 @@ msgstr "Hledat v organizacích" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Nastavení historie" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wiki stránky" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Systém" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8605,30 +7168,19 @@ msgstr "Tip: knihovny smazané před {trashReposExpireDays} dny budou automatick msgid "Search libraries by owner" msgstr "Hledat v knihovnách podle vlastníka" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "Skenování souborů" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Virová kontrola" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Pravidla a podmínky" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Administrační záznamy" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "Žádná pravidla a podmínky" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Vytvořeno" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Aktualizovat" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "Smazat podmínky" @@ -8637,6 +7189,14 @@ msgstr "Smazat podmínky" msgid "Update succeeded." msgstr "Aktualizace proběhla úspěšně." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Pravidla a podmínky" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8647,15 +7207,17 @@ msgstr "1 uživatel byl úspěšně smazán." msgid "Successfully deleted {user_number_placeholder} users." msgstr "Úspěšně smazáno {user_number_placeholder} uživatelů." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Úspěšně zrušeno administrátorské oprávnění {placeholder}." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Smazat uživatele" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Jste si jisti, že chcete smazat vybrané uživatele ?" @@ -8667,34 +7229,22 @@ msgstr "Nastavit přihlašovací ID" msgid "Set Contact Email" msgstr "Nastavit kontaktní email" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Přihlašovací ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Sdílené knihovny" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Sdílené odkazy" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Instituce" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Výchozí administrátor" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Denní administrátor" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Auditní administrátor" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Databáze" @@ -9004,23 +7554,9 @@ msgstr "Nahrát soubory do {folder_name_placeholder}" msgid "shared by:" msgstr "sdíleno uživatelem:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Vlastník této knihovny nemá volné místo." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "Velikost souboru by měla být menší než {max_size_placeholder}." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "Sem přetáhněte soubory nebo složky." - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Jít do knihovny" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Zrušit vše" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9036,7 +7572,11 @@ msgstr "Jste si jisti, že chcete smazat tuto stránku?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Postranní navigační nabídka" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9087,17 +7627,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Stránky" @@ -9148,14 +7678,18 @@ msgstr "Zachycený stav {placeholder}" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Jazyk" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Dvoufaktorová autentizace" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Spárovaná zařízení" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9164,35 +7698,7 @@ msgstr "" msgid "Profile Setting" msgstr "Nastavení profilu" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Sdíleno uživatelem: " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Seznam" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Mřížka" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "Zkomprimovat vybrané položky do formátu ZIP" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9202,14 +7708,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Konverze dokumentu selhala" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "můžete také stisknout ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "je také možné stisknout →" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9236,6 +7734,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9349,92 +7852,11 @@ msgstr "Zatím nemáte žádné oblíbené položky" msgid "Import Users" msgstr "Importovat uživatele" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Žádná připojená zařízení" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Žádné chyby synchronizace" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Žádné skupiny" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "Žádné oznámení" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "Žádné pozvánky" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "Žádná pravidla a podmínky" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "Žádné oblíbené" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "Žádné sdílené složky" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "Žádné záznamy o přihlášeních správce" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "Žádné protokoly operací správce" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "Žádné protokoly oprávnění" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "Žádné přihlašovací protokoly" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "Žádné protokoly o aktualizaci souborů" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "Žádné protokoly přístupu k souborům" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "Dosud jste nesdíleli žádné složky s ostatními uživateli. Složku můžete sdílet s ostatními uživateli kliknutím na ikonu sdílení napravo od názvu složky." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "Dosud jste nevytvořili žádné odkazy na sdílení. Odkaz lze použít ke sdílení souborů a složek s kýmkoli. Odkaz na sdílení pro soubor nebo složku můžete vytvořit kliknutím na ikonu sdílení napravo od jejího názvu." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "Dosud jste nevytvořili žádné odkazy pro nahrávání. Odkaz na nahrání umožňuje komukoli nahrát soubory do složky nebo knihovny. Odkaz na nahrání pro složku nebo knihovnu můžete vytvořit kliknutím na ikonu sdílení napravo od jejího názvu." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "Dosud jste nepřidali žádné knihovny, složky ani soubory do svých oblíbených. Oblíbené položky vám umožní rychlý přístup k nejčastěji používaným objektům. Knihovnu, složku nebo soubor můžete přidat do oblíbených položek kliknutím na hvězdičku nalevo od jejího názvu." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9445,7 +7867,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9652,6 +8074,453 @@ msgstr "Chyba při přesunu %(name)s." msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9721,9 +8590,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9745,38 +8611,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index 49793d3944..db66d4c1ff 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -80,7 +80,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Elias Schneuwly , 2024\n" "Language-Team: German (http://app.transifex.com/haiwen/seahub/language/de/)\n" @@ -934,8 +934,9 @@ msgid "" msgstr "Sie haben bereits %(nb_avatars)d Avatare. Maximal sind %(nb_max_avatars)d erlaubt." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "Die Länge des WebDAV-Passworts sollte kürzer als 30 Zeichen sein." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1585,11 +1586,11 @@ msgstr "Ihr Service-Team %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Zugriff verweigert" @@ -2570,8 +2571,8 @@ msgstr "Freigegebene Bibliotheken" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3107,11 +3108,11 @@ msgstr "Deaktivieren" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Die Datei kann nicht angezeigt werden" @@ -3143,7 +3144,7 @@ msgstr "Die von Ihnen gewählte Version ist nicht vorhanden" msgid "Unknown error" msgstr "Unbekannter Fehler" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "„%s“ ist nicht vorhanden." @@ -3170,9 +3171,9 @@ msgid "Bad upload link token." msgstr "Falsches Token im Upload-Link." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Die Datei ist nicht vorhanden" @@ -3200,49 +3201,49 @@ msgstr "Der gewählte Zeichensatz ist ungültig." msgid "Unknown file encoding" msgstr "Unbekannte Datenkodierung" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Dateien können nur bis zu einer Größe von %s in der Web-Vorschau angezeigt werden." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Die Bibliothek ist verschlüsselt und kann nicht online geöffnet werden." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Fehler beim Vorbereiten der Office Online-Dateivorschau." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Fehler beim Vorbereiten der OnlyOffice-Dateivorschau." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Kann die Datei nicht herunterladen, ungültiger Pfad" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Kann die Datei nicht herunterladen, falscher Pfad" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Datei kann nicht heruntergeladen werden." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Link für %s freigeben." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Die Datei kann nicht heruntergeladen werden" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "Die originale Datei existiert nicht." diff --git a/locale/de/LC_MESSAGES/djangojs.po b/locale/de/LC_MESSAGES/djangojs.po index c2ecce79d1..fd02531307 100644 --- a/locale/de/LC_MESSAGES/djangojs.po +++ b/locale/de/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Andreas Vollmer | HU Berlin , 2015-2022,2024\n" "Language-Team: German (http://app.transifex.com/haiwen/seahub/language/de/)\n" @@ -53,8 +53,6 @@ msgid "Exit Institution Admin" msgstr "Einrichtungsverwaltung verlassen" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Systemadministration" @@ -66,44 +64,22 @@ msgstr "Organisationsverwaltung" msgid "Institution Admin" msgstr "Einrichtungsverwaltung" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Profil und weiteres ansehen" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Verwendet:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Einstellungen" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "Kundenportal" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Abmelden" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "Rückgängig machen" @@ -153,6 +129,22 @@ msgstr "{share_from} hat den Ordner {repo_link} für die Gruppe {group_link} fre msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} hat die Bibliothek {repo_link} auf Sie übertragen." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "Die Datei {upload_file_link} wurde hochgeladen nach {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "Der Ordner {upload_file_link} wurde hochgeladen nach {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "Der Benutzer {user} hat die Datei {fileName} in der Bibliothek {libraryName} erstellt." @@ -234,33 +226,26 @@ msgid "" "library {libraryName}." msgstr "Der Benutzer {user} hat den Ordner {folderName} und {folderCount} weitere Ordner in der Bibliothek {libraryName} verschoben." +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Mitteilungen" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Benachrichtigung" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "Alle als gelesen markieren" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "Alle Benachrichtigungen anzeigen" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -298,54 +283,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Tags" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Dateien" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -356,57 +312,23 @@ msgstr "Dateien" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Weitere Aktionen" @@ -431,7 +353,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Missbräuchliche Nutzung melden" @@ -453,7 +374,7 @@ msgid "Abuse Content" msgstr "Missbräuchliche Inhalte" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Sonstige" @@ -468,6 +389,7 @@ msgstr "Kontaktinformation" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Beschreibung" @@ -495,8 +417,6 @@ msgstr "Beschreibung" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -506,8 +426,6 @@ msgstr "Beschreibung" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -515,7 +433,6 @@ msgstr "Beschreibung" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -524,30 +441,24 @@ msgstr "Beschreibung" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -556,7 +467,6 @@ msgstr "Beschreibung" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -572,11 +482,8 @@ msgstr "Beschreibung" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -588,11 +495,9 @@ msgstr "Beschreibung" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -621,18 +526,12 @@ msgstr "Abbrechen" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -642,29 +541,21 @@ msgstr "Abbrechen" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -673,7 +564,6 @@ msgstr "Abbrechen" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -686,8 +576,6 @@ msgstr "Abbrechen" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -696,9 +584,6 @@ msgstr "Abbrechen" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -711,14 +596,12 @@ msgstr "Abbrechen" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -748,14 +631,9 @@ msgstr "Wiki hinzufügen" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -765,10 +643,8 @@ msgstr "Wiki hinzufügen" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -776,12 +652,8 @@ msgstr "Wiki hinzufügen" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -794,7 +666,6 @@ msgstr "Wiki hinzufügen" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -802,12 +673,8 @@ msgstr "Wiki hinzufügen" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -817,29 +684,32 @@ msgstr "Wiki hinzufügen" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -866,13 +736,13 @@ msgstr "Bereich auswählen" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -957,11 +827,7 @@ msgstr "Der Papierkorb wurde geleert." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1029,122 +895,55 @@ msgstr "Möchten Sie Ihr Benutzerkonto wirklich löschen?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1190,20 +989,15 @@ msgstr "Möchten Sie diese Version wirklich wiederherstellen?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Wiederherstellen" @@ -1224,12 +1018,6 @@ msgstr "Lösche beim nächsten Verbindungsaufbau alle Dateien von diesem Gerät. #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Trennen" @@ -1265,7 +1053,6 @@ msgstr "Auswahl kopieren nach:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1321,16 +1108,12 @@ msgstr "Der Name „{name}“ ist bereits vergeben, bitte wählen Sie einen ande #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Neue Datei" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1372,12 +1155,8 @@ msgstr "Passwörter stimmen nicht überein" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1388,39 +1167,19 @@ msgid "Template" msgstr "Template" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Physischer Speicherort" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1437,6 +1196,7 @@ msgstr "Lesen und Schreiben" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1448,24 +1208,18 @@ msgstr "Verschlüsseln" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Passwort" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Passwort erneut eingeben" @@ -1476,7 +1230,6 @@ msgstr "Passwort erneut eingeben" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Interner Serverfehler" @@ -1487,10 +1240,6 @@ msgstr "Das Tag \"{name}\" ist schon vergeben." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1508,13 +1257,10 @@ msgstr "Farbe wählen" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Speichern" @@ -1540,7 +1286,6 @@ msgstr "Berechtigungsname" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1553,35 +1298,24 @@ msgstr "Berechtigungsname" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Hochladen" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1589,10 +1323,6 @@ msgstr "Hochladen" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Herunterladen" @@ -1619,7 +1349,6 @@ msgstr "Dateien und Ordner können umbenannt und verschoben, Dateien auch bearbe #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1627,8 +1356,6 @@ msgstr "Dateien und Ordner können umbenannt und verschoben, Dateien auch bearbe #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopieren" @@ -1642,9 +1369,6 @@ msgid "Generate share link" msgstr "Freigabe-Link erstellen" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1652,14 +1376,9 @@ msgstr "Freigabe-Link erstellen" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1669,9 +1388,6 @@ msgstr "Freigabe-Link erstellen" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Bearbeiten" @@ -1712,16 +1428,13 @@ msgstr "Die Bibliothek ist mit {user_amount} Benutzer(n) und {group_amount} Grup #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Bibliothek löschen" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Gruppe löschen" @@ -1729,17 +1442,6 @@ msgstr "Gruppe löschen" msgid "Really want to delete this group?" msgstr "Möchten Sie die Gruppe wirklich löschen?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Tags auswählen" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Neues Tag erstellen" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Label erfolgreich bearbeitet." @@ -1753,10 +1455,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1814,18 +1512,6 @@ msgstr "Name des Geräts" msgid "Date" msgstr "Datum" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "unbekannter Benutzer" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Die Datei ist (anscheinend) noch nicht benutzt worden" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1886,114 +1572,19 @@ msgid "Upload Link" msgstr "Upload-Link" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Verbergen" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Anzeigen" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Aktualisieren" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Senden" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Passwort hinzufügen" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Befristung hinzufügen" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Erstellen" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Willkommen bei {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} verwaltet Dateien in Bibliotheken. Jede Bibliothek kann synchronisiert und separat freigegeben werden. Wir haben hier bereits eine persönliche Bibliothek für Sie erstellt, weitere Bibliotheken können Sie nach Bedarf hinzufügen." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} verwaltet Dateien in Bibliotheken. Jede Bibliothek kann synchronisiert und separat freigegeben werden. Da Sie aktuell als Gast angemeldet sind, können Sie leider keine neuen Bibliotheken erstellen." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "Das Bild kann nicht geladen werden." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Zurück (Linke Pfeiltaste)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Weiter (Rechte Pfeiltaste)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Schließen (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Hineinzoomen" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Herauszoomen" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -2004,20 +1595,6 @@ msgstr "Bitte eine XLSX-Datei auswählen" msgid "Import members from a .xlsx file" msgstr "Mitglieder aus XLSX-Datei importieren" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Beispieldatei herunterladen" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Datei hochladen" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Datei auswählen" @@ -2069,7 +1646,6 @@ msgstr "Zugang entziehen" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2077,28 +1653,19 @@ msgid "It is required." msgstr "Erforderlich" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Die E-Mail-Adresse ist ungültig." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "%(email) ist nun eingeladen." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "%(email) und %(num) weitere Personen sind nun eingeladen." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Gast einladen" @@ -2109,10 +1676,7 @@ msgstr "E-Mails" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "E-Mail-Adressen, getrennt durch Komma" @@ -2135,30 +1699,24 @@ msgid "Really want to leave this group?" msgstr "Möchten Sie die Gruppe wirklich verlassen?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Verlassen" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Die Bibliothek ist passwortgeschützt." - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Falsches Passwort" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Das Passwort wird für 1 Stunde auf dem Server gespeichert." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Einstellungen" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2178,6 +1736,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2241,70 +1805,6 @@ msgstr "{placeholder} Ordnerberechtigung" msgid "Set permission of {placeholder}" msgstr "Berechtigung von {placeholder} setzen" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Gruppe" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Ordner" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Gruppen suchen" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Benutzer suchen" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Erstellte Dateien" @@ -2316,6 +1816,7 @@ msgstr "Erstellte Dateien" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2332,23 +1833,19 @@ msgid "Tagged Files" msgstr "Dateien mit Tags" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2357,8 +1854,6 @@ msgstr "Dateien mit Tags" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2368,41 +1863,33 @@ msgstr "Dateien mit Tags" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Größe" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Letzte Änderung" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "gelöscht" @@ -2426,6 +1913,8 @@ msgstr "Gelöschte Bibliotheken" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "Keine gelöschten Bibliotheken" @@ -2463,14 +1952,13 @@ msgstr "Wählen Sie einen Benutzer als Administrator" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Neuer Unterbereich" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2481,14 +1969,25 @@ msgstr "Neuer Bereich" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Mitglied hinzufügen" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Benutzer suchen" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2496,29 +1995,20 @@ msgstr "E-Mail-Adresse erforderlich" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Benutzer hinzufügen" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "E-Mail-Adresse" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Passwort bestätigen" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2573,8 +2063,6 @@ msgstr "Enddatum" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "Möchten Sie {placeholder} wirklich löschen?" @@ -2585,7 +2073,6 @@ msgstr "Bereich löschen" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Mitglied löschen" @@ -2614,7 +2101,6 @@ msgstr "Kein Speicherplatz verfügbar." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Speicherquota setzen" @@ -2655,8 +2141,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Veröffentlichung rückgängig machen" @@ -2719,76 +2203,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "Das API-Token wurde in die Zwischenablage kopiert." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Der Zugriff wurde verweigert." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Fehler" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Bitte überprüfen Sie die Netzwerkverbindung." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Name der App" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} API-Token" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2834,39 +2248,6 @@ msgstr "Version" msgid "Labels" msgstr "Label" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Keine" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Unbekannt" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Details" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Aktuelle Version" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Schnappschuss ansehen" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2881,17 +2262,11 @@ msgid "{placeholder} Share Admin" msgstr "{placeholder} Freigabe-Administration" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Freigabe-Links" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Upload-Links" @@ -2904,98 +2279,6 @@ msgstr "Benutzerfreigaben" msgid "Group Shares" msgstr "Gruppenfreigaben" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Ablaufdatum" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "Keine Freigabe-Links" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "Freigabe-Links löschen" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "Möchten Sie den/die ausgewählten Freigabe-Link(s) wirklich löschen?" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "1 Objekt erfolgreich gelöscht" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Eigentümer" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Link" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Aufrufe" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "Keine Upload-Links" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3033,39 +2316,6 @@ msgstr "" msgid "Search files in this library" msgstr "Dateien in dieser Bibliothek durchsuchen" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Kein Ergebnis" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Aktuelle Bibliothek" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Andere Bibliotheken" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "E-Mail-Adresse des Benutzers setzen" @@ -3097,6 +2347,15 @@ msgstr "WebDAV Passwort vergeben" msgid "The link is copied to the clipboard." msgstr "Der Link wurde in die Zwischenablage kopiert." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Link" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3128,30 +2387,18 @@ msgstr "Freigabe für anderen Server" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Freigeben" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "Symbol" @@ -3164,78 +2411,13 @@ msgstr "Bitte wählen Sie eine Bibliothek zum Freigeben aus." msgid "Select libraries to share" msgstr "Bibliotheken zum Freigeben auswählen" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Gastgeber" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Server" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "E-Mail des Benutzers" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Es kann etwas dauern, bitte warten Sie." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Das Objekt wurde gelöscht." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "Server auswählen" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "Bibliotheken können nicht für ihre Eigentümer freigegeben werden." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "Aufsteigend nach Name" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "Absteigend nach Name" @@ -3259,12 +2441,12 @@ msgstr "Aufsteigend nach Zeit" msgid "By time descending" msgstr "Absteigend nach Zeit" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3279,17 +2461,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Möchten Sie dies wirklich löschen" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3308,7 +2485,7 @@ msgstr "Upload-Durchsatzbegrenzung einrichten" msgid "Set Download Rate Limit" msgstr "Download-Durchsatzbegrenzung einrichten" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3384,10 +2561,8 @@ msgstr "Organisation hinzufügen" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3415,15 +2590,13 @@ msgstr "Name (optional)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rolle" @@ -3479,8 +2652,6 @@ msgstr "Name setzen" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Nutzungsbedingungen" @@ -3494,19 +2665,10 @@ msgid "Transfer to department" msgstr "Übertragen auf Bereich" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Benutzer" @@ -3522,15 +2684,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Bereiche" @@ -3558,6 +2716,63 @@ msgstr "Gruppe übertragen auf" msgid "Please enter 1 or more character" msgstr "Bitte geben Sie mehr als 1 Zeichen ein" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Der Zugriff wurde verweigert." + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Fehler" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Bitte überprüfen Sie die Netzwerkverbindung." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3569,25 +2784,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Aktueller Pfad: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Ordner" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3596,8 +2817,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Datei" @@ -3713,6 +2933,17 @@ msgstr "Der Download ist fehlgeschlagen. Die Gesamtgröße der Dateien überschr msgid "Packaging..." msgstr "Erzeuge ZIP-Archiv …" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Dateien" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3722,7 +2953,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Papierkorb" @@ -3745,6 +2976,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3852,87 +3088,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Eigentümer" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "Eingefroren von {name}" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "von {name} gesperrt" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "eingefroren" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "gesperrt" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "Eingefroren von {name}" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "von {name} gesperrt" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Aus Favoriten entfernen" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Favoriten hinzufügen" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Der Ordner ist leer." @@ -3943,28 +3156,20 @@ msgstr "Sie können Dateien schnell anlegen" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "Keine passenden Ergebnisse" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliotheken" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "Sie können auch ← drücken " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "Sie können auch → (Pfeil rechts) verwenden " #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -4006,57 +3211,12 @@ msgstr "Netzwerkfehler" msgid "File too large" msgstr "Datei ist zu groß" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Hochladen wird vorbereitet …" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Verbleibend" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Speichere ..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "Lade hoch…" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Hochgeladen" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Erneut versuchen" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4071,54 +3231,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Datei wird hochgeladen..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "Alle Dateien wurden hochgeladen." - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Alles erneut versuchen" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Alle abbrechen" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "Name" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "Größe" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "Fortschritt" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "Status" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4130,13 +3245,13 @@ msgid "unstarred" msgstr "Kein Favorit" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Sperren" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Entsperren" @@ -4145,74 +3260,26 @@ msgstr "Entsperren" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "Drucken" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Lokal öffnen" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Übergeordneten Ordner öffnen" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "Vorschau ist für dieses Dateiformat nicht verfügbar" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Meine Bibliotheken" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Für mich freigegeben" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Für alle freigegeben" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Details" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4229,7 +3296,7 @@ msgstr "Administration" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4242,8 +3309,8 @@ msgstr "Mitglied" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4259,17 +3326,15 @@ msgstr "Aktueller Pfad: " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Art der Bibliothek" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Aktionen" @@ -4278,121 +3343,10 @@ msgstr "Aktionen" msgid "Add group member" msgstr "Gruppenmitglied hinzufügen" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Gruppenmitglieder suchen" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoriten" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Aktivitäten" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikis" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Hilfe" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Programm" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Über" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Links" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Ordner" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Arbeitsplatz" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Freigabeverwaltung" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "mehr …" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Mitglieder" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Eigene Bibliotheken" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Freigegebene Bibliotheken" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Seite" @@ -4419,6 +3373,7 @@ msgstr "Kein Zugang. Bitte versuchen Sie {placeholder-left}die Anmeldung noch ei #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Keine Tags" @@ -4431,6 +3386,11 @@ msgstr "Der Tag wurde nicht gefunden" msgid "Find a tag" msgstr "Tag suchen" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Neues Tag erstellen" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4467,21 +3427,6 @@ msgstr "Tags importieren" msgid "Export tags" msgstr "Tags exportieren" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Veröffentlicht" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "Sie überwachen bereits die Dateiänderungen dieser Bibliothek." - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4493,53 +3438,43 @@ msgid "Type characters to start search" msgstr "Geben Sie etwas ein, um die Suche zu starten" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "Zuletzt verwendete Suchergebnisse" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliotheken" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Kein Ergebnis" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "Benutzerdefinierte Freigabeberechtigung hinzufügen" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4548,8 +3483,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Standard" @@ -4559,8 +3492,6 @@ msgstr "Standard" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Gast" @@ -4585,6 +3516,10 @@ msgstr "Senden an:" msgid "Message (optional):" msgstr "Nachricht (optional):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Senden" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Wird gesendet …" @@ -4618,24 +3553,6 @@ msgstr "1 Freigabe-Link wurde gelöscht." msgid "Successfully deleted {number_placeholder} share links" msgstr "{number_placeholder} Freigabe-Links wurden gelöscht." -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4665,14 +3582,10 @@ msgstr "Link generieren" msgid "Number of links" msgstr "Anzahl der Links" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Berechtigung festlegen" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Passwort hinzufügen" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4687,30 +3600,37 @@ msgstr "Der Link zum direkten Download wurde in die Zwischenablage kopiert." msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "Freigabe-Link löschen" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Möchten Sie den Freigabe-Link wirklich löschen?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "Exportieren" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "Keine Freigabe-Links" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Ablaufdatum" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "Freigabe-Links löschen" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "Möchten Sie den/die ausgewählten Freigabe-Link(s) wirklich löschen?" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4721,46 +3641,33 @@ msgstr "Erfolgreich gespeichert" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Herunterladen ist deaktiviert: Das Datenvolumen des Eigentümers für Freigaben ist aufgebraucht." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Freigegeben von:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Speichern unter …" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Abgelaufen" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Bibliothek ist übertragen" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Fehlgeschlagen. Bitte überprüfen Sie die Netzwerkverbindung." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Fehler beim Löschen von {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Übertragen" @@ -4772,17 +3679,18 @@ msgid "Folder Permission" msgstr "Ordnerberechtigung" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Freigabe beenden" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Freigabeverwaltung" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4793,27 +3701,18 @@ msgstr "Passwort ändern" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Passwort zurücksetzen" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "Dateiänderungen überwachen" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "Dateiänderungen nicht überwachen" @@ -4830,18 +3729,6 @@ msgstr "Erweitert" msgid "SeaTable integration" msgstr "SeaTable Integration" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "{library_name_placeholder} wurde aus den Favoriten entfernt." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "{library_name_placeholder} wurde den Favoriten hinzugefügt." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4849,8 +3736,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "Dateien suchen" @@ -4904,15 +3789,9 @@ msgid "New" msgstr "Erstellen" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4985,17 +3864,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "Die Liste mit den neuen, gelöschten oder veränderten Dateien wird an Ihre E-Mail-Adresse verschickt." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "E-Mail-Benachrichtigungen über die Zusammenarbeit" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "Wollen Sie Benachrichtigungen über die Zusammenarbeit (z.B. Bibliotheksfreigabe, Gruppenaufnahme) per E-Mail erhalten?" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Sprache" @@ -5022,18 +3890,6 @@ msgstr "Plattform" msgid "Last Access" msgstr "Letzter Zugriff" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "%(name)s wurde erfolgreich getrennt." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Verbundene Geräte" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5053,10 +3909,7 @@ msgstr "Ihr Konto wird im zentralen Adressbuch aufgeführt, damit andere Sie dur msgid "Social Login" msgstr "Anmelden mit Sozialen Diensten" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Verbinden" @@ -5064,49 +3917,6 @@ msgstr "Verbinden" msgid "Status: enabled" msgstr "Status: aktiviert" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Zwei-Faktor-Authentifizierung deaktivieren" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Falls Sie kein Gerät bei sich haben, können Sie sich mit Ersatz-Codes einloggen." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "Sie haben nur noch einen freien Ersatz-Code zur Verfügung." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "Sie haben noch {num} freie Ersatz-Codes." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Codes anzeigen" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Die Zwei-Faktor-Authentifizierung wurde für Ihren Account nicht aktiviert. Für einen zusätzlichen Schutz Ihres Accounts aktivieren Sie die Zwei-Faktor-Authentifizierung." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Zwei-Faktor-Authentifizierung aktivieren" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Zwei-Faktor-Authentifizierung" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Bitte wählen Sie ein Bild aus." @@ -5123,11 +3933,6 @@ msgstr " Die Datei ist zu groß. Die maximale Größe beträgt 1 MB." msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Benutzername:" @@ -5170,6 +3975,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5211,54 +4017,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Veröffentlichen" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Wiki löschen" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Für mich freigegeben" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5339,7 +4105,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5362,6 +4128,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5397,17 +4164,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Alle" @@ -5565,17 +4330,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5712,29 +4477,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5759,7 +4513,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5772,11 +4526,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5808,6 +4557,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5843,15 +4603,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5885,21 +4636,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6091,9 +4827,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6205,8 +4940,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Fehler beim Umbenennen von {name}" @@ -6353,14 +5088,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6384,27 +5114,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Übergeordneten Ordner öffnen" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6437,34 +5173,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6595,6 +5331,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6610,17 +5349,10 @@ msgstr "Zugriffe" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Auswählen" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6734,15 +5466,30 @@ msgstr "Ordner verschoben" msgid "No more activities" msgstr "Keine weiteren Aktivitäten" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "Alle Aktivitäten" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Aktion" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "Meine Aktivitäten" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Bibliothek" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6761,11 +5508,6 @@ msgid "(current version)" msgstr "(aktuelle Version)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Anzeigen" @@ -6779,19 +5521,6 @@ msgstr "Verbundenen Schnappschuss ansehen" msgid "Successfully restored." msgstr "Erfolgreich wiederhergestellt." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Keine Bibliotheken" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "Für diese Gruppe sind keine Bibliotheken freigegeben" @@ -6809,6 +5538,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Keine Bibliotheken" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6816,6 +5559,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Es kann etwas dauern, bitte warten Sie." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Mitglieder" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6837,27 +5597,26 @@ msgid "This is a special group representing a department." msgstr "Dies ist eine spezielle Gruppe, die für einen Bereich steht." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Eigene Bibliotheken" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6881,27 +5640,16 @@ msgstr "Erstellt am" msgid "Operations" msgstr "Aktion" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Speicherbedarf / Quota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "Keine Verbindung ({repo_id_placeholder})" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "E-Mail-Kontakt" @@ -6909,15 +5657,13 @@ msgstr "E-Mail-Kontakt" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6926,34 +5672,32 @@ msgstr "Status" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Speicherbedarf" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Letzte Anmeldung" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Benutzer löschen" @@ -6962,7 +5706,6 @@ msgstr "Benutzer löschen" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6973,19 +5716,30 @@ msgstr "Aktiv" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inaktiv" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Das Objekt wurde gelöscht." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Zeitpunkt der Einladung" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Angenommen" @@ -6997,7 +5751,7 @@ msgstr "Keine eingeladenen Gäste" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -7005,103 +5759,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "Die Freigaberechte für die Bibliothek wurden nicht gefunden." -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Die Dateien konnten nicht in die andere Bibliothek verschoben werden." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Die Dateien konnten nicht in die andere Bibliothek kopiert werden." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Die Dateien sind in die andere Bibliothek verschoben." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Die Dateien sind in die andere Bibliothek kopiert." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "{name} und {n} andere(s) Element(e) wiederhergestellt" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "{name} wurde wiederhergestellt." -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "Die Wiederherstellung von {name} und {n} anderen Elements/anderer Elemente ist fehlgeschlagen." -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "Die Wiederherstellung von {name} ist fehlgeschlagen." -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "{name} und {n} andere(s) Element(e) wurden gelöscht." -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "Die Löschung von {name} und {n} anderen Elements/anderer Elemente ist fehlgeschlagen." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Fehler beim Löschen von {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "{name} wurde verschoben." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Fehler beim Verschieben von {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s wurde kopiert." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Fehler beim Kopieren von %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "Die Konvertierung ist im Gang. Bitte warten Sie." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "Die Datei wurde konvertiert." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "Die Konvertierung von {name} ist fehlgeschlagen." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Freigegebene Bibliothek verlassen" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "Diese Bibliothek wurde von der Administration schreibgeschützt und kann nur gelesen werden." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "Der Ordner ist nicht vorhanden." @@ -7115,6 +5861,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "Sie haben noch nicht mit einem mobilen oder stationären Gerät auf Ihre Dateien zugegriffen. Um komfortabler mit Ihren Daten zu arbeiten, installieren Sie auf Ihren Geräten die entsprechenden Clients oder Apps." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Speichere ..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Lokal öffnen" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Zum reinen Texteditor wechseln" @@ -7123,29 +5879,38 @@ msgstr "Zum reinen Texteditor wechseln" msgid "Switch to rich text editor" msgstr "Zum Editor mit Formatierungen wechseln" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Hilfe" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Die Datei wurde aktualisiert." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Aktualisieren" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "Ein anderer Benutzer bearbeitet diese Datei." -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "Sind Sie sicher, dass Sie diese Seite verlassen wollen? Ihre Änderungen wurden noch nicht gespeichert." -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "Die Speicherung ist fehlgeschlagen." +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Meine Bibliotheken" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7166,17 +5931,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "{library_name_placeholder} wurde aus den Favoriten entfernt." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "{library_name_placeholder} wurde den Favoriten hinzugefügt." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Fehler (bitte wenden Sie sich zur Wiederherstellung dieser Bibliothek an Ihre Administration)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7205,97 +5974,34 @@ msgstr "Für Sie wurden noch keine Bibliotheken von anderen Servern freigegeben msgid "Shared By" msgstr "Freigegeben von" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Erstellungsdatum" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Speicherquota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Keine Bereiche vorhanden" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Keine Mitglieder" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Unterbereiche" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Speicherplatz bearbeiten" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "Keine Unterbereiche vorhanden" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Keine verbundenen Geräte" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "Die Verbindung mit dem Gerät wurde getrennt." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Bibliothek" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Alle Fehlermeldungen wurden gelöscht." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Keine Fehler beim Synchronisieren" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7365,11 +6071,44 @@ msgstr "Möchten Sie den Papierkorb wirklich leeren?" msgid "Clear" msgstr "Löschen" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Speicherquota" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Erstellungsdatum" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Gruppen suchen" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Gruppen suchen" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7398,8 +6137,6 @@ msgstr "Meine Gruppen" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Vorherige" @@ -7408,8 +6145,6 @@ msgstr "Vorherige" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Nächste Seite" @@ -7418,45 +6153,11 @@ msgstr "Nächste Seite" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "Teamname" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "ID" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Alle öffentlichen Links" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7465,6 +6166,12 @@ msgstr "" msgid "View Link" msgstr "Link anzeigen" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "unbekannter Benutzer" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7480,6 +6187,7 @@ msgstr "Aktion" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Freigegeben von" @@ -7499,26 +6207,12 @@ msgid "Organization" msgstr "Organisation" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "In Excel exportieren" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Dateizugriff" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Dateiaktualisierung" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7532,7 +6226,6 @@ msgid "Copied" msgstr "Kopiert" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "SAML-Konfiguration" @@ -7595,36 +6288,9 @@ msgstr "Fehlgeschlagen" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Passwort zurücksetzen" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Adminrechte entziehen" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7679,39 +6345,6 @@ msgstr "Importieren" msgid "Add user" msgstr "Hinzufügen" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Statistik" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Geräte" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Protokolle" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 Tage" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 Tage" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 Jahr" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7730,8 +6363,6 @@ msgstr "Geändert:" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7798,39 +6429,6 @@ msgstr "Nutzerspeicher" msgid "Total Storage" msgstr "Gesamtspeicher" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "System" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Datenvolumen gesamt" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Datenvolumen Weboberfläche" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Datenvolumen Freigabe-Links" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Datenvolumen Synchronisation" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7888,6 +6486,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "Teamname" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Datei-Upload" @@ -7933,6 +6535,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Veröffentlichen" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "Keine Änderungen" @@ -7941,16 +6547,6 @@ msgstr "Keine Änderungen" msgid "Changes" msgstr "Änderungen" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "Letzte Änderung" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "Nächste Änderung" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "Keine Versionshistorie" @@ -8002,8 +6598,6 @@ msgstr "Dateierweiterungen eingeben und mit Komma trennen" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Zurücksetzen" @@ -8012,6 +6606,7 @@ msgid "Invalid file size range." msgstr "Dateigröße nicht zugelassen." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Mindestens drei Zeichen erforderlich" @@ -8024,6 +6619,17 @@ msgstr "Ergebnis" msgid "results" msgstr "Ergebnisse" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "Keine Ordner freigegeben" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "Sie haben noch keine Ordner für andere Personen freigegeben. Um einen Ordner freizugeben, klicken Sie auf das Freigabe-Icon rechts neben dem Namen." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8052,94 +6658,66 @@ msgstr "Sie haben noch keine Bibliotheken für andere Personen freigegeben. Um e msgid "all members" msgstr "Alle Mitglieder" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "Sie habe noch keine Freigabe-Links angelegt. Über einen Freigabe-Link können Dateien und Ordner für beliebige Personen bereitgestellt werden. Um einen Freigabe-Link für eine Datei oder einen Ordner zu erstellen, klicken Sie auf das Freigabe-Icon rechts neben dem Namen." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Aufrufe" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "Keine Upload-Links" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "Sie habe noch keine Upload-Links angelegt. Über einen Upload-Link können beliebige Personen Dateien in Ordner oder Bibliotheken hochladen. Um einen Upload-Link für einen Ordner oder eine Bibliothek zu erstellen, klicken Sie auf das Freigabe-Icon rechts neben dem Namen." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "(gelöscht)" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Entfernen" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "Aufsteigend nach Ablaufdatum" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "Absteigend nach Ablaufdatum" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "Die ungültigen Freigabelinks wurden gelöscht." - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "Ungültige Freigabelinks löschen." - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "Möchten Sie die ungültigen Freigabe-Links wirklich löschen?" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "Die ungültigen Upload-Links wurden gelöscht." - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "Ungültige Upload-Links löschen" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" -msgstr "Möchten Sie die ungültigen Upload-Links wirkliich löschen?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" +msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "Server" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "Keine freigegebenen Bibliotheken" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Fehler beim Beenden der Freigabe von {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Es gibt keine öffentlichen Bibliotheken." +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "Keine Favoriten" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Vorhandene Bibliotheken freigeben" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "Sie haben noch keine Bibliotheken, Ordner oder Dateien zu Ihren Favoriten hinzugefügt. Über Favoriten haben Sie schnellen Zugriff auf Ihre wichtigsten Objekte. Um eine Bibliothek, einen Ordner oder eine Datei zu Ihren Favoriten hinzuzufügen, klicken Sie auf den Stern links neben dem Namen." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Berichte zu missbräuchlicher Nutzung" @@ -8151,6 +6729,11 @@ msgstr "Berichterstatter/in" msgid "Handled" msgstr "Erledigt" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "Keine Protokolle zu Anmeldungen der Administration" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8164,9 +6747,10 @@ msgstr "Administrative Betriebsprotokolle" msgid "Admin Login Logs" msgstr "Administrative Loginprotokolle" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Aktion" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "Keine Protokolle zu Aktivitäten der Administration verfügbar" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8224,41 +6808,11 @@ msgstr "Benutzer {user} gelöscht" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Bibliothek hinzufügen" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Mitglieder hinzufügen" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8279,6 +6833,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Keine Bereiche vorhanden" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Keine Mitglieder" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Unterbereiche" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "Keine Unterbereiche vorhanden" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Pfad" @@ -8299,40 +6872,12 @@ msgstr "Doku der Datei-Scans" msgid "Are you sure you want to remove {placeholder} ?" msgstr "Möchten Sie {placeholder} wirklich entfernen?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Mitglied entfernen" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "{email_placeholder} wurde hinzugefügt." - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Hinzufügen von {email_placeholder} fehlgeschlagen: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "{placeholder} wurde entfernt." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "Möchten Sie die Freigabe von {placeholder} wirklich beenden?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Freigabe beenden" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Freigabe von Bibliothek {placeholder} wurde beendet." +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Keine Gruppen" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8403,53 +6948,34 @@ msgid "Limits" msgstr "Maximum" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organisationen" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Adminrechte entziehen" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "Möchten Sie dem Benutzer {placeholder} wirklich die Adminrechte entziehen?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Entziehen" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Dem Benutzer {placeholder} wurden die Adminrechte entzogen." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Anzahl der Mitglieder" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Admins" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Einrichtungen" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Administrator festlegen" @@ -8457,20 +6983,19 @@ msgstr "Administrator festlegen" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "Möchten Sie {placeholder} wirklich zum Admin machen?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Einrichtung löschen" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "Keine Einladungen" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Einrichtung hinzufügen" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Gastgeber" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8497,31 +7022,64 @@ msgid "Delete Expired Invitations" msgstr "Abgelaufene Einladungen löschen" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Einladungen" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Token" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Entfernen" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "nur {placeholder} anzeigen" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "Keine Protokolle zu Dateiaufrufen verfügbar" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "Keine Protokolle zu Aktualisierungen verfügbar" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "Keine Protokolle zu Anmeldungen verfügbar" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Login" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Dateizugriff" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Dateiaktualisierung" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "Keine Protokolle zu Berechtigungen" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Hinzufügen" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Seitliche Navigation" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "Keine Mitteilungen" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8548,31 +7106,32 @@ msgstr "Möchten Sie die Mitteilung wirklich löschen?" msgid "All Notifications" msgstr "Alle Mitteilungen" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Anzahl der Gruppen" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "Möchten Sie das Passwort für {placeholder} wirklich zurücksetzen?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "{userCount} Benutzer und {repoCount} Bibliotheken dieser Organisation werden hiermit ebenfalls gelöscht." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Organisation löschen" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8590,10 +7149,14 @@ msgstr "Organisationen suchen" msgid "Search libraries by name or ID" msgstr "Bibliotheken nach Name oder ID suchen" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikis" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "System" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8618,30 +7181,19 @@ msgstr "Hinweis: Bibliotheken werden {trashReposExpireDays} Tage nach Löschung msgid "Search libraries by owner" msgstr "Bibliotheken nach Eigentümer/in suchen" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "Scan der Dateien" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Viren-Scan" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Nutzungsvereinbarungen" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Administrationsprotokolle" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "Keine Nutzungsvereinbarungen" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Erstellt" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Aktualisieren" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "T&C löschen" @@ -8650,6 +7202,14 @@ msgstr "T&C löschen" msgid "Update succeeded." msgstr "Die Aktualisierung wurde gespeichert." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Nutzungsvereinbarungen" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8660,15 +7220,17 @@ msgstr "Ein Konto wurde gelöscht." msgid "Successfully deleted {user_number_placeholder} users." msgstr "{user_number_placeholder} Benutzer wurden gelöscht." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Dem Benutzer {placeholder} wurden die Adminrechte entzogen." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Benutzer löschen" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Möchten Sie die ausgewählten Benutzer wirklich löschen?" @@ -8680,34 +7242,22 @@ msgstr "Benutzername setzen" msgid "Set Contact Email" msgstr "E-Mail-Kontakt eintragen" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Benutzername" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Freigegebene Bibliotheken" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Freigabe-Links" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Einrichtung" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Standard-Admin" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Täglicher Admin" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Audit Admin" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Datenbank" @@ -9017,23 +7567,9 @@ msgstr "Dateien zu {folder_name_placeholder} hochladen" msgid "shared by:" msgstr "freigegeben von:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Der Speicherplatz des Eigentümers der Bibliothek ist aufgebraucht." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "Die Dateigröße muss kleiner sein als {max_size_placeholder}." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "Ziehen Sie Dateien oder Ordner hierher" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Zur Bibliothek wechseln" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Alle abbrechen" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9049,7 +7585,11 @@ msgstr "Möchten Sie die Seite wirklich löschen?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Seitliche Navigation" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9100,17 +7640,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Seiten" @@ -9161,14 +7691,18 @@ msgstr "{placeholder} Schnappschuss" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Sprache" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Zwei-Faktor-Authentifizierung" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Verbundene Geräte" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9177,35 +7711,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profil" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Freigegeben von:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Liste" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Symbole" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "Ausgewählte Elemente zippen" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "Ausgewählte Elemente speichern" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9215,14 +7721,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Dokumentenkonvertierung fehlgeschlagen." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "Sie können auch ← drücken " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "Sie können auch → (Pfeil rechts) verwenden " - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9249,6 +7747,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9362,92 +7865,11 @@ msgstr "Sie haben keine Favoriten." msgid "Import Users" msgstr "Benutzer importieren" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Keine verbundenen Geräte" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "Ausgewählte Elemente speichern" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Keine Fehler beim Synchronisieren" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Keine Gruppen" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "Keine Mitteilungen" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "Keine Einladungen" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "Keine Nutzungsvereinbarungen" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "Keine Favoriten" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "Keine Ordner freigegeben" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "Keine Protokolle zu Anmeldungen der Administration" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "Keine Protokolle zu Aktivitäten der Administration verfügbar" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "Keine Protokolle zu Berechtigungen" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "Keine Protokolle zu Anmeldungen verfügbar" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "Keine Protokolle zu Aktualisierungen verfügbar" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "Keine Protokolle zu Dateiaufrufen verfügbar" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "Sie haben noch keine Ordner für andere Personen freigegeben. Um einen Ordner freizugeben, klicken Sie auf das Freigabe-Icon rechts neben dem Namen." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "Sie habe noch keine Freigabe-Links angelegt. Über einen Freigabe-Link können Dateien und Ordner für beliebige Personen bereitgestellt werden. Um einen Freigabe-Link für eine Datei oder einen Ordner zu erstellen, klicken Sie auf das Freigabe-Icon rechts neben dem Namen." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "Sie habe noch keine Upload-Links angelegt. Über einen Upload-Link können beliebige Personen Dateien in Ordner oder Bibliotheken hochladen. Um einen Upload-Link für einen Ordner oder eine Bibliothek zu erstellen, klicken Sie auf das Freigabe-Icon rechts neben dem Namen." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "Sie haben noch keine Bibliotheken, Ordner oder Dateien zu Ihren Favoriten hinzugefügt. Über Favoriten haben Sie schnellen Zugriff auf Ihre wichtigsten Objekte. Um eine Bibliothek, einen Ordner oder eine Datei zu Ihren Favoriten hinzuzufügen, klicken Sie auf den Stern links neben dem Namen." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9458,7 +7880,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9665,6 +8087,453 @@ msgstr "Fehler beim Verschieben von %(name)s." msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9734,9 +8603,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9758,38 +8624,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/el/LC_MESSAGES/django.po b/locale/el/LC_MESSAGES/django.po index daf14a6b75..9a7c397293 100644 --- a/locale/el/LC_MESSAGES/django.po +++ b/locale/el/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: imwhatiam , 2017\n" "Language-Team: Greek (http://app.transifex.com/haiwen/seahub/language/el/)\n" @@ -868,7 +868,8 @@ msgid "" msgstr "Ήδη έχετε %(nb_avatars)d avatars, και ο μέγιστος αριθμός είναι %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1519,11 +1520,11 @@ msgstr "Η ομάδα του %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Απαγόρευση πρόσβασης" @@ -2504,8 +2505,8 @@ msgstr "Κοινόχρηστες βιβλιοθήκες" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3041,11 +3042,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "" @@ -3077,7 +3078,7 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -3104,9 +3105,9 @@ msgid "Bad upload link token." msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Το αρχείο δεν υπάρχει." @@ -3134,49 +3135,49 @@ msgstr "" msgid "Unknown file encoding" msgstr "" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "" -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/el/LC_MESSAGES/djangojs.po b/locale/el/LC_MESSAGES/djangojs.po index b16506976f..4d69e286f6 100644 --- a/locale/el/LC_MESSAGES/djangojs.po +++ b/locale/el/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Efstathios Iosifidis , 2017\n" "Language-Team: Greek (http://app.transifex.com/haiwen/seahub/language/el/)\n" @@ -36,8 +36,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Διαχειριστής συστήματος" @@ -49,44 +47,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Ρυθμίσεις" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Αποσύνδεση" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -136,6 +112,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -217,33 +209,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Ειδοποιήσεις" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -281,54 +266,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Αρχεία" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -339,57 +295,23 @@ msgstr "Αρχεία" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "" @@ -414,7 +336,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -436,7 +357,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -451,6 +372,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Περιγραφή" @@ -478,8 +400,6 @@ msgstr "Περιγραφή" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -489,8 +409,6 @@ msgstr "Περιγραφή" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -498,7 +416,6 @@ msgstr "Περιγραφή" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -507,30 +424,24 @@ msgstr "Περιγραφή" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -539,7 +450,6 @@ msgstr "Περιγραφή" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -555,11 +465,8 @@ msgstr "Περιγραφή" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -571,11 +478,9 @@ msgstr "Περιγραφή" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -604,18 +509,12 @@ msgstr "Ακύρωση" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -625,29 +524,21 @@ msgstr "Ακύρωση" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -656,7 +547,6 @@ msgstr "Ακύρωση" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -669,8 +559,6 @@ msgstr "Ακύρωση" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -679,9 +567,6 @@ msgstr "Ακύρωση" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -694,14 +579,12 @@ msgstr "Ακύρωση" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -731,14 +614,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -748,10 +626,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -759,12 +635,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -777,7 +649,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -785,12 +656,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -800,29 +667,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -849,13 +719,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -940,11 +810,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1012,122 +878,55 @@ msgstr "Θέλετε πραγματικά να διαγράψετε τον λο #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1173,20 +972,15 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Επαναφορά" @@ -1207,12 +1001,6 @@ msgstr "Διαγραφή αρχείων από αυτή τη συσκευή τη #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Αποσύνδεση" @@ -1248,7 +1036,6 @@ msgstr "Αντιγραφή επιλεγμένου αντικειμένου(ων) #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1304,16 +1091,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Νέο αρχείο" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1355,12 +1138,8 @@ msgstr "Δεν ταιριάζουν τα συνθηματικά" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1371,39 +1150,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1420,6 +1179,7 @@ msgstr "Ανάγνωση-Εγγραφή" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1431,24 +1191,18 @@ msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Κωδικός" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "" @@ -1459,7 +1213,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Εσωτερικό σφάλμα διακομιστή" @@ -1470,10 +1223,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1491,13 +1240,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1523,7 +1269,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1536,35 +1281,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1572,10 +1306,6 @@ msgstr "" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Λήψη" @@ -1602,7 +1332,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1610,8 +1339,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Αντιγραφή" @@ -1625,9 +1352,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1635,14 +1359,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1652,9 +1371,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Τροποποίηση" @@ -1695,16 +1411,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Διαγραφή βιβλιοθήκης" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Διαγραφή ομάδας" @@ -1712,17 +1425,6 @@ msgstr "Διαγραφή ομάδας" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1736,10 +1438,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1797,18 +1495,6 @@ msgstr "Όνομα συσκευής" msgid "Date" msgstr "Ημερομηνία" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Ανώνυμος χρήστης" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1869,114 +1555,19 @@ msgid "Upload Link" msgstr "" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Απόκρυψη" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Εμφάνιση" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Ανανέωση" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Προσθήκη αυτόματης λήξης" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Προηγούμενο (Αριστερό βελάκι)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Επόμενο (Δεξιό βελάκι)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Κλείσιμο (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1987,20 +1578,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2052,7 +1629,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2060,28 +1636,19 @@ msgid "It is required." msgstr "Απαιτείται." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2092,10 +1659,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2118,30 +1682,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Λάθος κωδικός" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Ο κωδικός θα παραμείνει στον διακομιστή μόνο για 1 ώρα." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Ρυθμίσεις" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2161,6 +1719,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2224,70 +1788,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Ομάδα" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Αναζήτηση ομάδων" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2299,6 +1799,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2315,23 +1816,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2340,8 +1837,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2351,41 +1846,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Μέγεθος" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Τελευταία τροποποίηση" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2409,6 +1896,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2446,14 +1935,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2464,14 +1952,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2479,29 +1978,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Προσθήκη χρήστη" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2556,8 +2046,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2568,7 +2056,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Διαγραφή μέλους" @@ -2597,7 +2084,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "" @@ -2638,8 +2124,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2702,76 +2186,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Απαγόρευση πρόσβασης" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Σφάλμα" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Παρακαλούμε ελέγξτε το δίκτυο." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2817,39 +2231,6 @@ msgstr "Έκδοση" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Κανένα" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Άγνωστο" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Λεπτομέρειες" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2864,17 +2245,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Σύνδεσμοι μεταφόρτωσης" @@ -2887,98 +2262,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Λήξη" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Επιτυχής διαγραφή 1 αντικειμένου." - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Επισκέψεις" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3016,39 +2299,6 @@ msgstr "" msgid "Search files in this library" msgstr "" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Τωρινή βιβλιοθήκη" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Άλλες βιβλιοθήκες" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3080,6 +2330,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3111,30 +2370,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "" @@ -3147,78 +2394,13 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Επιτυχής διαγραφή 1 αντικειμένου." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3242,12 +2424,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3262,17 +2444,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3291,7 +2468,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3367,10 +2544,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3398,15 +2573,13 @@ msgstr "Όνομα (προαιρετικά)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "" @@ -3462,8 +2635,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3477,19 +2648,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Χρήστες" @@ -3505,15 +2667,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3541,6 +2699,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Παρακαλούμε εισάγετε 1 ή περισσότερους χαρακτήρες" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Απαγόρευση πρόσβασης" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Σφάλμα" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Παρακαλούμε ελέγξτε το δίκτυο." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3552,25 +2767,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Τωρινή διαδρομή:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3579,8 +2800,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Αρχείο" @@ -3696,6 +2916,17 @@ msgstr "" msgid "Packaging..." msgstr "Πακετάρισμα..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Αρχεία" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3705,7 +2936,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Κάδος ανακύκλωσης" @@ -3728,6 +2959,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3835,87 +3071,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3926,28 +3139,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Βιβλιοθήκες" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3989,57 +3194,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Γίνεται αποθήκευση..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4054,54 +3214,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Μεταφόρτωση αρχείου..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Ακύρωση όλων" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "όνομα" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4113,13 +3228,13 @@ msgid "unstarred" msgstr "χωρίς αστέρι" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "" @@ -4128,74 +3243,26 @@ msgstr "" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Λεπτομέρειες" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4212,7 +3279,7 @@ msgstr "Διαχειριστής" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4225,8 +3292,8 @@ msgstr "Μέλος" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4242,17 +3309,15 @@ msgstr "" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4261,121 +3326,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Αγαπημένα" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Δραστηριότητες" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Βοήθεια" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Σύνδεσμοι" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Φάκελοι" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Διαχειριστής κοινόχρηστων" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Μέλη" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4402,6 +3356,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4414,6 +3369,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4450,21 +3410,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4476,53 +3421,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Βιβλιοθήκες" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4531,8 +3466,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "" @@ -4542,8 +3475,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "" @@ -4568,6 +3499,10 @@ msgstr "" msgid "Message (optional):" msgstr "" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "" @@ -4601,24 +3536,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4648,13 +3565,9 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" msgstr "" #: frontend/src/components/share-link-panel/link-details.js:51 @@ -4670,30 +3583,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Λήξη" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4704,46 +3624,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Έληξε" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Αποτυχία. Παρακαλούμε ελέγξτε τη σύνδεση." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Μεταφορά" @@ -4755,17 +3662,18 @@ msgid "Folder Permission" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Απενεργοποίηση κοινής χρήσης" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Διαχειριστής κοινόχρηστων" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4776,27 +3684,18 @@ msgstr "" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4813,18 +3712,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4832,8 +3719,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4887,15 +3772,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4968,17 +3847,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Ρύθμιση γλώσσας" @@ -5005,18 +3873,6 @@ msgstr "Πλατφόρμα" msgid "Last Access" msgstr "Τελευταία σύνδεση" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Συνδεδεμένες συσκευές" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5036,10 +3892,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5047,49 +3900,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Πιστοποίηση δυο παραγόντων" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5106,11 +3916,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Όνομα χρήστη:" @@ -5153,6 +3958,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5194,54 +4000,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5322,7 +4088,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5345,6 +4111,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5380,17 +4147,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Όλα" @@ -5548,17 +4313,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5695,29 +4460,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5742,7 +4496,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5755,11 +4509,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5791,6 +4540,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5826,15 +4586,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5868,21 +4619,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6074,9 +4810,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6188,8 +4923,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6336,14 +5071,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6367,27 +5097,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6420,34 +5156,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6578,6 +5314,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6593,15 +5332,8 @@ msgstr "" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6717,15 +5449,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Λειτουργία" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Βιβλιοθήκη" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6744,11 +5491,6 @@ msgid "(current version)" msgstr "(τωρινή έκδοση)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Προβολή" @@ -6762,19 +5504,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6792,6 +5521,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6799,6 +5542,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Μέλη" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6820,27 +5580,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Πληροφορίες" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6864,27 +5623,16 @@ msgstr "" msgid "Operations" msgstr "Διεργασίες" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "" @@ -6892,15 +5640,13 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6909,34 +5655,32 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Διαγραφή χρήστη" @@ -6945,7 +5689,6 @@ msgstr "Διαγραφή χρήστη" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6956,19 +5699,30 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Επιτυχής διαγραφή 1 αντικειμένου." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6980,7 +5734,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6988,103 +5742,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Επιτυχής αντιγραφή του %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Αποσύνδεση από κοινή χρήση" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7098,6 +5844,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Γίνεται αποθήκευση..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7106,29 +5862,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Βοήθεια" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Ανανέωση" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7149,15 +5914,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7188,65 +5957,22 @@ msgstr "" msgid "Shared By" msgstr "Κοινή χρήση από" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7254,30 +5980,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Βιβλιοθήκη" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7348,11 +6054,44 @@ msgstr "" msgid "Clear" msgstr "Καθαρισμός" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Αναζήτηση ομάδων" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7381,8 +6120,6 @@ msgstr "Όλες οι ομάδες" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Προηγούμενο" @@ -7391,8 +6128,6 @@ msgstr "Προηγούμενο" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Επόμενο" @@ -7401,45 +6136,11 @@ msgstr "Επόμενο" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7448,6 +6149,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Ανώνυμος χρήστης" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7463,6 +6170,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "" @@ -7482,26 +6190,12 @@ msgid "Organization" msgstr "Οργανισμός" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Εξαγωγή Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7515,7 +6209,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7578,36 +6271,9 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7662,39 +6328,6 @@ msgstr "" msgid "Add user" msgstr "Προσθήκη χρήστη" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Συσκευές" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7713,8 +6346,6 @@ msgstr "Τροποποιήθηκε" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7781,39 +6412,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Σύστημα" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7871,6 +6469,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Μεταφόρτωση αρχείου" @@ -7916,6 +6518,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7924,16 +6530,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7985,8 +6581,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7995,6 +6589,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8007,6 +6602,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8035,94 +6641,66 @@ msgstr "" msgid "all members" msgstr "όλα τα μέλη" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Επισκέψεις" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Αφαίρεση" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Κοινή χρήση υπάρχουσων βιβλιοθηκών" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8134,6 +6712,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8147,9 +6730,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Λειτουργία" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8207,41 +6791,11 @@ msgstr "Διαγράφηκε χρήστης {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Προσθήκη βιβλιοθήκης" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Προσθήκη Μελών" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8262,6 +6816,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8282,39 +6855,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Σταμάτημα κοινής χρήσης βιβλιοθήκης" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8386,53 +6931,34 @@ msgid "Limits" msgstr "" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Οργανισμοί" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Διαχειριστές" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Ινστιτούτα" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "" @@ -8440,19 +6966,18 @@ msgstr "" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8480,30 +7005,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Αφαίρεση" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Προσθήκη" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8531,31 +7089,32 @@ msgstr "" msgid "All Notifications" msgstr "Όλες οι ειδοποιήσεις" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8573,11 +7132,15 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Σύστημα" + #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" msgstr "" @@ -8601,30 +7164,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Ανανέωση" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8633,6 +7185,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8643,15 +7203,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8663,34 +7225,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Σύνδεσμοι κοινής χρήσης" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Βάση δεδομένων" @@ -9000,23 +7550,9 @@ msgstr "" msgid "shared by:" msgstr "" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Ο ιδιοκτήτης αυτής της βιβλιοθήκης δεν έχει άλλο ελεύθερο χώρο." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Ακύρωση όλων" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9032,7 +7568,11 @@ msgstr "Είστε σίγουροι πως θέλετε να διαγράψετ msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9083,17 +7623,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Σελίδες" @@ -9144,14 +7674,18 @@ msgstr "" msgid "Profile" msgstr "Προφίλ" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Γλώσσα" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Πιστοποίηση δυο παραγόντων" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Συνδεδεμένες συσκευές" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9160,35 +7694,7 @@ msgstr "" msgid "Profile Setting" msgstr "Ρύθμιση προφίλ" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9198,14 +7704,6 @@ msgstr "" msgid "Document convertion failed." msgstr "" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9232,6 +7730,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9345,92 +7848,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9441,7 +7863,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9648,6 +8070,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9717,9 +8586,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9741,38 +8607,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index c070fcde69..ff4672f0c1 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (http://app.transifex.com/haiwen/seahub/language/" @@ -893,7 +893,9 @@ msgstr "" "%(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#, fuzzy +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "Length of WebDav password should be less than 30." #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1554,10 +1556,10 @@ msgstr "The %(site_name)s team" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 seahub/views/file.py:1274 -#: seahub/views/file.py:1498 seahub/views/file.py:1537 seahub/views/repo.py:115 -#: seahub/views/repo.py:172 seahub/views/repo.py:230 seahub/views/repo.py:259 -#: seahub/views/repo.py:288 seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 seahub/views/file.py:1273 +#: seahub/views/file.py:1497 seahub/views/file.py:1536 seahub/views/repo.py:115 +#: seahub/views/repo.py:172 seahub/views/repo.py:230 seahub/views/repo.py:258 +#: seahub/views/repo.py:287 seahub/views/repo.py:411 msgid "Permission denied" msgstr "Permission denied" @@ -1830,11 +1832,11 @@ msgstr "" #: seahub/notifications/models.py:831 #, python-format msgid "" -"%(from_user)s has sent you a request for draft #" -"%(draft_id)s" +"%(from_user)s has sent you a request for draft " +"#%(draft_id)s" msgstr "" -"%(from_user)s has sent you a request for draft #" -"%(draft_id)s" +"%(from_user)s has sent you a request for draft " +"#%(draft_id)s" #: seahub/notifications/models.py:854 #: seahub/notifications/templates/notifications/notice_email.html:66 @@ -1849,11 +1851,11 @@ msgstr "" #: seahub/notifications/models.py:878 #, python-format msgid "" -"%(user)s has transfered a library named " -"%(repo_name)s to you." +"%(user)s has transfered a library named %(repo_name)s to you." msgstr "" -"%(user)s has transfered a library named " -"%(repo_name)s to you." +"%(user)s has transfered a library named %(repo_name)s to you." #: seahub/notifications/models.py:951 #, python-brace-format @@ -1964,23 +1966,23 @@ msgstr "" #, python-format msgid "" "A file named %(file_name)s is " -"uploaded to your folder " -"%(folder_name)s." +"uploaded to your folder %(folder_name)s." msgstr "" "A file named %(file_name)s is " -"uploaded to your folder " -"%(folder_name)s." +"uploaded to your folder %(folder_name)s." #: seahub/notifications/templates/notifications/notice_email.html:54 #, python-format msgid "" "A folder named %(folder_name)s is " -"uploaded to your folder " -"%(parent_dir_name)s." +"uploaded to your folder %(parent_dir_name)s." msgstr "" "A folder named %(folder_name)s is " -"uploaded to your folder " -"%(parent_dir_name)s." +"uploaded to your folder %(parent_dir_name)s." #: seahub/notifications/templates/notifications/notice_email.html:57 #, python-format @@ -2014,11 +2016,13 @@ msgstr "" #: seahub/notifications/templates/notifications/notice_email.html:69 #, python-format msgid "" -"A large number of files in your library " -"%(repo_name)s has been deleted recently." +"A large number of files in your library %(repo_name)s has been deleted " +"recently." msgstr "" -"A large number of files in your library " -"%(repo_name)s has been deleted recently." +"A large number of files in your library %(repo_name)s has been deleted " +"recently." #: seahub/notifications/templates/notifications/notice_email.html:84 msgid "Go check out at the following page:" @@ -2027,42 +2031,42 @@ msgstr "Go check out at the following page:" #: seahub/notifications/templates/notifications/notice_msg/folder_share_msg.html:1 #, python-format msgid "" -"%(user)s has shared a folder named " -"%(lib_name)s to you." +"%(user)s has shared a folder named %(lib_name)s to you." msgstr "" -"%(user)s has shared a folder named " -"%(lib_name)s to you." +"%(user)s has shared a folder named %(lib_name)s to you." #: seahub/notifications/templates/notifications/notice_msg/folder_share_to_group_msg.html:1 #, python-format msgid "" -"%(user)s has shared a folder named " -"%(lib_name)s to group " -"%(group_name)s." +"%(user)s has shared a folder named %(lib_name)s to group %(group_name)s." msgstr "" -"%(user)s has shared a folder named " -"%(lib_name)s to group " -"%(group_name)s." +"%(user)s has shared a folder named %(lib_name)s to group %(group_name)s." #: seahub/notifications/templates/notifications/notice_msg/repo_share_msg.html:1 #, python-format msgid "" -"%(user)s has shared a library named " -"%(lib_name)s to you." +"%(user)s has shared a library named %(lib_name)s to you." msgstr "" -"%(user)s has shared a library named " -"%(lib_name)s to you." +"%(user)s has shared a library named %(lib_name)s to you." #: seahub/notifications/templates/notifications/notice_msg/repo_share_to_group_msg.html:1 #, python-format msgid "" -"%(user)s has shared a library named " -"%(lib_name)s to group " -"%(group_name)s." +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." msgstr "" -"%(user)s has shared a library named " -"%(lib_name)s to group " -"%(group_name)s." +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." #: seahub/notifications/templates/notifications/notify_virus.html:13 #, python-format @@ -2606,8 +2610,8 @@ msgstr "Shared Libs" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3187,11 +3191,11 @@ msgstr "Disable" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Unable to view file" @@ -3223,7 +3227,7 @@ msgstr "History you specified does not exist" msgid "Unknown error" msgstr "Unknown error" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" does not exist." @@ -3250,9 +3254,9 @@ msgid "Bad upload link token." msgstr "Bad upload link token." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "File does not exist" @@ -3280,48 +3284,48 @@ msgstr "The encoding you chose is not proper." msgid "Unknown file encoding" msgstr "Unknown file encoding" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "File size surpasses %s, can not be opened online." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "The library is encrypted, can not open file online." -#: seahub/views/file.py:938 seahub/views/file.py:1063 seahub/views/file.py:1389 -#: seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 seahub/views/file.py:1388 +#: seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Error when prepare Office Online file preview page." -#: seahub/views/file.py:973 seahub/views/file.py:1079 seahub/views/file.py:1409 -#: seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 seahub/views/file.py:1408 +#: seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Error when prepare OnlyOffice file preview page." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Unable to download file, invalid file path" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Unable to download file, wrong file path" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Unable to download file." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Share link for %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Unable to download file" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "The original file does not exist" @@ -3459,32 +3463,32 @@ msgstr "Unable to view Wiki" #~ msgid "" #~ " User %(user_name)s created file " -#~ "%(obj_name)s in library %(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s created file " -#~ "%(obj_name)s in library %(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s created file " #~ "%(obj_name)s and " -#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s created file " #~ "%(obj_name)s and " -#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s deleted file " -#~ "%(obj_name)s in library " -#~ "%(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s deleted file " -#~ "%(obj_name)s in library " -#~ "%(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s deleted file " @@ -3515,32 +3519,32 @@ msgstr "Unable to view Wiki" #~ msgid "" #~ " User %(user_name)s moved file " -#~ "%(obj_name)s in library %(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s moved file " -#~ "%(obj_name)s in library %(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s moved file " #~ "%(obj_name)s and " -#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s moved file " #~ "%(obj_name)s and " -#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s updated file " -#~ "%(obj_name)s in library %(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s updated file " -#~ "%(obj_name)s in library %(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s created " @@ -3554,22 +3558,22 @@ msgstr "Unable to view Wiki" #~ msgid "" #~ " User %(user_name)s created " #~ "folder %(obj_name)s and " -#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s created " #~ "folder %(obj_name)s and " -#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s deleted " -#~ "folder %(obj_name)s in library " -#~ "%(repo_name)s." +#~ "folder %(obj_name)s in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s deleted " -#~ "folder %(obj_name)s in library " -#~ "%(repo_name)s." +#~ "folder %(obj_name)s in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s deleted " @@ -3591,31 +3595,31 @@ msgstr "Unable to view Wiki" #~ msgid "" #~ " User %(user_name)s renamed " -#~ "folder %(old_obj_name)s to " -#~ "%(obj_name)s in library " -#~ "%(repo_name)s." +#~ "folder %(old_obj_name)s to %(obj_name)s in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s renamed " -#~ "folder %(old_obj_name)s to " -#~ "%(obj_name)s in library " -#~ "%(repo_name)s." +#~ "folder %(old_obj_name)s to %(obj_name)s in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s moved folder " -#~ "%(obj_name)s in library %(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s moved folder " -#~ "%(obj_name)s in library %(repo_name)s." +#~ "%(obj_name)s in library %(repo_name)s." #~ msgid "" #~ " User %(user_name)s moved folder " #~ "%(obj_name)s and " -#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." #~ msgstr "" #~ " User %(user_name)s moved folder " #~ "%(obj_name)s and " -#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." diff --git a/locale/en/LC_MESSAGES/djangojs.po b/locale/en/LC_MESSAGES/djangojs.po index 02419c2865..97d6d499c3 100644 --- a/locale/en/LC_MESSAGES/djangojs.po +++ b/locale/en/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (http://app.transifex.com/haiwen/seahub/language/" @@ -35,8 +35,6 @@ msgid "Exit Institution Admin" msgstr "Exit Institution Admin" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "System Admin" @@ -48,45 +46,22 @@ msgstr "Organization Admin" msgid "Institution Admin" msgstr "Institution Admin" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "View profile and more" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Settings" - -#: frontend/src/components/common/account.js:174 -#, fuzzy -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "Custom properties" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "Undo" @@ -142,6 +117,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} has transfered a library named {repo_link} to you." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "A file named {upload_file_link} is uploaded." + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "A folder named {upload_folder_link} is uploaded." + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "{user} created file {fileName} in library {libraryName}." @@ -236,36 +227,28 @@ msgstr "" "{user} moved folder {folderName} and {folderCount} other folder(s) in " "library {libraryName}." +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" +"Your library {libraryName} has recently deleted a large number of files." + +#: frontend/src/components/common/notice-item.js:365 +#, fuzzy +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "{user} restored folder {folderName} in library {libraryName}." + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Notifications" -#: frontend/src/components/common/notification.js:103 -#, fuzzy -#| msgid "Notifications" -msgid "Notification" -msgstr "Notifications" - -#: frontend/src/components/common/notification.js:104 -#, fuzzy -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "Mark all read" - -#: frontend/src/components/common/notification.js:105 -#, fuzzy -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "All Notifications" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -304,54 +287,25 @@ msgstr "Refresh" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Tags" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Files" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -362,57 +316,23 @@ msgstr "Files" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "More operations" @@ -437,7 +357,6 @@ msgid "Abuse report added" msgstr "Abuse report added" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Report Abuse" @@ -459,7 +378,7 @@ msgid "Abuse Content" msgstr "Abuse Content" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Other" @@ -474,6 +393,7 @@ msgstr "Contact Information" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Description" @@ -501,8 +421,6 @@ msgstr "Description" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -512,8 +430,6 @@ msgstr "Description" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -521,7 +437,6 @@ msgstr "Description" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -530,30 +445,24 @@ msgstr "Description" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -562,7 +471,6 @@ msgstr "Description" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -578,11 +486,8 @@ msgstr "Description" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -594,11 +499,9 @@ msgstr "Description" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -627,18 +530,12 @@ msgstr "Cancel" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -648,29 +545,21 @@ msgstr "Cancel" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -679,7 +568,6 @@ msgstr "Cancel" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -692,8 +580,6 @@ msgstr "Cancel" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -702,9 +588,6 @@ msgstr "Cancel" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -717,14 +600,12 @@ msgstr "Cancel" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -754,14 +635,9 @@ msgstr "Add Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -771,10 +647,8 @@ msgstr "Add Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -782,12 +656,8 @@ msgstr "Add Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -800,7 +670,6 @@ msgstr "Add Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -808,12 +677,8 @@ msgstr "Add Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -823,29 +688,32 @@ msgstr "Add Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -872,13 +740,13 @@ msgstr "Select a department" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "No options available" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "New page" @@ -963,11 +831,7 @@ msgstr "Clean succeeded." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1035,122 +899,55 @@ msgstr "Really want to delete your account?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1196,20 +993,15 @@ msgstr "Are you sure you want to restore this library?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Restore" @@ -1230,12 +1022,6 @@ msgstr "Delete files from this device the next time it comes online." #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Unlink" @@ -1271,7 +1057,6 @@ msgstr "Copy selected item(s) to:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1327,16 +1112,12 @@ msgstr "The name \"{name}\" is already taken. Please choose a different name." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "New File" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1378,12 +1159,8 @@ msgstr "Passwords don't match" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1394,39 +1171,19 @@ msgid "Template" msgstr "Template" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Storage Backend" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1443,6 +1200,7 @@ msgstr "Read-Write" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1454,24 +1212,18 @@ msgstr "Encrypt" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Password" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Password again" @@ -1482,7 +1234,6 @@ msgstr "Password again" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Internal Server Error" @@ -1493,10 +1244,6 @@ msgstr "Tag \"{name}\" already exists." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1514,13 +1261,10 @@ msgstr "Select a color" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Save" @@ -1546,7 +1290,6 @@ msgstr "Permission name" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1559,35 +1302,24 @@ msgstr "Permission name" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Upload" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1595,10 +1327,6 @@ msgstr "Upload" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Download" @@ -1625,7 +1353,6 @@ msgstr "Modify includes modify file, move/rename file and folder" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1633,8 +1360,6 @@ msgstr "Modify includes modify file, move/rename file and folder" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Copy" @@ -1648,9 +1373,6 @@ msgid "Generate share link" msgstr "Generate share link" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1658,14 +1380,9 @@ msgstr "Generate share link" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1675,9 +1392,6 @@ msgstr "Generate share link" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Edit" @@ -1722,16 +1436,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Delete Library" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Delete Group" @@ -1739,18 +1450,6 @@ msgstr "Delete Group" msgid "Really want to delete this group?" msgstr "Really want to delete this group?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#, fuzzy -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Select Image" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Create a new tag" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Successfully edited labels." @@ -1764,10 +1463,6 @@ msgid "{placeholder} Access Log" msgstr "{placeholder} Access Log" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1825,18 +1520,6 @@ msgstr "Device Name" msgid "Date" msgstr "Date" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonymous User" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1902,119 +1585,19 @@ msgid "Upload Link" msgstr "Upload Link" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Hide" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Show" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#, fuzzy -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "Expiration days" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Update" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Send" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Add password protection" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#, fuzzy -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Add option" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#, fuzzy -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generate Link" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "Group members" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#, fuzzy -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Upload files to {folder_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:55 -#, fuzzy -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Close" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -2025,22 +1608,6 @@ msgstr "Please choose a .xlsx file." msgid "Import members from a .xlsx file" msgstr "Import members from a .xlsx file" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#, fuzzy -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Download and upload" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#, fuzzy -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Upload Files" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Select File" @@ -2094,7 +1661,6 @@ msgstr "Revoke Access" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2102,28 +1668,19 @@ msgid "It is required." msgstr "It is required." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Email is invalid." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "Successfully invited %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "Successfully invited %(email) and %(num) other people." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Invite Guest" @@ -2134,10 +1691,7 @@ msgstr "Emails" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Emails, separated by ','" @@ -2160,32 +1714,24 @@ msgid "Really want to leave this group?" msgstr "Really want to leave this group?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Leave" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#, fuzzy -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Reset library password" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#, fuzzy -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Confirm password" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Settings" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2205,6 +1751,12 @@ msgstr "Extended properties" msgid "Face recognition" msgstr "Face recognition" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2268,71 +1820,6 @@ msgstr "{placeholder} Folder Permission" msgid "Set permission of {placeholder}" msgstr "Set permission of {placeholder}" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#, fuzzy -#| msgid "Groups" -msgid "Group" -msgstr "Groups" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Folder" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Search groups" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "No results" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Search users" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Created Files" @@ -2344,6 +1831,7 @@ msgstr "Created Files" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2360,23 +1848,19 @@ msgid "Tagged Files" msgstr "Tagged Files" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2385,8 +1869,6 @@ msgstr "Tagged Files" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2396,41 +1878,33 @@ msgstr "Tagged Files" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Size" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Last Update" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "deleted" @@ -2454,6 +1928,8 @@ msgstr "Deleted Libraries" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "No deleted libraries" @@ -2494,14 +1970,13 @@ msgstr "Select a user as admin" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "New Sub-department" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2512,14 +1987,25 @@ msgstr "New Department" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Add Member" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Search users" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2527,30 +2013,20 @@ msgstr "email is required" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Add User" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#, fuzzy -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Confirm password" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2609,8 +2085,6 @@ msgstr "End date" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "Are you sure you want to delete {placeholder} ?" @@ -2621,7 +2095,6 @@ msgstr "Delete Department" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Delete Member" @@ -2650,7 +2123,6 @@ msgstr "Quota is invalid." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Set Quota" @@ -2693,8 +2165,6 @@ msgstr "" "only contain letters (a-z), numbers, and hyphens." #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #, fuzzy #| msgid "Publish" msgid "Unpublish" @@ -2758,78 +2228,6 @@ msgstr "New Wiki name" msgid "API token is copied to the clipboard." msgstr "API token is copied to the clipboard." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Permission denied" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Error" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Please check the network." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#, fuzzy -#| msgid "Name" -msgid "App Name" -msgstr "Name" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#, fuzzy -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} Access Log" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2877,41 +2275,6 @@ msgstr "Version" msgid "Labels" msgstr "Labels" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Details" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#, fuzzy -#| msgid "(current version)" -msgid "Current Version" -msgstr "(current version)" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#, fuzzy -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "View Related Snapshot" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #, fuzzy #| msgid "Select all" @@ -2927,17 +2290,11 @@ msgid "{placeholder} Share Admin" msgstr "{placeholder} Share Admin" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Share Links" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Upload Links" @@ -2950,103 +2307,6 @@ msgstr "User Shares" msgid "Group Shares" msgstr "Group Shares" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Expiration" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "No share links" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "Delete share links" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "Are you sure you want to delete the selected share link(s) ?" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#, fuzzy -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Successfully deleted 1 item." - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#, fuzzy -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "Successfully deleted 1 share link" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#, fuzzy -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "Successfully deleted {number_placeholder} share links" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Creator" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Link" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Visits" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "No upload links" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#, fuzzy -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "No upload links" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#, fuzzy -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "Are you sure you want to delete the selected share link(s) ?" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3087,44 +2347,6 @@ msgstr "Exporting..." msgid "Search files in this library" msgstr "Search files in this library" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "No result" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#, fuzzy -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "Please select a library to share." - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#, fuzzy -#| msgid "Create Library" -msgid "Current Library" -msgstr "Create Library" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#, fuzzy -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Owned Libraries" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#, fuzzy -#| msgid "Space Used" -msgid "Recently Used" -msgstr "Space Used" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#, fuzzy -#| msgid "New Folder" -msgid "New folder" -msgstr "New Folder" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Set user contact email" @@ -3156,6 +2378,15 @@ msgstr "Set WebDAV Password" msgid "The link is copied to the clipboard." msgstr "The link is copied to the clipboard." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Link" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3187,30 +2418,18 @@ msgstr "Share to other server" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Share" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icon" @@ -3223,81 +2442,13 @@ msgstr "Please select a library to share." msgid "Select libraries to share" msgstr "Select libraries to share" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Inviter" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#, fuzzy -#| msgid "At server" -msgid "Server" -msgstr "At server" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#, fuzzy -#| msgid "Email" -msgid "User Email" -msgstr "Email" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "It may take some time, please wait." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Successfully deleted 1 item." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#, fuzzy -#| msgid "Select a user" -msgid "Select a server" -msgstr "Select a user" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "By name ascending" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "By name descending" @@ -3321,13 +2472,13 @@ msgstr "By time ascending" msgid "By time descending" msgstr "By time descending" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #, fuzzy #| msgid "No department" msgid "Add department at" msgstr "No department" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #, fuzzy #| msgid "Change to department" msgid "Create top department" @@ -3345,17 +2496,12 @@ msgstr "Delete Department" msgid "Are you sure to delete" msgstr "Are you sure to delete " -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3374,7 +2520,7 @@ msgstr "Set Upload Rate Limit" msgid "Set Download Rate Limit" msgstr "Set Download Rate Limit" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #, fuzzy #| msgid "Add Member" msgid "Add member" @@ -3451,10 +2597,8 @@ msgstr "Add Organization" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3482,15 +2626,13 @@ msgstr "Name(optional)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Role" @@ -3548,8 +2690,6 @@ msgstr "Set Name" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Terms" @@ -3563,19 +2703,10 @@ msgid "Transfer to department" msgstr "Transfer to department" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Users" @@ -3591,15 +2722,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "If the library is shared to another user, the sharing will be ketp." #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Departments" @@ -3629,6 +2756,63 @@ msgstr "Transfer group to" msgid "Please enter 1 or more character" msgstr "Please enter 1 or more character" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Permission denied" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Error" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Please check the network." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3640,26 +2824,32 @@ msgstr "Visit old version page" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "No file" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Current path: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #, fuzzy #| msgid "Restored file" msgid "Restored 1 item" msgstr "Restored file" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Folder" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3668,8 +2858,7 @@ msgstr "Restored file" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "File" @@ -3790,6 +2979,17 @@ msgstr "Failed to download. The total size of the files exceeded the limit." msgid "Packaging..." msgstr "Packaging..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Files" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "Others" @@ -3799,7 +2999,7 @@ msgstr "Others" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Trash" @@ -3823,6 +3023,11 @@ msgstr "" msgid "Map" msgstr "Max" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "New view" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "Extension Prompts" @@ -3932,91 +3137,66 @@ msgstr "General information" msgid "Capture information" msgstr "Capture information" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Creator" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "Frozen by {name}" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "locked by {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "freezed" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "locked" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "Frozen by {name}" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "locked by {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #, fuzzy #| msgid "Unselect" msgid "Unselect this item" msgstr "Unselect" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #, fuzzy #| msgid "Select File" msgid "Select this item" msgstr "Select File" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Unstar" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Star" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#, fuzzy -#| msgid "Select all" -msgid "Unselect all items" -msgstr "Select all" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#, fuzzy -#| msgid "Select all" -msgid "Select all items" -msgstr "Select all" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "This folder has no content at this time." @@ -4027,28 +3207,20 @@ msgstr "You can create files quickly" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "No results matching" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Libraries" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "you can also press ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "you can also press →" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -4090,59 +3262,12 @@ msgstr "Network error" msgid "File too large" msgstr "File too large" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Saving..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#, fuzzy -#| msgid "Saving..." -msgid "Waiting..." -msgstr "Saving..." - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "Uploading..." -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#, fuzzy -#| msgid "Upload" -msgid "Uploaded" -msgstr "Upload" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4157,57 +3282,9 @@ msgstr "{failed_files_num} file(s) failed to upload" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "File Uploading..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#, fuzzy -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "All records loaded" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Cancel All" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#, fuzzy -#| msgid "Rename" -msgid "name" -msgstr "Rename" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#, fuzzy -#| msgid "In progress" -msgid "progress" -msgstr "In progress" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4219,13 +3296,13 @@ msgid "unstarred" msgstr "unstarred" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Lock" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Unlock" @@ -4234,76 +3311,26 @@ msgstr "Unlock" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "Print" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Open via Client" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Open parent folder" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "Online view is not applicable to this file format" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#, fuzzy -#| msgid "Folder" -msgid "Fold" -msgstr "Folder" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "My Libraries" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Shared with me" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#, fuzzy -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Shared with me" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Details" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4320,7 +3347,7 @@ msgstr "Admin" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4333,8 +3360,8 @@ msgstr "Member" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4350,17 +3377,15 @@ msgstr "Current Path: " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Library Type" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Actions" @@ -4369,128 +3394,10 @@ msgstr "Actions" msgid "Add group member" msgstr "Add group member" -#: frontend/src/components/list-and-add-group-members.js:200 -#, fuzzy -#| msgid "Search groups" -msgid "Search group members" -msgstr "Search groups" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#, fuzzy -#| msgid "No favorites" -msgid "Favorites" -msgstr "No favorites" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#, fuzzy -#| msgid "Active" -msgid "Activities" -msgstr "Active" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikis" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Help" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#, fuzzy -#| msgid "About Us" -msgid "About" -msgstr "About Us" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#, fuzzy -#| msgid "Link" -msgid "Links" -msgstr "Link" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#, fuzzy -#| msgid "Folder" -msgid "Folders" -msgstr "Folder" - -#: frontend/src/components/main-side-nav.js:233 -#, fuzzy -#| msgid "Color space" -msgid "Workspace" -msgstr "Color space" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Share Admin" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "show more" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Members" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Owned Libraries" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Shared Libraries" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Page" @@ -4521,6 +3428,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "No tags" @@ -4533,6 +3441,11 @@ msgstr "Tag not found" msgid "Find a tag" msgstr "Find a tag" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Create a new tag" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4571,24 +3484,6 @@ msgstr "Import tags" msgid "Export tags" msgstr "Export tags" -#: frontend/src/components/published-wiki-entrance.js:30 -#, fuzzy -#| msgid "Publish" -msgid "Published" -msgstr "Publish" - -#: frontend/src/components/published-wiki-entrance.js:36 -#, fuzzy -#| msgid "Wiki published" -msgid "View published page" -msgstr "Wiki published" - -#: frontend/src/components/repo-monitored-icon.js:22 -#, fuzzy -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "Search files in this library" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4600,56 +3495,43 @@ msgid "Type characters to start search" msgstr "Type characters to start search" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "in all libraries" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#, fuzzy -#| msgid "Search files in this library" -msgid "in this library" -msgstr "Search files in this library" - -#: frontend/src/components/search/search.js:620 -#, fuzzy -#| msgid "Parent folder" -msgid "in this folder" -msgstr "Parent folder" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#, fuzzy -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "Clear Trash" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Libraries" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "Current page" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "No result" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "Add custom permission" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "Anyone with the link" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "Specific users in the team" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "Specific people with email address" @@ -4658,8 +3540,6 @@ msgstr "Specific people with email address" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Default" @@ -4669,8 +3549,6 @@ msgstr "Default" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Guest" @@ -4695,6 +3573,10 @@ msgstr "Send to:" msgid "Message (optional):" msgstr "Message (optional):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Send" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Sending..." @@ -4728,25 +3610,6 @@ msgstr "Successfully deleted 1 share link" msgid "Successfully deleted {number_placeholder} share links" msgstr "Successfully deleted {number_placeholder} share links" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, fuzzy, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "successfully added user %s." - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#, fuzzy -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "Activated Users" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\" " @@ -4779,15 +3642,10 @@ msgstr "Generate Link" msgid "Number of links" msgstr "Number of links" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#, fuzzy -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Edit permission" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Add password protection" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4802,33 +3660,37 @@ msgstr "Direct download link is copied to the clipboard." msgid "Direct download link" msgstr "Direct download link" -#: frontend/src/components/share-link-panel/link-details.js:270 -#, fuzzy -#| msgid "Access Log" -msgid "Access scope" -msgstr "Access Log" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#, fuzzy -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "Delete share links" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#, fuzzy -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Are you sure you want to delete the selected share link(s) ?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "Export" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "No share links" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Expiration" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "Delete share links" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "Are you sure you want to delete the selected share link(s) ?" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4839,47 +3701,33 @@ msgstr "Successfully saved" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "File download is disabled: the share link traffic of owner is used up." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#, fuzzy -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Shared by" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Expired" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Successfully transferred the library." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Failed. Please check the network." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Failed to delete {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Transfer" @@ -4891,17 +3739,18 @@ msgid "Folder Permission" msgstr "Folder Permission" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Unshare" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Share Admin" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4912,27 +3761,18 @@ msgstr "Change Password" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Reset Password" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "Watch File Changes" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "Unwatch File Changes" @@ -4949,18 +3789,6 @@ msgstr "Advanced" msgid "SeaTable integration" msgstr "SeaTable integration" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "Successfully unstarred {library_name_placeholder}." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "Successfully starred {library_name_placeholder}." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4968,8 +3796,6 @@ msgstr "Switch sort mode" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "Search files" @@ -5024,16 +3850,9 @@ msgid "New" msgstr "New" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "Import sdoc" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#, fuzzy -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "Converting, please wait..." - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "Unselect" @@ -5109,18 +3928,6 @@ msgid "" msgstr "" "The list of added, deleted and modified files will be sent to your mailbox." -#: frontend/src/components/user-settings/email-notice.js:81 -#, fuzzy -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "Notifications of file changes" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Language Setting" @@ -5150,19 +3957,6 @@ msgstr "Platform" msgid "Last Access" msgstr "Last Access" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#, fuzzy -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "Successfully copied %(name)s." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Linked Devices" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5184,10 +3978,7 @@ msgstr "" msgid "Social Login" msgstr "Social Login" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Connect" @@ -5195,52 +3986,6 @@ msgstr "Connect" msgid "Status: enabled" msgstr "Status: enabled" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#, fuzzy -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Two-Factor Authentication" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#, fuzzy -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Show changes" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor " -"authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#, fuzzy -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Two-Factor Authentication" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Two-Factor Authentication" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Please choose an image file." @@ -5257,12 +4002,6 @@ msgstr "The file is too large. Allowed maximum size is 1MB." msgid "Avatar updated" msgstr "Avatar updated" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#, fuzzy -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Username:" @@ -5305,6 +4044,7 @@ msgid "Password removed" msgstr "Password removed" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "WebDAV Access" @@ -5346,61 +4086,14 @@ msgstr "Switch view mode" msgid "Wiki published" msgstr "Wiki published" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Publish" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#, fuzzy -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "Convert Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#, fuzzy -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "Publish Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#, fuzzy -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "Are you sure you want to unlink this device?" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#, fuzzy -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Delete File" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#, fuzzy -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "Are you sure you want to delete" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#, fuzzy -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "Leave Share" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#, fuzzy -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "Are you sure you want to delete %s ?" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "My Wikis" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Shared with me" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "Old Wikis" @@ -5486,7 +4179,7 @@ msgstr "No option" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "Search option" @@ -5511,6 +4204,7 @@ msgid "No tag" msgstr "No tags" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #, fuzzy #| msgid "Search" @@ -5548,17 +4242,15 @@ msgid "Day" msgstr "Day" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "All" @@ -5738,17 +4430,17 @@ msgid "Turn off" msgstr "Turn off" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "Generate description" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "Extract file detail" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #, fuzzy #| msgid "Generate image description" msgid "Generate file tags" @@ -5886,29 +4578,18 @@ msgstr "Search collaborator" msgid "Select option(s)" msgstr "Select option(s)" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "deleted option" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "Select an option" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "Select collaborators" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "Invalid filter" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "Search property" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "Only files" @@ -5933,7 +4614,7 @@ msgstr "Only videos" msgid "Pictures and videos" msgstr "Pictures and videos" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "Basic" @@ -5946,12 +4627,6 @@ msgstr "File type" msgid "No filters" msgstr "No filters" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#, fuzzy -#| msgid "1 filter" -msgid "Add filter" -msgstr "1 filter" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5983,6 +4658,17 @@ msgstr "By quarter" msgid "By year" msgstr "By year" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "Search property" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "No results" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "No groupings applied to this view." @@ -6018,16 +4704,6 @@ msgstr "Show all" msgid "There is another option with this name" msgstr "There is another option with this name" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#, fuzzy -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "Are you sure you want to delete this page?" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "No options" @@ -6065,24 +4741,6 @@ msgstr "" msgid "Import options" msgstr "Import options" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#, fuzzy -#| msgid "Import options" -msgid "Export options" -msgstr "Import options" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#, fuzzy -#| msgid "sorts" -msgid "No sorts" -msgstr "sorts" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#, fuzzy -#| msgid "Add User" -msgid "Add sort" -msgstr "Add User" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "There is no information to display." @@ -6278,9 +4936,8 @@ msgstr "Successfully deleted {name} and {n} other items" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6399,8 +5056,8 @@ msgstr "Failed to modify sort" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Renaming {name} failed" @@ -6549,14 +5206,9 @@ msgstr "" msgid "items" msgstr "items" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "No record" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "Delete file" @@ -6582,27 +5234,33 @@ msgid "No categories" msgstr "No changes" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "Open folder in new tab" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "Open file in new tab" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Open parent folder" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "Delete folder" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "Rename folder" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "Rename file" @@ -6640,36 +5298,36 @@ msgstr "" msgid "Failed to get user location" msgstr "Failed to generate description" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "Clear selected" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "Copy selected" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "Delete selected" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "Extract file details" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #, fuzzy #| msgid "Moved folder" msgid "Move folder" msgstr "Moved folder" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #, fuzzy #| msgid "Moved file" msgid "Move file" msgstr "Moved file" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "Select up to 50 files" @@ -6808,6 +5466,9 @@ msgstr "Delete property" msgid "This property can not be deleted" msgstr "This property can not be deleted" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6823,17 +5484,9 @@ msgstr "Count" msgid "Deleted option" msgstr "Deleted option" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#, fuzzy -#| msgid "Select all" -msgid "Select" -msgstr "Select all" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" +msgstr "No record" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" @@ -6949,17 +5602,30 @@ msgstr "Moved folder" msgid "No more activities" msgstr "No more activities" -#: frontend/src/pages/dashboard/files-activities.js:243 -#, fuzzy -#| msgid "All Notifications" -msgid "All Activities" -msgstr "All Notifications" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operation" -#: frontend/src/pages/dashboard/files-activities.js:246 -#, fuzzy -#| msgid "No more activities" -msgid "My Activities" -msgstr "No more activities" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Library" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6978,11 +5644,6 @@ msgid "(current version)" msgstr "(current version)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "View" @@ -6996,19 +5657,6 @@ msgstr "View Related Snapshot" msgid "Successfully restored." msgstr "Successfully restored." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "No libraries" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "No libraries shared with this group" @@ -7032,6 +5680,20 @@ msgstr "" "group in \"My Libraries\". You can also create a new library to be shared " "with this group by clicking the \"New Library\" button in the menu bar." +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "No libraries" + #: frontend/src/pages/groups/group-view.js:152 #, fuzzy #| msgid "" @@ -7041,6 +5703,23 @@ msgid "" "dropdown menu." msgstr "You can create libraries by clicking the \"New Library\" button above." +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "It may take some time, please wait." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Members" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "Import members" @@ -7062,27 +5741,26 @@ msgid "This is a special group representing a department." msgstr "This is a special group representing a department." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Owned Libraries" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -7106,28 +5784,16 @@ msgstr "Create At" msgid "Operations" msgstr "Operations" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Space Used / Quota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#, fuzzy -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "Move {placeholder} to" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Contact Email" @@ -7135,15 +5801,13 @@ msgstr "Contact Email" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -7152,34 +5816,32 @@ msgstr "Status" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Space Used" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Last Login" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Delete User" @@ -7188,7 +5850,6 @@ msgstr "Delete User" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -7199,19 +5860,30 @@ msgstr "Active" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inactive" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Successfully deleted 1 item." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Invite Time" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Accepted" @@ -7224,8 +5896,8 @@ msgstr "No guest invitations" #| msgid "" #| "You have not invited any guests yet. A guest can access shared libraries " #| "through the web interface allowing more efficient ways to collaborate " -#| "than through links. You can invite a guest by clicking the \"Invite Guest" -#| "\" item in the menu." +#| "than through links. You can invite a guest by clicking the \"Invite " +#| "Guest\" item in the menu." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -7237,103 +5909,95 @@ msgstr "" "through links. You can invite a guest by clicking the \"Invite Guest\" item " "in the menu." -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "Library share permission not found." -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Failed to move files to another library." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Failed to copy files to another library." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Successfully moved files to another library." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Successfully copied files to another library." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "Restored {name} and {n} other items" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "Restored {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "Failed to restore {name} and {n} other items" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "Failed to restore {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "Successfully deleted {name} and {n} other items." -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "Failed to delete {name} and {n} other items." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Failed to delete {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "Successfully moved {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Failed to move {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Successfully copied %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Failed to copy %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "Converting, please wait..." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "Successfully converted the file." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "Failed to convert {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Leave Share" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "This library has been set to read-only by admin and cannot be updated." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "Folder does not exist." @@ -7349,6 +6013,16 @@ msgstr "" "You have not accessed your files with any client (desktop or mobile) yet. " "Configure clients on your devices to access your data more comfortably." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Saving..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Open via Client" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Switch to plain text editor" @@ -7357,29 +6031,38 @@ msgstr "Switch to plain text editor" msgid "Switch to rich text editor" msgstr "Switch to rich text editor" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Help" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "This file has been updated." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Refresh" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "Another user is editing this file!" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "Leave this page? The system may not save your changes." -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "Failed to save" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "My Libraries" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7405,18 +6088,22 @@ msgstr "" "to your connected devices. You can create a library by clicking the \"New " "Library\" button in the menu bar." -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "Successfully unstarred {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "Successfully starred {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #, fuzzy #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "Successfully change the group" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7445,98 +6132,36 @@ msgstr "No libraries have been shared with you from other servers." msgid "Shared By" msgstr "Shared By" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Created At" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#, fuzzy +#| msgid "Departments" +msgid "Department ID" +msgstr "Departments" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#, fuzzy +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "Rename Department" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "No departments" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "No members" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Sub-departments" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Edit Quota" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "No connected devices" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "Successfully unlinked the device." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Library" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#, fuzzy -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Successfully cleared trash." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "No sync errors" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7608,11 +6233,44 @@ msgstr "Are you sure you want to clear trash?" msgid "Clear" msgstr "Clear" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Quota" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Created At" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Search Groups" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Search groups" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7641,8 +6299,6 @@ msgstr "All Groups" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Previous" @@ -7651,8 +6307,6 @@ msgstr "Previous" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Next" @@ -7661,49 +6315,11 @@ msgstr "Next" msgid "Change to department" msgstr "Change to department" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "Team name" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#, fuzzy -#| msgid "Active Users" -msgid "Active users" -msgstr "Active Users" - -#: frontend/src/pages/org-admin/org-info.js:82 -#, fuzzy -#| msgid "Total Users" -msgid "Total users" -msgstr "Total Users" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#, fuzzy -#| msgid "Space Used" -msgid "Space used" -msgstr "Space Used" - -#: frontend/src/pages/org-admin/org-info.js:112 -#, fuzzy -#| msgid "This month" -msgid "Traffic this month" -msgstr "This month" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "All Public Links" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "Visit count" @@ -7712,6 +6328,12 @@ msgstr "Visit count" msgid "View Link" msgstr "View Link" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonymous User" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7727,6 +6349,7 @@ msgstr "Action" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Share From" @@ -7746,26 +6369,12 @@ msgid "Organization" msgstr "Organization" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Export Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "File Access" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "File Update" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "SAML config updated" @@ -7779,7 +6388,6 @@ msgid "Copied" msgstr "Copied" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "SAML config" @@ -7845,38 +6453,9 @@ msgstr "Failed" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "Are you sure you want to set {user_placeholder} inactive?" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#, fuzzy -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Reset" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Revoke Admin" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#, fuzzy -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "Set user name" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7931,42 +6510,6 @@ msgstr "Import users" msgid "Add user" msgstr "Add user" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#, fuzzy -#| msgid "Status" -msgid "Statistic" -msgstr "Status" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#, fuzzy -#| msgid "Device" -msgid "Devices" -msgstr "Device" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#, fuzzy -#| msgid "Year" -msgid "1 Year" -msgstr "Year" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7985,8 +6528,6 @@ msgstr "Modified" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -8053,43 +6594,6 @@ msgstr "User Storage" msgid "Total Storage" msgstr "Total Storage" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "System" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#, fuzzy -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Traffic" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#, fuzzy -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Traffic" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#, fuzzy -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Share Link" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#, fuzzy -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Traffic" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -8148,6 +6652,10 @@ msgstr "System settings updated" msgid "User default quota updated" msgstr "Set user default quota" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "Team name" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "File Upload" @@ -8198,6 +6706,10 @@ msgstr "Set user default quota" msgid "Tip: 0 means default limit, the unit is MB" msgstr "Tip: 0 means default limit" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Publish" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "No changes" @@ -8206,18 +6718,6 @@ msgstr "No changes" msgid "Changes" msgstr "Changes" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#, fuzzy -#| msgid "Last modified time" -msgid "Last modification" -msgstr "Last modified time" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#, fuzzy -#| msgid "Notifications" -msgid "Next modification" -msgstr "Notifications" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "No version history" @@ -8269,8 +6769,6 @@ msgstr "Input file extensions here, separate with ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Reset" @@ -8279,6 +6777,7 @@ msgid "Invalid file size range." msgstr "Invalid file size range." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Required at least three letters." @@ -8291,6 +6790,18 @@ msgstr "result" msgid "results" msgstr "results" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "No folders shared" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder " +"with other users by clicking the share icon to the right of a folder's name." +msgstr "" +"You have not shared any folders with other users yet. You can share a folder " +"with other users by clicking the share icon to the right of a folder's name." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8324,106 +6835,78 @@ msgstr "" msgid "all members" msgstr "No members" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Visits" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "No upload links" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." + #: frontend/src/pages/share-admin/upload-links.js:145 #, fuzzy #| msgid "deleted" msgid "(deleted)" msgstr "deleted" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Remove" - -#: frontend/src/pages/share-admin/share-links.js:401 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 #, fuzzy -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "By time ascending" - -#: frontend/src/pages/share-admin/share-links.js:402 -#, fuzzy -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "By time descending" - -#: frontend/src/pages/share-admin/share-links.js:541 -#, fuzzy -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "Successfully deleted 1 share link" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#, fuzzy -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "Delete share links" - -#: frontend/src/pages/share-admin/share-links.js:595 -#, fuzzy -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "Are you sure you want to delete the selected share link(s) ?" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#, fuzzy -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "Successfully cleared trash." - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#, fuzzy -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "No upload links" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#, fuzzy -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" -msgstr "Are you sure you want to clear trash?" +#| msgid "Shared by" +msgid "Shared by" +msgstr "Shared by" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "At server" -#: frontend/src/pages/shared-libs/content.js:79 -#, fuzzy -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "Shared Libraries" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Failed to unshare {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#, fuzzy -#| msgid "No libraries" -msgid "No public libraries" -msgstr "No libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "No favorites" -#: frontend/src/pages/shared-with-all/index.js:258 -#, fuzzy -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Shared Libraries" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Abuse Reports" @@ -8435,6 +6918,11 @@ msgstr "Reporter" msgid "Handled" msgstr "Handled" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "No Admin login logs" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8448,9 +6936,10 @@ msgstr "Admin Operation Logs" msgid "Admin Login Logs" msgstr "Admin Login Logs" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operation" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "No Admin operation logs" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8508,48 +6997,12 @@ msgstr "Deleted user {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "User migrate from {user_from} to {user_to}" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#, fuzzy -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "No sub-departments" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#, fuzzy -#| msgid "Library" -msgid "Add Library" -msgstr "Library" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#, fuzzy -#| msgid "Add Member" -msgid "Add members" -msgstr "Add Member" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#, fuzzy -#| msgid "Departments" -msgid "Department ID" -msgstr "Departments" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #, fuzzy #| msgid "Delete Member" msgid "Default member" msgstr "Delete Member" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#, fuzzy -#| msgid "Contact Email" -msgid "Contact email" -msgstr "Contact Email" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#, fuzzy -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "Rename Department" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #, fuzzy #| msgid "Set Admin" @@ -8574,6 +7027,25 @@ msgstr "Share Admin" msgid "Audit admin" msgstr "Add Admin" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "No departments" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "No members" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Sub-departments" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "No sub-departments" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Path" @@ -8594,47 +7066,12 @@ msgstr "Content Scan Records" msgid "Are you sure you want to remove {placeholder} ?" msgstr "Are you sure you want to remove {placeholder} ?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#, fuzzy -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Delete Member" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#, fuzzy -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "Successfully sent to {placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#, fuzzy -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#, fuzzy -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "Successfully sent to {placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#, fuzzy -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "Are you sure you want to remove {placeholder} ?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#, fuzzy -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Restore Library" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#, fuzzy -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Successfully unstarred {library_name_placeholder}." +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "No groups" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8709,56 +7146,34 @@ msgid "Limits" msgstr "Limits" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizations" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "No admins" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Revoke Admin" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" "Are you sure you want to revoke the admin permission of {placeholder} ?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#, fuzzy -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Revoke Admin" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Successfully revoked the admin permission of {placeholder}." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#, fuzzy -#| msgid "deleted" -msgid "User deleted" -msgstr "deleted" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Number of members" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Admins" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#, fuzzy -#| msgid "No institutions" -msgid "Institutions" -msgstr "No institutions" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Set Admin" @@ -8766,23 +7181,20 @@ msgstr "Set Admin" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "Are you sure you want to set {placeholder} as Admin?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 #, fuzzy -#| msgid "Name updated" -msgid "Admin updated" -msgstr "Name updated" +#| msgid "No invitations" +msgid "No institutions" +msgstr "No invitations" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#, fuzzy -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Delete Notification" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "No invitations" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#, fuzzy -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Add institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Inviter" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8809,31 +7221,64 @@ msgid "Delete Expired Invitations" msgstr "Delete Expired Invitations" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Invitations" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Token" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Remove" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "only show {placeholder}" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "No file access logs" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "No file update logs" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "No login logs" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Login" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "File Access" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "File Update" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "No permission logs" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Add" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "No notifications" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8860,15 +7305,22 @@ msgstr "Are you sure you want to delete the notification ?" msgid "All Notifications" msgstr "All Notifications" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "Max number of members" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Number of groups" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "Are you sure you want to reset the password of {placeholder} ?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "No organizations" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also " @@ -8877,17 +7329,10 @@ msgstr "" "{userCount} user(s) and {repoCount} libraries of this organization will also " "be deleted." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#, fuzzy -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Organization" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8905,11 +7350,14 @@ msgstr "Search Organizations" msgid "Search libraries by name or ID" msgstr "Search libraries by name or ID" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#, fuzzy -#| msgid "History Versions" -msgid "History Setting" -msgstr "History Versions" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikis" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "System" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8936,33 +7384,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "Search libraries by owner" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#, fuzzy -#| msgid "File name" -msgid "File Scan" -msgstr "File name" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#, fuzzy -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Virus" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Terms and Conditions" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#, fuzzy -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Admin Login Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "No terms and conditions" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Created" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Update" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "Delete T&C" @@ -8971,6 +7405,14 @@ msgstr "Delete T&C" msgid "Update succeeded." msgstr "Update succeeded." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Terms and Conditions" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "No users" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8981,15 +7423,17 @@ msgstr "Successfully deleted 1 user." msgid "Successfully deleted {user_number_placeholder} users." msgstr "Successfully deleted {user_number_placeholder} users." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Successfully revoked the admin permission of {placeholder}." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Delete Users" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Are you sure you want to delete the selected user(s) ?" @@ -9001,38 +7445,22 @@ msgstr "Set Login ID" msgid "Set Contact Email" msgstr "Set Contact Email" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Login ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "No shared links" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Shared Libraries" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Shared Links" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#, fuzzy -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Institution Admin" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "No users" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#, fuzzy -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Set Admin" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#, fuzzy -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Share Admin" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#, fuzzy -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Add Admin" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Database" @@ -9383,24 +7811,9 @@ msgstr "Upload files to {folder_name_placeholder}" msgid "shared by:" msgstr "shared by:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#, fuzzy -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Restore Library" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Cancel All" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9416,7 +7829,11 @@ msgstr "Are you sure you want to delete this page?" msgid "Modify name" msgstr "Modify name" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Side Nav Menu" + +#: frontend/src/pages/wiki2/side-panel.js:57 #, fuzzy #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." @@ -9470,19 +7887,7 @@ msgstr "Duplicate page" msgid "Open in new tab" msgstr "Open in new tab" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#, fuzzy -#| msgid "Add permission" -msgid "Add page inside" -msgstr "Add permission" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#, fuzzy -#| msgid "Add permission" -msgid "Add page" -msgstr "Add permission" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #, fuzzy #| msgid "Images" msgid "Pages" @@ -9536,14 +7941,18 @@ msgstr "{placeholder} Snapshot" msgid "Profile" msgstr "Profile" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "WebDav Access" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Language" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Two-Factor Authentication" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Linked Devices" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "User info updated" @@ -9552,40 +7961,7 @@ msgstr "User info updated" msgid "Profile Setting" msgstr "Profile Setting" -#: frontend/src/shared-dir-view.js:477 -#, fuzzy -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Shared by" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#, fuzzy -#| msgid "List view" -msgid "List" -msgstr "List view" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#, fuzzy -#| msgid "Grid view" -msgid "Grid" -msgstr "Grid view" - -#: frontend/src/shared-dir-view.js:510 -#, fuzzy -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "Save Selected Items" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "Save Selected Items" - -#: frontend/src/shared-dir-view.js:517 -#, fuzzy -#| msgid "IP" -msgid "ZIP" -msgstr "IP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9595,14 +7971,6 @@ msgstr "IP" msgid "Document convertion failed." msgstr "Document convertion failed." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "you can also press ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "you can also press →" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #, fuzzy #| msgid "Color space" @@ -9633,6 +8001,12 @@ msgstr "No tags" msgid "No parent tag" msgstr "No tags" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#, fuzzy +#| msgid "No tags" +msgid "No sub tag" +msgstr "No tags" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #, fuzzy @@ -9761,103 +8135,11 @@ msgstr "You don't have any favorite items yet" msgid "Import Users" msgstr "Import Users" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "Save Selected Items" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "No sync errors" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "No groups" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "No notifications" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "No invitations" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "No terms and conditions" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "No favorites" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "No folders shared" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "No Admin login logs" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "No Admin operation logs" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "No permission logs" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "No login logs" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "No file update logs" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "No file access logs" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder " -"with other users by clicking the share icon to the right of a folder's name." -msgstr "" -"You have not shared any folders with other users yet. You can share a folder " -"with other users by clicking the share icon to the right of a folder's name." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #, fuzzy #| msgid "" #| "No public libraries have been created yet. A public library is accessible " @@ -9872,7 +8154,7 @@ msgstr "" "all users. You can create a public library by clicking the \"Add Library\" " "button in the menu bar." -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -10084,6 +8366,743 @@ msgstr "Failed to move %(name)s." msgid "Name cannot be double dots" msgstr "Name cannot be double dots" +#, fuzzy +#~| msgid "Custom properties" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#, fuzzy +#~| msgid "Notifications" +#~ msgid "Notification" +#~ msgstr "Notifications" + +#, fuzzy +#~| msgid "Mark all read" +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#, fuzzy +#~| msgid "All Notifications" +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#, fuzzy +#~| msgid "Select Image" +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#, fuzzy +#~| msgid "Expiration days" +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#, fuzzy +#~| msgid "Add option" +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#, fuzzy +#~| msgid "Generate Link" +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#, fuzzy +#~| msgid "Upload files to {folder_name_placeholder}" +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#, fuzzy +#~| msgid "Close" +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#, fuzzy +#~| msgid "Download and upload" +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#, fuzzy +#~| msgid "Upload Files" +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#, fuzzy +#~| msgid "Reset library password" +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#, fuzzy +#~| msgid "Confirm password" +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#, fuzzy +#~| msgid "Groups" +#~ msgid "Group" +#~ msgstr "Groups" + +#, fuzzy +#~| msgid "Confirm password" +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#, fuzzy +#~| msgid "Name" +#~ msgid "App Name" +#~ msgstr "Name" + +#, fuzzy +#~| msgid "{placeholder} Access Log" +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#, fuzzy +#~| msgid "(current version)" +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#, fuzzy +#~| msgid "View Related Snapshot" +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#, fuzzy +#~| msgid "Successfully deleted 1 item." +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#, fuzzy +#~| msgid "Successfully deleted 1 share link" +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#, fuzzy +#~| msgid "Successfully deleted {number_placeholder} share links" +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#, fuzzy +#~| msgid "No upload links" +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#, fuzzy +#~| msgid "Are you sure you want to delete the selected share link(s) ?" +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#, fuzzy +#~| msgid "Please select a library to share." +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#, fuzzy +#~| msgid "Create Library" +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#, fuzzy +#~| msgid "Owned Libraries" +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#, fuzzy +#~| msgid "Space Used" +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#, fuzzy +#~| msgid "New Folder" +#~ msgid "New folder" +#~ msgstr "New Folder" + +#, fuzzy +#~| msgid "At server" +#~ msgid "Server" +#~ msgstr "At server" + +#, fuzzy +#~| msgid "Email" +#~ msgid "User Email" +#~ msgstr "Email" + +#, fuzzy +#~| msgid "Select a user" +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#, fuzzy +#~| msgid "Select all" +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#, fuzzy +#~| msgid "Select all" +#~ msgid "Select all items" +#~ msgstr "Select all" + +#, fuzzy +#~| msgid "Saving..." +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#, fuzzy +#~| msgid "Upload" +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#, fuzzy +#~| msgid "All records loaded" +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#, fuzzy +#~| msgid "Rename" +#~ msgid "name" +#~ msgstr "Rename" + +#, fuzzy +#~| msgid "In progress" +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#, fuzzy +#~| msgid "Folder" +#~ msgid "Fold" +#~ msgstr "Folder" + +#, fuzzy +#~| msgid "Shared with me" +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#, fuzzy +#~| msgid "Search groups" +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#, fuzzy +#~| msgid "No favorites" +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#, fuzzy +#~| msgid "Active" +#~ msgid "Activities" +#~ msgstr "Active" + +#, fuzzy +#~| msgid "About Us" +#~ msgid "About" +#~ msgstr "About Us" + +#, fuzzy +#~| msgid "Link" +#~ msgid "Links" +#~ msgstr "Link" + +#, fuzzy +#~| msgid "Folder" +#~ msgid "Folders" +#~ msgstr "Folder" + +#, fuzzy +#~| msgid "Color space" +#~ msgid "Workspace" +#~ msgstr "Color space" + +#, fuzzy +#~| msgid "Publish" +#~ msgid "Published" +#~ msgstr "Publish" + +#, fuzzy +#~| msgid "Wiki published" +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#, fuzzy +#~| msgid "Search files in this library" +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#, fuzzy +#~| msgid "Search files in this library" +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#, fuzzy +#~| msgid "Parent folder" +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#, fuzzy +#~| msgid "Clear Trash" +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#, fuzzy, javascript-format +#~| msgid "successfully added user %s." +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#, fuzzy +#~| msgid "Activated Users" +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#, fuzzy +#~| msgid "Edit permission" +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#, fuzzy +#~| msgid "Access Log" +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#, fuzzy +#~| msgid "Delete share links" +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#, fuzzy +#~| msgid "Are you sure you want to delete the selected share link(s) ?" +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#, fuzzy +#~| msgid "Converting, please wait..." +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#, fuzzy +#~| msgid "Notifications of file changes" +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#, fuzzy +#~| msgid "Successfully copied %(name)s." +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#, fuzzy +#~| msgid "Two-Factor Authentication" +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#, fuzzy +#~| msgid "Show changes" +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#, fuzzy +#~| msgid "Two-Factor Authentication" +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#, fuzzy +#~| msgid "Avatar" +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#, fuzzy +#~| msgid "Convert Wiki" +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#, fuzzy +#~| msgid "Publish Wiki" +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#, fuzzy +#~| msgid "Are you sure you want to unlink this device?" +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#, fuzzy +#~| msgid "Delete File" +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#, fuzzy +#~| msgid "Are you sure you want to delete" +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#, fuzzy +#~| msgid "Leave Share" +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#, fuzzy +#~| msgid "Are you sure you want to delete %s ?" +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#, fuzzy +#~| msgid "1 filter" +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#, fuzzy +#~| msgid "Are you sure you want to delete this page?" +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#, fuzzy +#~| msgid "Import options" +#~ msgid "Export options" +#~ msgstr "Import options" + +#, fuzzy +#~| msgid "sorts" +#~ msgid "No sorts" +#~ msgstr "sorts" + +#, fuzzy +#~| msgid "Add User" +#~ msgid "Add sort" +#~ msgstr "Add User" + +#, fuzzy +#~| msgid "Select all" +#~ msgid "Select" +#~ msgstr "Select all" + +#, fuzzy +#~| msgid "All Notifications" +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#, fuzzy +#~| msgid "No more activities" +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#, fuzzy +#~| msgid "Move {placeholder} to" +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#, fuzzy +#~| msgid "Successfully cleared trash." +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#, fuzzy +#~| msgid "Active Users" +#~ msgid "Active users" +#~ msgstr "Active Users" + +#, fuzzy +#~| msgid "Total Users" +#~ msgid "Total users" +#~ msgstr "Total Users" + +#, fuzzy +#~| msgid "Space Used" +#~ msgid "Space used" +#~ msgstr "Space Used" + +#, fuzzy +#~| msgid "This month" +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#, fuzzy +#~| msgid "Reset" +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#, fuzzy +#~| msgid "Set user name" +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#, fuzzy +#~| msgid "Status" +#~ msgid "Statistic" +#~ msgstr "Status" + +#, fuzzy +#~| msgid "Device" +#~ msgid "Devices" +#~ msgstr "Device" + +#, fuzzy +#~| msgid "Year" +#~ msgid "1 Year" +#~ msgstr "Year" + +#, fuzzy +#~| msgid "Traffic" +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#, fuzzy +#~| msgid "Traffic" +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#, fuzzy +#~| msgid "Share Link" +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#, fuzzy +#~| msgid "Traffic" +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#, fuzzy +#~| msgid "Last modified time" +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#, fuzzy +#~| msgid "Notifications" +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#, fuzzy +#~| msgid "By time ascending" +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#, fuzzy +#~| msgid "By time descending" +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#, fuzzy +#~| msgid "Successfully deleted 1 share link" +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#, fuzzy +#~| msgid "Delete share links" +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#, fuzzy +#~| msgid "Are you sure you want to delete the selected share link(s) ?" +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#, fuzzy +#~| msgid "Successfully cleared trash." +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#, fuzzy +#~| msgid "No upload links" +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#, fuzzy +#~| msgid "Are you sure you want to clear trash?" +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#, fuzzy +#~| msgid "Shared Libraries" +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#, fuzzy +#~| msgid "No libraries" +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#, fuzzy +#~| msgid "Shared Libraries" +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#, fuzzy +#~| msgid "No sub-departments" +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#, fuzzy +#~| msgid "Library" +#~ msgid "Add Library" +#~ msgstr "Library" + +#, fuzzy +#~| msgid "Add Member" +#~ msgid "Add members" +#~ msgstr "Add Member" + +#, fuzzy +#~| msgid "Contact Email" +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#, fuzzy +#~| msgid "Delete Member" +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#, fuzzy +#~| msgid "Successfully sent to {placeholder}" +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#, fuzzy +#~| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#, fuzzy +#~| msgid "Successfully sent to {placeholder}" +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#, fuzzy +#~| msgid "Are you sure you want to remove {placeholder} ?" +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#, fuzzy +#~| msgid "Restore Library" +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#, fuzzy +#~| msgid "Successfully unstarred {library_name_placeholder}." +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#, fuzzy +#~| msgid "Revoke Admin" +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#, fuzzy +#~| msgid "deleted" +#~ msgid "User deleted" +#~ msgstr "deleted" + +#, fuzzy +#~| msgid "No institutions" +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#, fuzzy +#~| msgid "Name updated" +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#, fuzzy +#~| msgid "Delete Notification" +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#, fuzzy +#~| msgid "Add institution" +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#, fuzzy +#~| msgid "Organization" +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#, fuzzy +#~| msgid "History Versions" +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#, fuzzy +#~| msgid "File name" +#~ msgid "File Scan" +#~ msgstr "File name" + +#, fuzzy +#~| msgid "Virus" +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#, fuzzy +#~| msgid "Admin Login Logs" +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#, fuzzy +#~| msgid "Institution Admin" +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#, fuzzy +#~| msgid "Set Admin" +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#, fuzzy +#~| msgid "Share Admin" +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#, fuzzy +#~| msgid "Add Admin" +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#, fuzzy +#~| msgid "Restore Library" +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#, fuzzy +#~| msgid "Add permission" +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#, fuzzy +#~| msgid "Add permission" +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#, fuzzy +#~| msgid "Shared by" +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#, fuzzy +#~| msgid "List view" +#~ msgid "List" +#~ msgstr "List view" + +#, fuzzy +#~| msgid "Grid view" +#~ msgid "Grid" +#~ msgstr "Grid view" + +#, fuzzy +#~| msgid "Save Selected Items" +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#, fuzzy +#~| msgid "IP" +#~ msgid "ZIP" +#~ msgstr "IP" + #, fuzzy #~| msgid "Successfully saved" #~ msgid "Successfully OCR" @@ -10165,9 +9184,6 @@ msgstr "Name cannot be double dots" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -10191,38 +9207,3 @@ msgstr "Name cannot be double dots" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index d20fb031ff..a695710ec7 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Rodolfo Cossalter , 2014-2015\n" "Language-Team: Spanish (http://app.transifex.com/haiwen/seahub/language/es/)\n" @@ -870,7 +870,8 @@ msgid "" msgstr "Actualmente tienes %(nb_avatars)d avatares, y el máximo permitido es%(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1526,11 +1527,11 @@ msgstr "El equipo de %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Permiso denegado" @@ -2514,8 +2515,8 @@ msgstr "Bibliotecas Compartidas" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3051,11 +3052,11 @@ msgstr "Deshabilitar" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" @@ -3087,7 +3088,7 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." @@ -3114,9 +3115,9 @@ msgid "Bad upload link token." msgstr "Identificador del enlace de subida inválido." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "El archivo no existe" @@ -3144,49 +3145,49 @@ msgstr "La codificación elegida no es correcta." msgid "Unknown file encoding" msgstr "Codificación de archivo desconocida" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "El tamaño del archivo sobrepasa %s, no se puede abrir en línea." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "La biblioteca está encriptada, no se puede abrir el archivo en línea." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de Office Online." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de OnlyOffice." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "No es posible descargar el archivo, ruta inválida" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "No es posible descargar el archivo, ruta errónea" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Imposible descargar archivo." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Imposible descargar archivo" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/es/LC_MESSAGES/djangojs.po b/locale/es/LC_MESSAGES/djangojs.po index 09686f2e19..29241773e5 100644 --- a/locale/es/LC_MESSAGES/djangojs.po +++ b/locale/es/LC_MESSAGES/djangojs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Hector Colina , 2013\n" "Language-Team: Spanish (http://app.transifex.com/haiwen/seahub/language/es/)\n" @@ -39,8 +39,6 @@ msgid "Exit Institution Admin" msgstr "Salir de Administrador de la Institución" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Administración del Sistema" @@ -52,44 +50,22 @@ msgstr "Administrador de la Organización" msgid "Institution Admin" msgstr "Administrador de la Institución" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Ver perfil y más" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Utilizado:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Configuración" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Desconectarse" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -139,6 +115,22 @@ msgstr "{share_from} ha compartido una carpeta llamada {repo_link} al grupo {gro msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} te ha transferido una biblioteca llamada {repo_link}." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "Un archivo llamado {upload_file_link} es subido a {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -220,33 +212,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Notificaciones" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Notificación" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -284,54 +269,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Rótulos" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Archivos" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -342,57 +298,23 @@ msgstr "Archivos" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Más operaciones" @@ -417,7 +339,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Informar Abuso" @@ -439,7 +360,7 @@ msgid "Abuse Content" msgstr "Contenido Abusivo" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Otro" @@ -454,6 +375,7 @@ msgstr "Información de contacto" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Descripción" @@ -481,8 +403,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -492,8 +412,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -501,7 +419,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -510,30 +427,24 @@ msgstr "Descripción" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -542,7 +453,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -558,11 +468,8 @@ msgstr "Descripción" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -574,11 +481,9 @@ msgstr "Descripción" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -607,18 +512,12 @@ msgstr "Cancelar" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -628,29 +527,21 @@ msgstr "Cancelar" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -659,7 +550,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -672,8 +562,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -682,9 +570,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -697,14 +582,12 @@ msgstr "Cancelar" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -734,14 +617,9 @@ msgstr "Agregar Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -751,10 +629,8 @@ msgstr "Agregar Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -762,12 +638,8 @@ msgstr "Agregar Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -780,7 +652,6 @@ msgstr "Agregar Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -788,12 +659,8 @@ msgstr "Agregar Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -803,29 +670,32 @@ msgstr "Agregar Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -852,13 +722,13 @@ msgstr "Seleccionar un departamento" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -943,11 +813,7 @@ msgstr "Limpieza exitosa." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1015,122 +881,55 @@ msgstr "¿Seguro que deseas eliminar tu cuenta?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1176,20 +975,15 @@ msgstr "¿Estás seguro que deseas restaurar está biblioteca?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Restaurar" @@ -1210,12 +1004,6 @@ msgstr "Eliminar archivos de este dispositivo la próxima vez que esté en líne #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Desvincular" @@ -1251,7 +1039,6 @@ msgstr "Copiar item(s) seleccionados a:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1307,16 +1094,12 @@ msgstr "El nombre '{name}' ya está en uso, por favor escoja otro nombre." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nuevo archivo" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1358,12 +1141,8 @@ msgstr "Las contraseñas no coinciden" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1374,39 +1153,19 @@ msgid "Template" msgstr "Plantilla" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Backend de Almacenamiento" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1423,6 +1182,7 @@ msgstr "Lectura / Escritura" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1434,24 +1194,18 @@ msgstr "Encriptar" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Contraseña " #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Repetir contraseña" @@ -1462,7 +1216,6 @@ msgstr "Repetir contraseña" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Error interno del servidor" @@ -1473,10 +1226,6 @@ msgstr "La etiqueta \"{name}\" ya existe." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1494,13 +1243,10 @@ msgstr "Seleccionar un color" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Guardar" @@ -1526,7 +1272,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1539,35 +1284,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Subir archivo" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1575,10 +1309,6 @@ msgstr "Subir archivo" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Descargar" @@ -1605,7 +1335,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1613,8 +1342,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Copiar" @@ -1628,9 +1355,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1638,14 +1362,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1655,9 +1374,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Editar" @@ -1698,16 +1414,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Eliminar Biblioteca" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Borrar Grupo" @@ -1715,17 +1428,6 @@ msgstr "Borrar Grupo" msgid "Really want to delete this group?" msgstr "¿Seguro que deseas borrar este grupo?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Seleccionar etiquetas" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Cear una nueva etiqueta" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Etiquetas editadas con éxito" @@ -1739,10 +1441,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1800,18 +1498,6 @@ msgstr "Nombre de dispositivo" msgid "Date" msgstr "Fecha" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Usuario Anónimo" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Este archivo todavía no ha sido accedido (aparentemente)" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1872,114 +1558,19 @@ msgid "Upload Link" msgstr "Link de subida" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Ocultar" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Mostrar" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Actualizar" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Enviar" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Agregar protección por contraseña" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Agregar vencimiento automático" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generar" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Bienvenido a {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Se ha creado una biblioteca personal. Puedes crear más después." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Sin embargo, ya que eres un invitado, no puedes crear bibliotecas." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "La imagen no pudo ser cargada." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Anterior (Flecha izquierda)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Siguiente (Flecha derecha)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Cerrar (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Acercar" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Alejar" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1990,20 +1581,6 @@ msgstr "Por favor escoja un archivo .xlsx" msgid "Import members from a .xlsx file" msgstr "Importar miembros desde un archivo .xlsx" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Descargar un archivo de ejemplo" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Subir archivo" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Seleccionar Archivo" @@ -2055,7 +1632,6 @@ msgstr "Revocar Acceso" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2063,28 +1639,19 @@ msgid "It is required." msgstr "Es requerido." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Email es inválido" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "%(email) invitado con éxito." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "%(email) y otros %(num) invitados con éxito." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Convocar Invitado" @@ -2095,10 +1662,7 @@ msgstr "Emails" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Emails, separados por ','" @@ -2121,30 +1685,24 @@ msgid "Really want to leave this group?" msgstr "¿Seguro que deseas abandorar este grupo?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Abandonar" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Esta biblioteca está protegida por contraseña" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Contraseña incorrecta" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "La contraseña será almacenada en el servidor por 1 hora." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Configuración" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2164,6 +1722,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2227,70 +1791,6 @@ msgstr "{placeholder} Permiso de Carpeta" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grupo" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Carpeta" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Buscar grupos" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Buscar usuarios" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Archivos Creados" @@ -2302,6 +1802,7 @@ msgstr "Archivos Creados" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2318,23 +1819,19 @@ msgid "Tagged Files" msgstr "Archivos Etiquetados" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2343,8 +1840,6 @@ msgstr "Archivos Etiquetados" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2354,41 +1849,33 @@ msgstr "Archivos Etiquetados" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Tamaño" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Última actualización" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "eliminado" @@ -2412,6 +1899,8 @@ msgstr "Bibliotecas eliminadas" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "No hay bibliotecas eliminadas" @@ -2449,14 +1938,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Nuevo Sub-departamento" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2467,14 +1955,25 @@ msgstr "Nuevo Departamento" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Agregar Miembro" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Buscar usuarios" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2482,29 +1981,20 @@ msgstr "dirección de correo requerida" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Agregar Usuario" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Confirmar contraseña" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2559,8 +2049,6 @@ msgstr "Fecha Fin" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "¿Seguro que quieres borrar {placeholder} ?" @@ -2571,7 +2059,6 @@ msgstr "Eliminar Departamento" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Eliminar Miembro" @@ -2600,7 +2087,6 @@ msgstr "La cuota es inválida." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Fijar Cuota" @@ -2641,8 +2127,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Dejar de publicar" @@ -2705,76 +2189,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "API token copiado al portapapeles." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Permiso denegado" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Error" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Por favor verifique la red." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Nombre de App" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} API Token" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2820,39 +2234,6 @@ msgstr "Versión" msgid "Labels" msgstr "Etiquetas" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Ninguna" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Desconocido" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detalles" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Versión Actual" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Ver instántanea" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2867,17 +2248,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Enlaces Compartidos" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Enlaces de subida" @@ -2890,98 +2265,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Vencimiento" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "No hay enlaces de compartir" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "1 ítem eliminado con éxito" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Creador" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Enlace" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Visitas" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "No hay enlaces de subida" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3019,39 +2302,6 @@ msgstr "" msgid "Search files in this library" msgstr "Buscar archivos en esta biblioteca" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "No hay resultados" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Biblioteca actual" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Otras bibliotecas" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Establecer email de contacto del usuario" @@ -3083,6 +2333,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "Enlace copiado al portapapeles." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Enlace" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3114,30 +2373,18 @@ msgstr "Compartir a otro servidor" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Compartir" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icono" @@ -3150,78 +2397,13 @@ msgstr "Por favor seleccione una biblioteca para compartir." msgid "Select libraries to share" msgstr "Seleccionar bibliotecas para compartir" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Invita" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Servidor" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "Email del Usuario" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Puede tomar un tiempo, por favor espere." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "1 ítem eliminado con éxito" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "La biblioteca no puede ser compartida con su propietario." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "Por nombre ascendente" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "Por nombre descendente" @@ -3245,12 +2427,12 @@ msgstr "Por fecha ascendente" msgid "By time descending" msgstr "Por fecha descendente" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3265,17 +2447,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "¿Está seguro de eliminar?" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3294,7 +2471,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3370,10 +2547,8 @@ msgstr "Agregar Organización" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3401,15 +2576,13 @@ msgstr "Nombre (opcional)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rol" @@ -3465,8 +2638,6 @@ msgstr "Establecer Nombre" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Términos" @@ -3480,19 +2651,10 @@ msgid "Transfer to department" msgstr "Transferir al departamento" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Usuarios" @@ -3508,15 +2670,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Departmentos" @@ -3544,6 +2702,63 @@ msgstr "Transferir el grupo a" msgid "Please enter 1 or more character" msgstr "Por favor ingrese uno o más caracteres" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Permiso denegado" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Error" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Por favor verifique la red." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3555,25 +2770,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Ruta actual:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Carpeta" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3582,8 +2803,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Archivo" @@ -3699,6 +2919,17 @@ msgstr "" msgid "Packaging..." msgstr "Empaquetando..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Archivos" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3708,7 +2939,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Papelera" @@ -3731,6 +2962,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3838,87 +3074,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Creador" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "bloqueado por {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "bloqueado" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "bloqueado por {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Desmarcar" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Marcar" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Esta carpeta no tiene contenido en este momento." @@ -3929,28 +3142,20 @@ msgstr "Puedes crear archivos rápidamente" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliotecas" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "también puedes presionar ←" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "también puedes presionar → " #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3992,57 +3197,12 @@ msgstr "Error de red" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Preparando para subir..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Restante" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Guardando..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Subido" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Reintentar" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4057,54 +3217,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Subiendo archivo..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "Todos los archivos subidos" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Reintentar Todo" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Cancelar Todo" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nombre" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "tamaño" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "progreso" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "estado" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4116,13 +3231,13 @@ msgid "unstarred" msgstr "desmarcado" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Bloquear" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Desbloquear" @@ -4131,74 +3246,26 @@ msgstr "Desbloquear" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Abrir via el Cliente" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Abrir carpeta contenedora" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "La visualización en línea no se aplica a este tipo de archivo" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Mis Bibliotecas" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Compartido conmigo" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Compartido con todos" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detalles" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4215,7 +3282,7 @@ msgstr "Administrar" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4228,8 +3295,8 @@ msgstr "Miembro" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4245,17 +3312,15 @@ msgstr "Ruta actual:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Tipo de Biblioteca" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Acciones" @@ -4264,121 +3329,10 @@ msgstr "Acciones" msgid "Add group member" msgstr "Agregar miembro al grupo" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Buscar miembros del grupo" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoritos" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Actividades" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikis" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Ayuda" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Clientes" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Acerca de" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Enlaces" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Carpetas" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Espacio de trabajo" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Admin de Compartidos" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "ver más" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Miembros" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Bibliotecas Propias" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Bibliotecas Compartidas" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Página" @@ -4405,6 +3359,7 @@ msgstr "Permiso denegado. Por favor intente {placeholder-left}acceder nuevamente #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Sin etiquetas" @@ -4417,6 +3372,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Cear una nueva etiqueta" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4453,21 +3413,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Publicado" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4479,53 +3424,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliotecas" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "No hay resultados" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4534,8 +3469,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Predeterminado" @@ -4545,8 +3478,6 @@ msgstr "Predeterminado" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Invitado" @@ -4571,6 +3502,10 @@ msgstr "Enviar a:" msgid "Message (optional):" msgstr "Mensaje (opcional):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Enviar" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Enviando…" @@ -4604,24 +3539,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4651,14 +3568,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Establecer permiso" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Agregar protección por contraseña" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4673,30 +3586,37 @@ msgstr "Enlace de descarga directa copiado al portapapeles." msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "¿Está seguro que desea eliminar el enlace de compartir?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "No hay enlaces de compartir" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Vencimiento" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4707,46 +3627,33 @@ msgstr "Guardado con éxito" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Descarga de archivos deshabilitada: tráfico del propietario para compartir enlaces agotado." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Compartido por:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Guardar como..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Expirado" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Biblioteca transferida con éxito." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifica la red." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Fallo al eliminar {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Transferir" @@ -4758,17 +3665,18 @@ msgid "Folder Permission" msgstr "Permiso de Carpeta" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Dejar de compartir" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Admin de Compartidos" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4779,27 +3687,18 @@ msgstr "Cambiar contraseña" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Reestablecer contraseña" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4816,18 +3715,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "Desmarcado con éxito {library_name_placeholder}." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "Marcado con éxito {library_name_placeholder}." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4835,8 +3722,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4890,15 +3775,9 @@ msgid "New" msgstr "Nuevo" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4971,17 +3850,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "La lista de archivos agregados, eliminados y modificados será enviada a su casilla de correo." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "Notificaciones de colaboración" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "Si las notificaciones de colaboración como compartir bibliotecas o unirse a un grupo deben ser enviadas a su casilla de correo." - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Configuración de idioma" @@ -5008,18 +3876,6 @@ msgstr "Plataforma" msgid "Last Access" msgstr "Último acceso" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "Desvinculado exitosamente %(name)s." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Dispositivos vinculados" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5039,10 +3895,7 @@ msgstr "Incluya su cuenta en la libreta de direcciones global, de manera que otr msgid "Social Login" msgstr "Inicio de Sesión Social" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Conectar" @@ -5050,49 +3903,6 @@ msgstr "Conectar" msgid "Status: enabled" msgstr "Status: habilitado" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Deshabilitar Autenticación de dos Factores" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Si no posse ningún dispositivo consigo, puede acceder a su cuenta utilizando códigos de respaldo." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "Le queda solamente un código de resguardo." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "Le quedan {num} códigos de resguardo." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Mostrar Códigos" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "La autenticación de dos factores no está habilitada para su cuenta. Habilite autenticación de dos factores para seguridad mejorada." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Habilitar Autenticación de dos Factores" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Autenticación de dos Factores" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Por favor escoja un archivo de imagen." @@ -5109,11 +3919,6 @@ msgstr "El archivo es demasiado grande. El tamaño máximo admitido es 1MB." msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Nombre de usuario:" @@ -5156,6 +3961,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5197,54 +4003,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Publicar" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Eliminar Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Compartido conmigo" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5325,7 +4091,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5348,6 +4114,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5383,17 +4150,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Todas" @@ -5551,17 +4316,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5698,29 +4463,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5745,7 +4499,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5758,11 +4512,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5794,6 +4543,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5829,15 +4589,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5871,21 +4622,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6077,9 +4813,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6191,8 +4926,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Fallo al renombrar {name}" @@ -6339,14 +5074,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6370,27 +5100,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Abrir carpeta contenedora" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6423,34 +5159,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6581,6 +5317,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6596,17 +5335,10 @@ msgstr "Cuenta" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Seleccionar" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6720,15 +5452,30 @@ msgstr "Carpeta movida" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operación" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Biblioteca" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6747,11 +5494,6 @@ msgid "(current version)" msgstr "(versión actual)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Ver" @@ -6765,19 +5507,6 @@ msgstr "" msgid "Successfully restored." msgstr "Restaurado con éxito." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "No hay bibliotecas" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "No hay bibliotecas compartidas este grupo" @@ -6795,6 +5524,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "No hay bibliotecas" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6802,6 +5545,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Puede tomar un tiempo, por favor espere." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Miembros" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6823,27 +5583,26 @@ msgid "This is a special group representing a department." msgstr "Este es un grupo especial que representa a un departamento." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Bibliotecas Propias" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6867,27 +5626,16 @@ msgstr "Creado el" msgid "Operations" msgstr "Operaciones" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Espacio utilizado / Cuota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "({repo_id_placeholder}) Dañado" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Email de Contacto" @@ -6895,15 +5643,13 @@ msgstr "Email de Contacto" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6912,34 +5658,32 @@ msgstr "Estado" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Espacio utilizado" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Último Ingreso" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Eliminar usuario" @@ -6948,7 +5692,6 @@ msgstr "Eliminar usuario" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6959,19 +5702,30 @@ msgstr "Activo" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inactivo" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "1 ítem eliminado con éxito" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Fecha de Invitación" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Aceptada" @@ -6983,7 +5737,7 @@ msgstr "No hay convocaciones a invitados" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6991,103 +5745,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Fallo al mover archivos a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Fallo al copiar archivos a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Archivos movidos con éxito a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Archivos copiados con éxito a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Fallo al eliminar {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "Movido con éxito {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Fallo al mover {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s copiados con éxito." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Fallo al copiar %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Dejar de compartir" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "Esta biblioteca ha sido configurada como de sólo lectura, y no puede ser actualizada." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "La carpeta no existe" @@ -7101,6 +5847,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "Todavía no has accedido a tus archivos con ningún cliente (escritorio o móvil). Configura clientes en tus dispositivos para acceder a tus datos de una forma más cómoda." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Guardando..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Abrir via el Cliente" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Cambiar a editor de texto sin formato" @@ -7109,29 +5865,38 @@ msgstr "Cambiar a editor de texto sin formato" msgid "Switch to rich text editor" msgstr "Cambiar a editor de texto enriquecido" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Ayuda" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Este archivo ha sido actualizado." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Refrescar" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Mis Bibliotecas" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7152,17 +5917,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "Desmarcado con éxito {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "Marcado con éxito {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Dañada (por favor contacte al administrador para reparar esta biblioteca)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7191,97 +5960,34 @@ msgstr "No se han compartido bibliotecas contigo desde otros servidores." msgid "Shared By" msgstr "Compartida por" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Creado En" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Cuota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "No hay departamentos" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "No hay miembros" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Sub-departamentos" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Editar Cuota" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "No hay sub-departamentos" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "No hay dispositivos conectados" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "Dispositivo desvinculado con éxito." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Biblioteca" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Errores eliminados con éxito." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "No hay errores de sincronización" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7351,11 +6057,44 @@ msgstr "¿Seguro que deseas vaciar la papelera?" msgid "Clear" msgstr "Limpiar" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Cuota" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Creado En" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Buscar Grupos" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Buscar grupos" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7384,8 +6123,6 @@ msgstr "Todos los grupos" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Anterior" @@ -7394,8 +6131,6 @@ msgstr "Anterior" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Siguiente" @@ -7404,45 +6139,11 @@ msgstr "Siguiente" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "ID" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Enlaces Públicos" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7451,6 +6152,12 @@ msgstr "" msgid "View Link" msgstr "Ver Enlace" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Usuario Anónimo" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7466,6 +6173,7 @@ msgstr "Acción" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Compartir desde" @@ -7485,26 +6193,12 @@ msgid "Organization" msgstr "Organización" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Exportar Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Acceso a archivo" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Actualización de archivo" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7518,7 +6212,6 @@ msgid "Copied" msgstr "Copiado" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7581,36 +6274,9 @@ msgstr "Falló" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Restaurar contraseña" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Revocar Privilegios" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7665,39 +6331,6 @@ msgstr "Importar usuarios" msgid "Add user" msgstr "Agregar usuario" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Estadística" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Dispositivos" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Registros" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 días" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 días" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 año" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7716,8 +6349,6 @@ msgstr "Modificado" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7784,39 +6415,6 @@ msgstr "Almacenamiento de Usuario" msgid "Total Storage" msgstr "Almacenamiento Total" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistema" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Tráfico total" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Tráfico Web" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Tráfico de enlaces compartidos" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Tráfico de sincronización" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7874,6 +6472,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Subir archivo" @@ -7919,6 +6521,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Publicar" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7927,16 +6533,6 @@ msgstr "" msgid "Changes" msgstr "Cambios" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7988,8 +6584,6 @@ msgstr "Ingresa extensiones de archivo, separadas con ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Restablecer" @@ -7998,6 +6592,7 @@ msgid "Invalid file size range." msgstr "Rango de tamaño de archivo inválido." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Se requieren al menos tres letras." @@ -8010,6 +6605,17 @@ msgstr "resultado" msgid "results" msgstr "resultados" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "No hay carpetas compartidas" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "Todavía no has compartido carpetas con otros usuarios. Puedes compartir una carpeta con otros usuarios haciendo click en el icono compartir que está a la derecha del nombre de la carpeta." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8038,94 +6644,66 @@ msgstr "Todavía no has compartido bibliotecas con otros usuarios. Puedes compar msgid "all members" msgstr "todos los miembros" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "Todavía no has creado enlaces de compartir. Un enlace de compartir se puede utilizar para compartir archivos y carpetas con cualquier persona. Puedes crear un enlace de compartir para un archivo o una carpeta haciendo click en el icono de compartir que está a la derecha de su nombre." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Visitas" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "No hay enlaces de subida" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "Todavía no has creado enlaces de subida. Un enlace de subida permite que cualquier persona suba archivos a una carpeta o biblioteca. Puedes crear un enlace de subida para una carpeta o biblioteca haciendo click en el icono de compartir que está a la derecha de su nombre." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Remover" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "En el servidor" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "No hay bibliotecas compartidas" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Fallo al dejar de compartir {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "No hay bibliotecas públicas" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "No hay favoritos" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Compartir bibliotecas existentes" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "Todavia no has agregado bibliotecas, carpetas o archivos a tu lista de favoritos. La lista de favoritos te brinda un acceso rápido a los objetos que ulilizas con mayor frecuencia. Puedes agregar una biblioteca, carpeta o archivo a tu lista de favoritos haciendo click en la esrtella que está a la izquierda de su nombre." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Informe de Abuso" @@ -8137,6 +6715,11 @@ msgstr "Informador" msgid "Handled" msgstr "Manejado" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "No hay registros de ingreso de Admin" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8150,9 +6733,10 @@ msgstr "Registros de operaciones de Admin" msgid "Admin Login Logs" msgstr "Registros de ingreso de Admin" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operación" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "No hay registros de operaciones de Admin" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8210,41 +6794,11 @@ msgstr "Usuario {user} eliminado" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Agregar Biblioteca" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Agregar miembros" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8265,6 +6819,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "No hay departamentos" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "No hay miembros" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Sub-departamentos" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "No hay sub-departamentos" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Ruta" @@ -8285,40 +6858,12 @@ msgstr "Registros de Análisis de Contenido" msgid "Are you sure you want to remove {placeholder} ?" msgstr "¿Seguro que quieres eliminar {placeholder} ?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Eliminar Miembro" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "{email_placeholder} agregado con éxito" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Fallo al agregar {email_placeholder}: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "{placeholder} eliminado con éxito." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "¿Está seguro que desea dejar de compartir {placeholder} ?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Dejar de compartir Biblioteca" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Se dejó de compartir la biblioteca {placeholder} exitosamente" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "No hay grupos" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8389,53 +6934,34 @@ msgid "Limits" msgstr "Límites" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizaciones" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Revocar Privilegios" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "¿Está seguro que desea revocar los permisos de administrador de {placeholder} ?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Revocar" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Permisos de {placeholder} fueron revocados con éxito." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Número de miembros" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administradores" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Instituciones" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Establecer Admin" @@ -8443,20 +6969,19 @@ msgstr "Establecer Admin" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "¿Está seguro que desea establecer a {placeholder} como Admin?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Eliminar Institución" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "No hay invitaciones" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Agregar Institución" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Invita" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8483,31 +7008,64 @@ msgid "Delete Expired Invitations" msgstr "Borrar invitaciones vencidas" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Invitaciones" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Identificador" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Remover" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "mostrar sólo {placeholder}" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "No hay registro de acceso a archivos." + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "No hay registros de actualización de archivo." + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "No hay registros de ingreso." + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Acceder" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Acceso a archivo" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Actualización de archivo" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "No hay registros de permisos." + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Agregar" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Menú Lateral de Navegación" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "No hay notificaciones" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8534,31 +7092,32 @@ msgstr "¿Está seguro que desea borrar la notificación?" msgid "All Notifications" msgstr "Todas las notificaciones" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Número de grupos" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "¿Está seguro que desea restablecer la contraseña de {placeholder} ?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "{userCount} usuario(s) y {repoCount} bibliotecas de esta organización también serán eliminados." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Borrar organización" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8576,10 +7135,14 @@ msgstr "Buscar Organizaciones" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Configuración de historial" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikis" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistema" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8604,30 +7167,19 @@ msgstr "Consejo: bibliotecas eliminadas hace {trashReposExpireDays} días serán msgid "Search libraries by owner" msgstr "Buscar bibliotecas por propietario" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "Escanear Archivo" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Análisis de Virus" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Registros de Admin" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "Términos y condiciones" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Creado" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Actualizar" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "Eliminar T&C" @@ -8636,6 +7188,14 @@ msgstr "Eliminar T&C" msgid "Update succeeded." msgstr "Actualización exitosa." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Términos y Condiciones" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8646,15 +7206,17 @@ msgstr "1 usuario eliminado con éxito." msgid "Successfully deleted {user_number_placeholder} users." msgstr "{user_number_placeholder} usuarios eliminados con éxito." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Permisos de {placeholder} fueron revocados con éxito." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Eliminar Usuarios" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "¿Seguro que deseas eliminar los usuarios selecionados?" @@ -8666,34 +7228,22 @@ msgstr "Establecer Login ID" msgid "Set Contact Email" msgstr "Establecer Email de Contacto" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Login ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Bibliotecas Compartidas" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Enlaces Compartidos" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Institución" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Administrador predeterminado" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Administrador diario" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Administrador auditor" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Base de datos" @@ -9003,23 +7553,9 @@ msgstr "Subir archivos a {folder_name_placeholder}" msgid "shared by:" msgstr "compartido por:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "El dueño de esta biblioteca se quedó sin espacio." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "El tamaño debe ser menor que {max_size_placeholder}." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "Arrastrar y soltar archivos aquí." - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Ir a la Biblioteca" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Cancelar Todo" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9035,7 +7571,11 @@ msgstr "¿Seguro que deseas borrar esta página?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Menú Lateral de Navegación" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9086,17 +7626,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Páginas" @@ -9147,14 +7677,18 @@ msgstr "{placeholder} Instantánea" msgid "Profile" msgstr "Perfil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Idioma" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Autenticación de dos Factores" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Dispositivos vinculados" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9163,35 +7697,7 @@ msgstr "" msgid "Profile Setting" msgstr "Configuración del perfil" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Compartido por:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Lista" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Grilla" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "ZIP elementos seleccionados" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9201,14 +7707,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Falló la conversión del documento " -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "también puedes presionar ←" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "también puedes presionar → " - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9235,6 +7733,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9348,92 +7851,11 @@ msgstr "Todavía no tienes items favoritos" msgid "Import Users" msgstr "Importar Usuarios" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "No hay dispositivos conectados" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "No hay errores de sincronización" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "No hay grupos" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "No hay notificaciones" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "No hay invitaciones" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "Términos y condiciones" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "No hay favoritos" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "No hay carpetas compartidas" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "No hay registros de ingreso de Admin" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "No hay registros de operaciones de Admin" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "No hay registros de permisos." - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "No hay registros de ingreso." - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "No hay registros de actualización de archivo." - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "No hay registro de acceso a archivos." - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "Todavía no has compartido carpetas con otros usuarios. Puedes compartir una carpeta con otros usuarios haciendo click en el icono compartir que está a la derecha del nombre de la carpeta." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "Todavía no has creado enlaces de compartir. Un enlace de compartir se puede utilizar para compartir archivos y carpetas con cualquier persona. Puedes crear un enlace de compartir para un archivo o una carpeta haciendo click en el icono de compartir que está a la derecha de su nombre." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "Todavía no has creado enlaces de subida. Un enlace de subida permite que cualquier persona suba archivos a una carpeta o biblioteca. Puedes crear un enlace de subida para una carpeta o biblioteca haciendo click en el icono de compartir que está a la derecha de su nombre." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "Todavia no has agregado bibliotecas, carpetas o archivos a tu lista de favoritos. La lista de favoritos te brinda un acceso rápido a los objetos que ulilizas con mayor frecuencia. Puedes agregar una biblioteca, carpeta o archivo a tu lista de favoritos haciendo click en la esrtella que está a la izquierda de su nombre." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9444,7 +7866,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9651,6 +8073,453 @@ msgstr "Fallo al mover %(name)s." msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9720,9 +8589,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9744,38 +8610,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/es_AR/LC_MESSAGES/django.po b/locale/es_AR/LC_MESSAGES/django.po index 2ed16a4f0f..ce25342dae 100644 --- a/locale/es_AR/LC_MESSAGES/django.po +++ b/locale/es_AR/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Rodolfo Cossalter , 2014-2021\n" "Language-Team: Spanish (Argentina) (http://app.transifex.com/haiwen/seahub/language/es_AR/)\n" @@ -867,7 +867,8 @@ msgid "" msgstr "Actualmente tienes %(nb_avatars)d avatares, y el máximo permitido es%(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1523,11 +1524,11 @@ msgstr "El equipo de %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Permiso denegado" @@ -2511,8 +2512,8 @@ msgstr "Bibliotecas Compartidas" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3048,11 +3049,11 @@ msgstr "Deshabilitar" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" @@ -3084,7 +3085,7 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." @@ -3111,9 +3112,9 @@ msgid "Bad upload link token." msgstr "Identificador del enlace de subida inválido." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "El archivo no existe" @@ -3141,49 +3142,49 @@ msgstr "La codificación elegida no es correcta." msgid "Unknown file encoding" msgstr "Codificación de archivo desconocida" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "El tamaño del archivo sobrepasa %s, no se puede abrir en línea." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "La biblioteca está encriptada, no se puede abrir el archivo en línea." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de Office Online." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de OnlyOffice." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "No es posible descargar el archivo, ruta inválida" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "No es posible descargar el archivo, ruta errónea" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Imposible descargar archivo." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Imposible descargar archivo" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/es_AR/LC_MESSAGES/djangojs.po b/locale/es_AR/LC_MESSAGES/djangojs.po index 62b50a9aef..2dc4066382 100644 --- a/locale/es_AR/LC_MESSAGES/djangojs.po +++ b/locale/es_AR/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Rodolfo Cossalter , 2014-2021\n" "Language-Team: Spanish (Argentina) (http://app.transifex.com/haiwen/seahub/language/es_AR/)\n" @@ -38,8 +38,6 @@ msgid "Exit Institution Admin" msgstr "Salir de Administrador de la Institución" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Administración del Sistema" @@ -51,44 +49,22 @@ msgstr "Administrador de la Organización" msgid "Institution Admin" msgstr "Administrador de la Institución" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Ver perfil y más" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Utilizado:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Configuración" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Desconectarse" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -138,6 +114,22 @@ msgstr "{share_from} ha compartido una carpeta llamada {repo_link} al grupo {gro msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} te ha transferido una biblioteca llamada {repo_link}." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "Un archivo llamado {upload_file_link} es subido a {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -219,33 +211,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Notificaciones" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -283,54 +268,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Rótulos" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Archivos" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -341,57 +297,23 @@ msgstr "Archivos" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Más operaciones" @@ -416,7 +338,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Informar Abuso" @@ -438,7 +359,7 @@ msgid "Abuse Content" msgstr "Contenido Abusivo" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Otro" @@ -453,6 +374,7 @@ msgstr "Información de contacto" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Descripción" @@ -480,8 +402,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -491,8 +411,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -500,7 +418,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -509,30 +426,24 @@ msgstr "Descripción" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -541,7 +452,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -557,11 +467,8 @@ msgstr "Descripción" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -573,11 +480,9 @@ msgstr "Descripción" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -606,18 +511,12 @@ msgstr "Cancelar" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -627,29 +526,21 @@ msgstr "Cancelar" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -658,7 +549,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -671,8 +561,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -681,9 +569,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -696,14 +581,12 @@ msgstr "Cancelar" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -733,14 +616,9 @@ msgstr "Agregar Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -750,10 +628,8 @@ msgstr "Agregar Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -761,12 +637,8 @@ msgstr "Agregar Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -779,7 +651,6 @@ msgstr "Agregar Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -787,12 +658,8 @@ msgstr "Agregar Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -802,29 +669,32 @@ msgstr "Agregar Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -851,13 +721,13 @@ msgstr "Seleccionar un departamento" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -942,11 +812,7 @@ msgstr "Limpieza exitosa." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1014,122 +880,55 @@ msgstr "¿Seguro que deseas eliminar tu cuenta?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1175,20 +974,15 @@ msgstr "¿Estás seguro que deseas restaurar está biblioteca?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Restaurar" @@ -1209,12 +1003,6 @@ msgstr "Eliminar archivos de este dispositivo la próxima vez que esté en líne #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Desvincular" @@ -1250,7 +1038,6 @@ msgstr "Copiar item(s) seleccionados a:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1306,16 +1093,12 @@ msgstr "El nombre '{name}' ya está en uso, por favor escoja otro nombre." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nuevo archivo" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1357,12 +1140,8 @@ msgstr "Las contraseñas no coinciden" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1373,39 +1152,19 @@ msgid "Template" msgstr "Plantilla" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Backend de Almacenamiento" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1422,6 +1181,7 @@ msgstr "Lectura / Escritura" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1433,24 +1193,18 @@ msgstr "Encriptar" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Contraseña " #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Repetir contraseña" @@ -1461,7 +1215,6 @@ msgstr "Repetir contraseña" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Error interno del servidor" @@ -1472,10 +1225,6 @@ msgstr "La etiqueta \"{name}\" ya existe." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1493,13 +1242,10 @@ msgstr "Seleccionar un color" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Guardar" @@ -1525,7 +1271,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1538,35 +1283,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Subir archivo" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1574,10 +1308,6 @@ msgstr "Subir archivo" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Descargar" @@ -1604,7 +1334,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1612,8 +1341,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Copiar" @@ -1627,9 +1354,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1637,14 +1361,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1654,9 +1373,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Editar" @@ -1697,16 +1413,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Eliminar Biblioteca" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Borrar Grupo" @@ -1714,17 +1427,6 @@ msgstr "Borrar Grupo" msgid "Really want to delete this group?" msgstr "¿Seguro que deseas borrar este grupo?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Seleccionar etiquetas" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Cear una nueva etiqueta" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Etiquetas editadas con éxito" @@ -1738,10 +1440,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1799,18 +1497,6 @@ msgstr "Nombre de dispositivo" msgid "Date" msgstr "Fecha" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Usuario Anónimo" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Este archivo todavía no ha sido accedido (aparentemente)" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1871,114 +1557,19 @@ msgid "Upload Link" msgstr "Link de subida" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Ocultar" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Mostrar" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Actualizar" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Enviar" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Agregar protección por contraseña" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Agregar vencimiento automático" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generar" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Bienvenido a {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Se ha creado una biblioteca personal. Puedes crear más después." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Sin embargo, ya que eres un invitado, no puedes crear bibliotecas." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "La imagen no pudo ser cargada." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Anterior (Flecha izquierda)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Siguiente (Flecha derecha)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Cerrar (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Acercar" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Alejar" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1989,20 +1580,6 @@ msgstr "Por favor escoja un archivo .xlsx" msgid "Import members from a .xlsx file" msgstr "Importar miembros desde un archivo .xlsx" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Descargar un archivo de ejemplo" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Subir archivo" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Seleccionar Archivo" @@ -2054,7 +1631,6 @@ msgstr "Revocar Acceso" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2062,28 +1638,19 @@ msgid "It is required." msgstr "Es requerido." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Email es inválido" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "%(email) invitado con éxito." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "%(email) y otros %(num) invitados con éxito." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Convocar Invitado" @@ -2094,10 +1661,7 @@ msgstr "Emails" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Emails, separados por ','" @@ -2120,30 +1684,24 @@ msgid "Really want to leave this group?" msgstr "¿Seguro que deseas abandorar este grupo?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Abandonar" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Esta biblioteca está protegida por contraseña" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Contraseña incorrecta" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "La contraseña será almacenada en el servidor por 1 hora." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Configuración" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2163,6 +1721,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2226,70 +1790,6 @@ msgstr "{placeholder} Permiso de Carpeta" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grupo" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Carpeta" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Buscar grupos" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Buscar usuarios" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Archivos Creados" @@ -2301,6 +1801,7 @@ msgstr "Archivos Creados" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2317,23 +1818,19 @@ msgid "Tagged Files" msgstr "Archivos Etiquetados" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2342,8 +1839,6 @@ msgstr "Archivos Etiquetados" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2353,41 +1848,33 @@ msgstr "Archivos Etiquetados" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Tamaño" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Última actualización" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "eliminado" @@ -2411,6 +1898,8 @@ msgstr "Bibliotecas eliminadas" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "No hay bibliotecas eliminadas" @@ -2448,14 +1937,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Nuevo Sub-departamento" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2466,14 +1954,25 @@ msgstr "Nuevo Departamento" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Agregar Miembro" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Buscar usuarios" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2481,29 +1980,20 @@ msgstr "dirección de correo requerida" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Agregar Usuario" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Confirmar contraseña" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2558,8 +2048,6 @@ msgstr "Fecha Fin" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "¿Seguro que quieres borrar {placeholder} ?" @@ -2570,7 +2058,6 @@ msgstr "Eliminar Departamento" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Eliminar Miembro" @@ -2599,7 +2086,6 @@ msgstr "La cuota es inválida." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Fijar Cuota" @@ -2640,8 +2126,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Dejar de publicar" @@ -2704,76 +2188,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "API token copiado al portapapeles." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Permiso denegado" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Error" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Por favor verifique la red." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Nombre de App" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} API Token" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2819,39 +2233,6 @@ msgstr "Versión" msgid "Labels" msgstr "Etiquetas" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Ninguna" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Desconocido" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detalles" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Versión Actual" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Ver instántanea" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2866,17 +2247,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Enlaces Compartidos" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Enlaces de subida" @@ -2889,98 +2264,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Vencimiento" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "No hay enlaces de compartir" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "1 ítem eliminado con éxito" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Creador" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Enlace" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Visitas" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "No hay enlaces de subida" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3018,39 +2301,6 @@ msgstr "" msgid "Search files in this library" msgstr "Buscar archivos en esta biblioteca" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "No hay resultados" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Biblioteca actual" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Otras bibliotecas" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Establecer email de contacto del usuario" @@ -3082,6 +2332,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "Enlace copiado al portapapeles." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Enlace" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3113,30 +2372,18 @@ msgstr "Compartir a otro servidor" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Compartir" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icono" @@ -3149,78 +2396,13 @@ msgstr "Por favor seleccione una biblioteca para compartir." msgid "Select libraries to share" msgstr "Seleccionar bibliotecas para compartir" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Invita" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Servidor" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "Email del Usuario" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Puede tomar un tiempo, por favor espere." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "1 ítem eliminado con éxito" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "La biblioteca no puede ser compartida con su propietario." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "Por nombre ascendente" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "Por nombre descendente" @@ -3244,12 +2426,12 @@ msgstr "Por fecha ascendente" msgid "By time descending" msgstr "Por fecha descendente" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3264,17 +2446,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "¿Está seguro de eliminar?" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3293,7 +2470,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3369,10 +2546,8 @@ msgstr "Agregar Organización" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3400,15 +2575,13 @@ msgstr "Nombre (opcional)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rol" @@ -3464,8 +2637,6 @@ msgstr "Establecer Nombre" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Términos" @@ -3479,19 +2650,10 @@ msgid "Transfer to department" msgstr "Transferir al departamento" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Usuarios" @@ -3507,15 +2669,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Departmentos" @@ -3543,6 +2701,63 @@ msgstr "Transferir el grupo a" msgid "Please enter 1 or more character" msgstr "Por favor ingrese uno o más caracteres" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Permiso denegado" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Error" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Por favor verifique la red." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3554,25 +2769,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Ruta actual:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Carpeta" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3581,8 +2802,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Archivo" @@ -3698,6 +2918,17 @@ msgstr "" msgid "Packaging..." msgstr "Empaquetando..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Archivos" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3707,7 +2938,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Papelera" @@ -3730,6 +2961,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3837,87 +3073,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Creador" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "bloqueado por {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "bloqueado" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "bloqueado por {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Desmarcar" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Marcar" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Esta carpeta no tiene contenido en este momento." @@ -3928,28 +3141,20 @@ msgstr "Puedes crear archivos rápidamente" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliotecas" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "también puedes presionar ←" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "también puedes presionar → " #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3991,57 +3196,12 @@ msgstr "Error de red" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Preparando para subir..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Restante" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Guardando..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Subido" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Reintentar" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4056,54 +3216,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Subiendo archivo..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "Todos los archivos subidos" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Reintentar Todo" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Cancelar Todo" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nombre" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "tamaño" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "progreso" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "estado" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4115,13 +3230,13 @@ msgid "unstarred" msgstr "desmarcado" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Bloquear" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Desbloquear" @@ -4130,74 +3245,26 @@ msgstr "Desbloquear" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Abrir via el Cliente" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Abrir carpeta contenedora" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "La visualización en línea no se aplica a este tipo de archivo" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Mis Bibliotecas" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Compartido conmigo" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Compartido con todos" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detalles" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4214,7 +3281,7 @@ msgstr "Administrar" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4227,8 +3294,8 @@ msgstr "Miembro" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4244,17 +3311,15 @@ msgstr "Ruta actual:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Tipo de Biblioteca" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Acciones" @@ -4263,121 +3328,10 @@ msgstr "Acciones" msgid "Add group member" msgstr "Agregar miembro al grupo" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Buscar miembros del grupo" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoritos" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Actividades" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikis" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Ayuda" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Clientes" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Acerca de" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Enlaces" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Carpetas" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Admin de Compartidos" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "ver más" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Miembros" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Bibliotecas Propias" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Bibliotecas Compartidas" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Página" @@ -4404,6 +3358,7 @@ msgstr "Permiso denegado. Por favor intente {placeholder-left}acceder nuevamente #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Sin etiquetas" @@ -4416,6 +3371,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Cear una nueva etiqueta" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4452,21 +3412,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Publicado" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4478,53 +3423,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliotecas" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "No hay resultados" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4533,8 +3468,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Predeterminado" @@ -4544,8 +3477,6 @@ msgstr "Predeterminado" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Invitado" @@ -4570,6 +3501,10 @@ msgstr "Enviar a:" msgid "Message (optional):" msgstr "Mensaje (opcional):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Enviar" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Enviando…" @@ -4603,24 +3538,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4650,14 +3567,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Establecer permiso" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Agregar protección por contraseña" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4672,30 +3585,37 @@ msgstr "Enlace de descarga directa copiado al portapapeles." msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "¿Está seguro que desea eliminar el enlace de compartir?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "No hay enlaces de compartir" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Vencimiento" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4706,46 +3626,33 @@ msgstr "Guardado con éxito" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Descarga de archivos deshabilitada: tráfico del propietario para compartir enlaces agotado." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Compartido por:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Guardar como..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Expirado" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Biblioteca transferida con éxito." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifica la red." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Fallo al eliminar {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Transferir" @@ -4757,17 +3664,18 @@ msgid "Folder Permission" msgstr "Permiso de Carpeta" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Dejar de compartir" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Admin de Compartidos" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4778,27 +3686,18 @@ msgstr "Cambiar contraseña" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Reestablecer contraseña" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4815,18 +3714,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "Desmarcado con éxito {library_name_placeholder}." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "Marcado con éxito {library_name_placeholder}." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4834,8 +3721,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4889,15 +3774,9 @@ msgid "New" msgstr "Nuevo" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4970,17 +3849,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "La lista de archivos agregados, eliminados y modificados será enviada a su casilla de correo." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "Notificaciones de colaboración" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "Si las notificaciones de colaboración como compartir bibliotecas o unirse a un grupo deben ser enviadas a su casilla de correo." - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Configuración de idioma" @@ -5007,18 +3875,6 @@ msgstr "Plataforma" msgid "Last Access" msgstr "Último acceso" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "Desvinculado exitosamente %(name)s." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Dispositivos vinculados" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5038,10 +3894,7 @@ msgstr "Incluya su cuenta en la libreta de direcciones global, de manera que otr msgid "Social Login" msgstr "Inicio de Sesión Social" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Conectar" @@ -5049,49 +3902,6 @@ msgstr "Conectar" msgid "Status: enabled" msgstr "Status: habilitado" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Deshabilitar Autenticación de dos Factores" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Si no posse ningún dispositivo consigo, puede acceder a su cuenta utilizando códigos de respaldo." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "Le queda solamente un código de resguardo." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "Le quedan {num} códigos de resguardo." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Mostrar Códigos" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "La autenticación de dos factores no está habilitada para su cuenta. Habilite autenticación de dos factores para seguridad mejorada." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Habilitar Autenticación de dos Factores" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Autenticación de dos Factores" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Por favor escoja un archivo de imagen." @@ -5108,11 +3918,6 @@ msgstr "El archivo es demasiado grande. El tamaño máximo admitido es 1MB." msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Nombre de usuario:" @@ -5155,6 +3960,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5196,54 +4002,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Publicar" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Eliminar Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Compartido conmigo" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5324,7 +4090,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5347,6 +4113,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5382,17 +4149,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Todas" @@ -5550,17 +4315,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5697,29 +4462,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5744,7 +4498,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5757,11 +4511,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5793,6 +4542,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5828,15 +4588,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5870,21 +4621,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6076,9 +4812,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6190,8 +4925,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Fallo al renombrar {name}" @@ -6338,14 +5073,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6369,27 +5099,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Abrir carpeta contenedora" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6422,34 +5158,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6580,6 +5316,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6595,17 +5334,10 @@ msgstr "Cuenta" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Seleccionar" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6719,15 +5451,30 @@ msgstr "Carpeta movida" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operación" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Biblioteca" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6746,11 +5493,6 @@ msgid "(current version)" msgstr "(versión actual)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Ver" @@ -6764,19 +5506,6 @@ msgstr "" msgid "Successfully restored." msgstr "Restaurado con éxito." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "No hay bibliotecas" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "No hay bibliotecas compartidas este grupo" @@ -6794,6 +5523,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "No hay bibliotecas" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6801,6 +5544,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Puede tomar un tiempo, por favor espere." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Miembros" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6822,27 +5582,26 @@ msgid "This is a special group representing a department." msgstr "Este es un grupo especial que representa a un departamento." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Bibliotecas Propias" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6866,27 +5625,16 @@ msgstr "Creado el" msgid "Operations" msgstr "Operaciones" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Espacio utilizado / Cuota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "({repo_id_placeholder}) Dañado" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Email de Contacto" @@ -6894,15 +5642,13 @@ msgstr "Email de Contacto" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6911,34 +5657,32 @@ msgstr "Estado" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Espacio utilizado" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Último Ingreso" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Eliminar usuario" @@ -6947,7 +5691,6 @@ msgstr "Eliminar usuario" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6958,19 +5701,30 @@ msgstr "Activo" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inactivo" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "1 ítem eliminado con éxito" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Fecha de Invitación" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Aceptada" @@ -6982,7 +5736,7 @@ msgstr "No hay convocaciones a invitados" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6990,103 +5744,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Fallo al mover archivos a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Fallo al copiar archivos a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Archivos movidos con éxito a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Archivos copiados con éxito a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Fallo al eliminar {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "Movido con éxito {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Fallo al mover {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s copiados con éxito." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Fallo al copiar %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Dejar de compartir" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "Esta biblioteca ha sido configurada como de sólo lectura, y no puede ser actualizada." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "La carpeta no existe" @@ -7100,6 +5846,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "Todavía no has accedido a tus archivos con ningún cliente (escritorio o móvil). Configura clientes en tus dispositivos para acceder a tus datos de una forma más cómoda." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Guardando..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Abrir via el Cliente" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Cambiar a editor de texto sin formato" @@ -7108,29 +5864,38 @@ msgstr "Cambiar a editor de texto sin formato" msgid "Switch to rich text editor" msgstr "Cambiar a editor de texto enriquecido" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Ayuda" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Este archivo ha sido actualizado." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Refrescar" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Mis Bibliotecas" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7151,17 +5916,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "Desmarcado con éxito {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "Marcado con éxito {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Dañada (por favor contacte al administrador para reparar esta biblioteca)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7190,97 +5959,34 @@ msgstr "No se han compartido bibliotecas contigo desde otros servidores." msgid "Shared By" msgstr "Compartida por" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Creado En" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Cuota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "No hay departamentos" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "No hay miembros" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Sub-departamentos" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Editar Cuota" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "No hay sub-departamentos" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "No hay dispositivos conectados" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "Dispositivo desvinculado con éxito." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Biblioteca" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Errores eliminados con éxito." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "No hay errores de sincronización" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7350,11 +6056,44 @@ msgstr "¿Seguro que deseas vaciar la papelera?" msgid "Clear" msgstr "Limpiar" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Cuota" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Creado En" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Buscar Grupos" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Buscar grupos" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7383,8 +6122,6 @@ msgstr "Todos los grupos" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Anterior" @@ -7393,8 +6130,6 @@ msgstr "Anterior" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Siguiente" @@ -7403,45 +6138,11 @@ msgstr "Siguiente" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "ID" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Enlaces Públicos" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7450,6 +6151,12 @@ msgstr "" msgid "View Link" msgstr "Ver Enlace" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Usuario Anónimo" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7465,6 +6172,7 @@ msgstr "Acción" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Compartir desde" @@ -7484,26 +6192,12 @@ msgid "Organization" msgstr "Organización" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Exportar Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Acceso a archivo" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Actualización de archivo" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7517,7 +6211,6 @@ msgid "Copied" msgstr "Copiado" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7580,36 +6273,9 @@ msgstr "Falló" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Restaurar contraseña" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Revocar Privilegios" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7664,39 +6330,6 @@ msgstr "Importar usuarios" msgid "Add user" msgstr "Agregar usuario" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Estadística" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Dispositivos" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Registros" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 días" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 días" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 año" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7715,8 +6348,6 @@ msgstr "Modificado" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7783,39 +6414,6 @@ msgstr "Almacenamiento de Usuario" msgid "Total Storage" msgstr "Almacenamiento Total" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistema" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Tráfico total" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Tráfico Web" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Tráfico de enlaces compartidos" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Tráfico de sincronización" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7873,6 +6471,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Subir archivo" @@ -7918,6 +6520,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Publicar" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7926,16 +6532,6 @@ msgstr "" msgid "Changes" msgstr "Cambios" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7987,8 +6583,6 @@ msgstr "Ingresa extensiones de archivo, separadas con ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Restablecer" @@ -7997,6 +6591,7 @@ msgid "Invalid file size range." msgstr "Rango de tamaño de archivo inválido." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Se requieren al menos tres letras." @@ -8009,6 +6604,17 @@ msgstr "resultado" msgid "results" msgstr "resultados" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "No hay carpetas compartidas" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "Todavía no has compartido carpetas con otros usuarios. Puedes compartir una carpeta con otros usuarios haciendo click en el icono compartir que está a la derecha del nombre de la carpeta." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8037,94 +6643,66 @@ msgstr "Todavía no has compartido bibliotecas con otros usuarios. Puedes compar msgid "all members" msgstr "todos los miembros" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "Todavía no has creado enlaces de compartir. Un enlace de compartir se puede utilizar para compartir archivos y carpetas con cualquier persona. Puedes crear un enlace de compartir para un archivo o una carpeta haciendo click en el icono de compartir que está a la derecha de su nombre." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Visitas" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "No hay enlaces de subida" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "Todavía no has creado enlaces de subida. Un enlace de subida permite que cualquier persona suba archivos a una carpeta o biblioteca. Puedes crear un enlace de subida para una carpeta o biblioteca haciendo click en el icono de compartir que está a la derecha de su nombre." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Remover" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "En el servidor" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "No hay bibliotecas compartidas" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Fallo al dejar de compartir {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "No hay bibliotecas públicas" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "No hay favoritos" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Compartir bibliotecas existentes" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "Todavia no has agregado bibliotecas, carpetas o archivos a tu lista de favoritos. La lista de favoritos te brinda un acceso rápido a los objetos que ulilizas con mayor frecuencia. Puedes agregar una biblioteca, carpeta o archivo a tu lista de favoritos haciendo click en la esrtella que está a la izquierda de su nombre." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Informe de Abuso" @@ -8136,6 +6714,11 @@ msgstr "Informador" msgid "Handled" msgstr "Manejado" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "No hay registros de ingreso de Admin" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8149,9 +6732,10 @@ msgstr "Registros de operaciones de Admin" msgid "Admin Login Logs" msgstr "Registros de ingreso de Admin" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operación" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "No hay registros de operaciones de Admin" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8209,41 +6793,11 @@ msgstr "Usuario {user} eliminado" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Agregar Biblioteca" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Agregar miembros" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8264,6 +6818,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "No hay departamentos" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "No hay miembros" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Sub-departamentos" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "No hay sub-departamentos" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Ruta" @@ -8284,40 +6857,12 @@ msgstr "Registros de Análisis de Contenido" msgid "Are you sure you want to remove {placeholder} ?" msgstr "¿Seguro que quieres eliminar {placeholder} ?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Eliminar Miembro" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "{email_placeholder} agregado con éxito" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Fallo al agregar {email_placeholder}: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "{placeholder} eliminado con éxito." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "¿Está seguro que desea dejar de compartir {placeholder} ?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Dejar de compartir Biblioteca" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Se dejó de compartir la biblioteca {placeholder} exitosamente" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "No hay grupos" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8388,53 +6933,34 @@ msgid "Limits" msgstr "Límites" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizaciones" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Revocar Privilegios" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "¿Está seguro que desea revocar los permisos de administrador de {placeholder} ?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Revocar" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Permisos de {placeholder} fueron revocados con éxito." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Número de miembros" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administradores" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Instituciones" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Establecer Admin" @@ -8442,20 +6968,19 @@ msgstr "Establecer Admin" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "¿Está seguro que desea establecer a {placeholder} como Admin?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Eliminar Institución" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "No hay invitaciones" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Agregar Institución" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Invita" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8482,31 +7007,64 @@ msgid "Delete Expired Invitations" msgstr "Borrar invitaciones vencidas" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Invitaciones" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Identificador" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Remover" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "mostrar sólo {placeholder}" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "No hay registro de acceso a archivos." + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "No hay registros de actualización de archivo." + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "No hay registros de ingreso." + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Acceder" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Acceso a archivo" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Actualización de archivo" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "No hay registros de permisos." + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Agregar" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Menú Lateral de Navegación" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "No hay notificaciones" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8533,31 +7091,32 @@ msgstr "¿Está seguro que desea borrar la notificación?" msgid "All Notifications" msgstr "Todas las notificaciones" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Número de grupos" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "¿Está seguro que desea restablecer la contraseña de {placeholder} ?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "{userCount} usuario(s) y {repoCount} bibliotecas de esta organización también serán eliminados." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Borrar organización" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8575,10 +7134,14 @@ msgstr "Buscar Organizaciones" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Configuración de historial" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikis" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistema" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8603,30 +7166,19 @@ msgstr "Consejo: bibliotecas eliminadas hace {trashReposExpireDays} días serán msgid "Search libraries by owner" msgstr "Buscar bibliotecas por propietario" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "Escanear Archivo" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Análisis de Virus" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Registros de Admin" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "Términos y condiciones" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Creado" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Actualizar" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "Eliminar T&C" @@ -8635,6 +7187,14 @@ msgstr "Eliminar T&C" msgid "Update succeeded." msgstr "Actualización exitosa." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Términos y Condiciones" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8645,15 +7205,17 @@ msgstr "1 usuario eliminado con éxito." msgid "Successfully deleted {user_number_placeholder} users." msgstr "{user_number_placeholder} usuarios eliminados con éxito." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Permisos de {placeholder} fueron revocados con éxito." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Eliminar Usuarios" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "¿Seguro que deseas eliminar los usuarios selecionados?" @@ -8665,34 +7227,22 @@ msgstr "Establecer Login ID" msgid "Set Contact Email" msgstr "Establecer Email de Contacto" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Login ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Bibliotecas Compartidas" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Enlaces Compartidos" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Institución" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Administrador predeterminado" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Administrador diario" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Administrador auditor" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Base de datos" @@ -9002,23 +7552,9 @@ msgstr "Subir archivos a {folder_name_placeholder}" msgid "shared by:" msgstr "compartido por:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "El dueño de esta biblioteca se quedó sin espacio." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "El tamaño debe ser menor que {max_size_placeholder}." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "Arrastrar y soltar archivos aquí." - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Ir a la Biblioteca" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Cancelar Todo" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9034,7 +7570,11 @@ msgstr "¿Seguro que deseas borrar esta página?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Menú Lateral de Navegación" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9085,17 +7625,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Páginas" @@ -9146,14 +7676,18 @@ msgstr "{placeholder} Instantánea" msgid "Profile" msgstr "Perfil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Idioma" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Autenticación de dos Factores" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Dispositivos vinculados" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9162,35 +7696,7 @@ msgstr "" msgid "Profile Setting" msgstr "Configuración del perfil" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Compartido por:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Lista" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Grilla" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "ZIP elementos seleccionados" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9200,14 +7706,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Falló la conversión del documento " -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "también puedes presionar ←" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "también puedes presionar → " - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9234,6 +7732,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9347,92 +7850,11 @@ msgstr "Todavía no tienes items favoritos" msgid "Import Users" msgstr "Importar Usuarios" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "No hay dispositivos conectados" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "No hay errores de sincronización" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "No hay grupos" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "No hay notificaciones" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "No hay invitaciones" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "Términos y condiciones" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "No hay favoritos" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "No hay carpetas compartidas" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "No hay registros de ingreso de Admin" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "No hay registros de operaciones de Admin" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "No hay registros de permisos." - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "No hay registros de ingreso." - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "No hay registros de actualización de archivo." - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "No hay registro de acceso a archivos." - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "Todavía no has compartido carpetas con otros usuarios. Puedes compartir una carpeta con otros usuarios haciendo click en el icono compartir que está a la derecha del nombre de la carpeta." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "Todavía no has creado enlaces de compartir. Un enlace de compartir se puede utilizar para compartir archivos y carpetas con cualquier persona. Puedes crear un enlace de compartir para un archivo o una carpeta haciendo click en el icono de compartir que está a la derecha de su nombre." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "Todavía no has creado enlaces de subida. Un enlace de subida permite que cualquier persona suba archivos a una carpeta o biblioteca. Puedes crear un enlace de subida para una carpeta o biblioteca haciendo click en el icono de compartir que está a la derecha de su nombre." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "Todavia no has agregado bibliotecas, carpetas o archivos a tu lista de favoritos. La lista de favoritos te brinda un acceso rápido a los objetos que ulilizas con mayor frecuencia. Puedes agregar una biblioteca, carpeta o archivo a tu lista de favoritos haciendo click en la esrtella que está a la izquierda de su nombre." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9443,7 +7865,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9650,6 +8072,453 @@ msgstr "Fallo al mover %(name)s." msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9719,9 +8588,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9743,38 +8609,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/es_MX/LC_MESSAGES/django.po b/locale/es_MX/LC_MESSAGES/django.po index 745f1a9888..f5eeefbd4c 100644 --- a/locale/es_MX/LC_MESSAGES/django.po +++ b/locale/es_MX/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Rodolfo Cossalter , 2014-2015\n" "Language-Team: Spanish (Mexico) (http://app.transifex.com/haiwen/seahub/language/es_MX/)\n" @@ -868,7 +868,8 @@ msgid "" msgstr "Actualmente tienes %(nb_avatars)d avatars, y el máximo permitido es%(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1524,11 +1525,11 @@ msgstr "El equipo de %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Permiso denegado" @@ -2512,8 +2513,8 @@ msgstr "Bibliotecas Compartidas" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3049,11 +3050,11 @@ msgstr "Deshabilitar" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" @@ -3085,7 +3086,7 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." @@ -3112,9 +3113,9 @@ msgid "Bad upload link token." msgstr "Identificador del enlace de subida inválido." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "El archivo no existe" @@ -3142,49 +3143,49 @@ msgstr "La codificación elegida no es correcta." msgid "Unknown file encoding" msgstr "Codificación de archivo desconocida" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "El tamaño del archivo sobrepasa %s, no se puede abrir en linea." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "La biblioteca está encriptada, no se puede abrir el archivo en línea." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de Office Online." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de OnlyOffice." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "No es posible descargar el archivo, ruta inválida" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "No es posible descargar el archivo, ruta errónea" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Imposible descargar archivo." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Imposible descargar archivo" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/es_MX/LC_MESSAGES/djangojs.po b/locale/es_MX/LC_MESSAGES/djangojs.po index b61cf6cf08..4d88a2f3b1 100644 --- a/locale/es_MX/LC_MESSAGES/djangojs.po +++ b/locale/es_MX/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Hector Colina , 2013\n" "Language-Team: Spanish (Mexico) (http://app.transifex.com/haiwen/seahub/language/es_MX/)\n" @@ -38,8 +38,6 @@ msgid "Exit Institution Admin" msgstr "Salir de Administrador de la Institución" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Administración del Sistema" @@ -51,44 +49,22 @@ msgstr "Administrador de la Organización" msgid "Institution Admin" msgstr "Administrador de la Institución" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Ver perfil y más" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Utilizado:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Configuración" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Desconectarse" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -138,6 +114,22 @@ msgstr "{share_from} ha compartido una carpeta llamada {repo_link} al grupo {gro msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} te ha transferido una biblioteca llamada {repo_link}." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "Un archivo llamado {upload_file_link} es subido a {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -219,33 +211,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Notificaciones" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Notificación" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -283,54 +268,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Rótulos" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Archivos" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -341,57 +297,23 @@ msgstr "Archivos" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Más opciones" @@ -416,7 +338,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Informar Abuso" @@ -438,7 +359,7 @@ msgid "Abuse Content" msgstr "Contenido Abusivo" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Otro" @@ -453,6 +374,7 @@ msgstr "Información de contacto" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Descripción" @@ -480,8 +402,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -491,8 +411,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -500,7 +418,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -509,30 +426,24 @@ msgstr "Descripción" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -541,7 +452,6 @@ msgstr "Descripción" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -557,11 +467,8 @@ msgstr "Descripción" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -573,11 +480,9 @@ msgstr "Descripción" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -606,18 +511,12 @@ msgstr "Cancelar" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -627,29 +526,21 @@ msgstr "Cancelar" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -658,7 +549,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -671,8 +561,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -681,9 +569,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -696,14 +581,12 @@ msgstr "Cancelar" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -733,14 +616,9 @@ msgstr "Agregar Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -750,10 +628,8 @@ msgstr "Agregar Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -761,12 +637,8 @@ msgstr "Agregar Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -779,7 +651,6 @@ msgstr "Agregar Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -787,12 +658,8 @@ msgstr "Agregar Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -802,29 +669,32 @@ msgstr "Agregar Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -851,13 +721,13 @@ msgstr "Seleccionar un departamento" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -942,11 +812,7 @@ msgstr "Limpieza exitosa." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1014,122 +880,55 @@ msgstr "¿Seguro que deseas eliminar tu cuenta?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1175,20 +974,15 @@ msgstr "¿Estás seguro que deseas restaurar está biblioteca?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Restaurar" @@ -1209,12 +1003,6 @@ msgstr "Eliminar archivos de este dispositivo la próxima vez que esté en líne #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Desvincular" @@ -1250,7 +1038,6 @@ msgstr "Copiar item(s) seleccionados a:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1306,16 +1093,12 @@ msgstr "El nombre '{name}' ya está en uso, por favor escoja otro nombre." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nuevo archivo" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1357,12 +1140,8 @@ msgstr "Las contraseñas no coinciden" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1373,39 +1152,19 @@ msgid "Template" msgstr "Plantilla" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Backend de Almacenamiento" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1422,6 +1181,7 @@ msgstr "Lectura / Escritura" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1433,24 +1193,18 @@ msgstr "Encriptar" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Contraseña " #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Repetir contraseña" @@ -1461,7 +1215,6 @@ msgstr "Repetir contraseña" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Error interno del servidor" @@ -1472,10 +1225,6 @@ msgstr "La etiqueta \"{name}\" ya existe." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1493,13 +1242,10 @@ msgstr "Seleccionar un color" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Guardar" @@ -1525,7 +1271,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1538,35 +1283,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Subir archivo" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1574,10 +1308,6 @@ msgstr "Subir archivo" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Descargar" @@ -1604,7 +1334,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1612,8 +1341,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Copiar" @@ -1627,9 +1354,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1637,14 +1361,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1654,9 +1373,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Editar" @@ -1697,16 +1413,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Eliminar Biblioteca" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Borrar Grupo" @@ -1714,17 +1427,6 @@ msgstr "Borrar Grupo" msgid "Really want to delete this group?" msgstr "¿Seguro que deseas borrar este grupo?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Seleccionar etiquetas" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Cear una nueva etiqueta" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Etiquetas editadas con éxito" @@ -1738,10 +1440,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1799,18 +1497,6 @@ msgstr "Nombre de dispositivo" msgid "Date" msgstr "Fecha" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Usuario Anónimo" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Este archivo todavía no ha sido accedido (aparentemente)" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1871,114 +1557,19 @@ msgid "Upload Link" msgstr "Link de subida" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Ocultar" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Mostrar" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Actualizar" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Enviar" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Agregar protección por contraseña" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Agregar vencimiento automático" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generar" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Bienvenido a {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Se ha creado una biblioteca personal. Puedes crear más después." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Sin embargo, ya que eres un invitado, no puedes crear bibliotecas." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "La imagen no pudo ser cargada." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Anterior (Flecha izquierda)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Siguiente (Flecha derecha)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Cerrar (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Acercar" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Alejar" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1989,20 +1580,6 @@ msgstr "Por favor escoja un archivo .xlsx" msgid "Import members from a .xlsx file" msgstr "Importar miembros desde un archivo .xlsx" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Descargar un archivo de ejemplo" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Subir archivo" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Seleccionar Archivo" @@ -2054,7 +1631,6 @@ msgstr "Revocar Acceso" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2062,28 +1638,19 @@ msgid "It is required." msgstr "Es requerido." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Email es inválido" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "%(email) invitado con éxito." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "%(email) y otros %(num) invitados con éxito." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Convocar Invitado" @@ -2094,10 +1661,7 @@ msgstr "Emails" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Emails, separados por ','" @@ -2120,30 +1684,24 @@ msgid "Really want to leave this group?" msgstr "¿Seguro que deseas abandorar este grupo?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Abandonar" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Esta biblioteca está protegida por contraseña" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Contraseña incorrecta" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "La contraseña será almacenada en el servidor por 1 hora." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Configuración" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2163,6 +1721,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2226,70 +1790,6 @@ msgstr "{placeholder} Permiso de Carpeta" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grupo" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Carpeta" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Buscar grupos" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Buscar usuarios" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Archivos Creados" @@ -2301,6 +1801,7 @@ msgstr "Archivos Creados" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2317,23 +1818,19 @@ msgid "Tagged Files" msgstr "Archivos Etiquetados" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2342,8 +1839,6 @@ msgstr "Archivos Etiquetados" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2353,41 +1848,33 @@ msgstr "Archivos Etiquetados" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Tamaño" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Última actualización" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "eliminado" @@ -2411,6 +1898,8 @@ msgstr "Bibliotecas eliminadas" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "No hay bibliotecas eliminadas" @@ -2448,14 +1937,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Nuevo Sub-departamento" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2466,14 +1954,25 @@ msgstr "Nuevo Departamento" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Agregar Miembro" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Buscar usuarios" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2481,29 +1980,20 @@ msgstr "dirección de correo requerida" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Agregar Usuario" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Confirmar contraseña" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2558,8 +2048,6 @@ msgstr "Fecha Fin" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "¿Seguro que quieres borrar {placeholder} ?" @@ -2570,7 +2058,6 @@ msgstr "Eliminar Departamento" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Eliminar Miembro" @@ -2599,7 +2086,6 @@ msgstr "La cuota es inválida." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Fijar Cuota" @@ -2640,8 +2126,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Dejar de publicar" @@ -2704,76 +2188,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "API token copiado al portapapeles." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Permiso denegado" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Error" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Por favor verifique la red." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Nombre de App" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} API Token" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2819,39 +2233,6 @@ msgstr "Versión" msgid "Labels" msgstr "Etiquetas" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Ninguna" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Desconocido" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detalles" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Versión Actual" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Ver instántanea" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2866,17 +2247,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Enlaces Compartidos" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Enlaces de subida" @@ -2889,98 +2264,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Vencimiento" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "No hay enlaces de compartir" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "1 ítem eliminado con éxito" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Creador" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Enlace" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Visitas" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "No hay enlaces de subida" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3018,39 +2301,6 @@ msgstr "" msgid "Search files in this library" msgstr "Buscar archivos en esta biblioteca" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "No hay resultados" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Biblioteca actual" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Otras bibliotecas" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Establecer email de contacto del usuario" @@ -3082,6 +2332,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "Enlace copiado al portapapeles." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Enlace" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3113,30 +2372,18 @@ msgstr "Compartir a otro servidor" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Compartir" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icono" @@ -3149,78 +2396,13 @@ msgstr "Por favor seleccione una biblioteca para compartir." msgid "Select libraries to share" msgstr "Seleccionar bibliotecas para compartir" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Invita" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Servidor" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "Email del Usuario" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Puede tomar un tiempo, por favor espere." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "1 ítem eliminado con éxito" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "La biblioteca no puede ser compartida con su propietario." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "Por nombre ascendente" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "Por nombre descendente" @@ -3244,12 +2426,12 @@ msgstr "Por fecha ascendente" msgid "By time descending" msgstr "Por fecha descendente" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3264,17 +2446,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "¿Está seguro de eliminar?" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3293,7 +2470,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3369,10 +2546,8 @@ msgstr "Agregar Organización" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3400,15 +2575,13 @@ msgstr "Nombre (opcional)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rol" @@ -3464,8 +2637,6 @@ msgstr "Establecer Nombre" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Términos" @@ -3479,19 +2650,10 @@ msgid "Transfer to department" msgstr "Transferir al departamento" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Usuarios" @@ -3507,15 +2669,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Departmentos" @@ -3543,6 +2701,63 @@ msgstr "Transferir el grupo a" msgid "Please enter 1 or more character" msgstr "Por favor ingrese uno o más caracteres" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Permiso denegado" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Error" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Por favor verifique la red." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3554,25 +2769,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Ruta actual:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Carpeta" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3581,8 +2802,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Archivo" @@ -3698,6 +2918,17 @@ msgstr "" msgid "Packaging..." msgstr "Empaquetando..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Archivos" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3707,7 +2938,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Papelera" @@ -3730,6 +2961,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3837,87 +3073,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Creador" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "bloqueado por {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "bloqueado" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "bloqueado por {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Desmarcar" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Marcar" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Esta carpeta no tiene contenido en este momento." @@ -3928,28 +3141,20 @@ msgstr "Puedes crear archivos rápidamente" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliotecas" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "también puedes presionar ←" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "también puedes presionar → " #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3991,57 +3196,12 @@ msgstr "Error de red" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Preparando para subir..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Restante" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Guardando..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Subido" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Reintentar" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4056,54 +3216,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Subiendo archivo..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "Todos los archivos subidos" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Reintentar Todo" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Cancelar Todo" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nombre" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "tamaño" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "progreso" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "estado" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4115,13 +3230,13 @@ msgid "unstarred" msgstr "desmarcado" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Bloquear" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Desbloquear" @@ -4130,74 +3245,26 @@ msgstr "Desbloquear" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Abrir via el Cliente" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Abrir carpeta contenedora" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "La visualización en línea no se aplica a este tipo de archivo" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Mis Bibliotecas" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Compartido conmigo" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Compartido con todos" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detalles" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4214,7 +3281,7 @@ msgstr "Administrar" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4227,8 +3294,8 @@ msgstr "Miembro" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4244,17 +3311,15 @@ msgstr "Ruta actual:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Tipo de Biblioteca" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Acciones" @@ -4263,121 +3328,10 @@ msgstr "Acciones" msgid "Add group member" msgstr "Agregar miembro al grupo" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Buscar miembros del grupo" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoritos" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Actividades" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikis" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Ayuda" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Clientes" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Acerca de" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Enlaces" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Carpetas" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Espacio de trabajo" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Admin de Compartidos" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "ver más" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Miembros" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Bibliotecas Propias" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Bibliotecas Compartidas" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Página" @@ -4404,6 +3358,7 @@ msgstr "Permiso denegado. Por favor intente {placeholder-left}acceder nuevamente #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Sin etiquetas" @@ -4416,6 +3371,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Cear una nueva etiqueta" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4452,21 +3412,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Publicado" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4478,53 +3423,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliotecas" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "No hay resultados" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4533,8 +3468,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Predeterminado" @@ -4544,8 +3477,6 @@ msgstr "Predeterminado" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Invitado" @@ -4570,6 +3501,10 @@ msgstr "Enviar a:" msgid "Message (optional):" msgstr "Mensaje (opcional):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Enviar" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Enviando…" @@ -4603,24 +3538,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4650,14 +3567,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Establecer permiso" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Agregar protección por contraseña" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4672,30 +3585,37 @@ msgstr "Enlace de descarga directa copiado al portapapeles." msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "¿Está seguro que desea eliminar el enlace de compartir?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "No hay enlaces de compartir" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Vencimiento" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4706,46 +3626,33 @@ msgstr "Guardado con éxito" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Descarga de archivos deshabilitada: tráfico del propietario para compartir enlaces agotado." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Compartido por:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Guardar como..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Expirado" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Biblioteca transferida con éxito." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifica la red." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Fallo al eliminar {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Transferir" @@ -4757,17 +3664,18 @@ msgid "Folder Permission" msgstr "Permiso de Carpeta" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Dejar de compartir" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Admin de Compartidos" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4778,27 +3686,18 @@ msgstr "Cambiar contraseña" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Reestablecer contraseña" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4815,18 +3714,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "Desmarcado con éxito {library_name_placeholder}." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "Marcado con éxito {library_name_placeholder}." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4834,8 +3721,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4889,15 +3774,9 @@ msgid "New" msgstr "Nuevo" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4970,17 +3849,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "La lista de archivos agregados, eliminados y modificados será enviada a su casilla de correo." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "Notificaciones de colaboración" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "Si las notificaciones de colaboración como compartir bibliotecas o unirse a un grupo deben ser enviadas a su casilla de correo." - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Configuración de idioma" @@ -5007,18 +3875,6 @@ msgstr "Plataforma" msgid "Last Access" msgstr "Último acceso" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "Desvinculado exitosamente %(name)s." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Dispositivos vinculados" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5038,10 +3894,7 @@ msgstr "Incluya su cuenta en la libreta de direcciones global, de manera que otr msgid "Social Login" msgstr "Inicio de Sesión Social" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Conectar" @@ -5049,49 +3902,6 @@ msgstr "Conectar" msgid "Status: enabled" msgstr "Status: habilitado" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Deshabilitar Autenticación de dos Factores" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Si no posse ningún dispositivo consigo, puede acceder a su cuenta utilizando códigos de respaldo." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "Le queda solamente un código de resguardo." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "Le quedan {num} códigos de resguardo." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Mostrar Códigos" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "La autenticación de dos factores no está habilitada para su cuenta. Habilite autenticación de dos factores para seguridad mejorada." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Habilitar Autenticación de dos Factores" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Autenticación de dos Factores" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Por favor escoja un archivo de imagen." @@ -5108,11 +3918,6 @@ msgstr "El archivo es demasiado grande. El tamaño máximo admitido es 1MB." msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Nombre de usuario:" @@ -5155,6 +3960,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5196,54 +4002,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Publicar" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Eliminar Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Compartido conmigo" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5324,7 +4090,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5347,6 +4113,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5382,17 +4149,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Todas" @@ -5550,17 +4315,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5697,29 +4462,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5744,7 +4498,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5757,11 +4511,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5793,6 +4542,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5828,15 +4588,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5870,21 +4621,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6076,9 +4812,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6190,8 +4925,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Fallo al renombrar {name}" @@ -6338,14 +5073,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6369,27 +5099,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Abrir carpeta contenedora" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6422,34 +5158,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6580,6 +5316,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6595,17 +5334,10 @@ msgstr "Cuenta" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Seleccionar" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6719,15 +5451,30 @@ msgstr "Carpeta movida" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operación" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Biblioteca" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6746,11 +5493,6 @@ msgid "(current version)" msgstr "(versión actual)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Ver" @@ -6764,19 +5506,6 @@ msgstr "" msgid "Successfully restored." msgstr "Restaurado con éxito." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "No hay bibliotecas" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "No hay bibliotecas compartidas este grupo" @@ -6794,6 +5523,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "No hay bibliotecas" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6801,6 +5544,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Puede tomar un tiempo, por favor espere." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Miembros" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6822,27 +5582,26 @@ msgid "This is a special group representing a department." msgstr "Este es un grupo especial que representa a un departamento." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Bibliotecas Propias" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6866,27 +5625,16 @@ msgstr "Creado el" msgid "Operations" msgstr "Operaciones" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Espacio utilizado / Cuota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "({repo_id_placeholder}) Dañado" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Email de Contacto" @@ -6894,15 +5642,13 @@ msgstr "Email de Contacto" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6911,34 +5657,32 @@ msgstr "Estado" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Espacio utilizado" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Último Ingreso" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Eliminar usuario" @@ -6947,7 +5691,6 @@ msgstr "Eliminar usuario" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6958,19 +5701,30 @@ msgstr "Activo" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inactivo" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "1 ítem eliminado con éxito" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Fecha de Invitación" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Aceptada" @@ -6982,7 +5736,7 @@ msgstr "No hay convocaciones a invitados" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6990,103 +5744,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Fallo al mover archivos a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Fallo al copiar archivos a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Archivos movidos con éxito a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Archivos copiados con éxito a otra biblioteca." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Fallo al eliminar {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "Movido con éxito {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Fallo al mover {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s copiados con éxito." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Fallo al copiar %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Dejar de compartir" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "Esta biblioteca ha sido configurada como de sólo lectura, y no puede ser actualizada." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "La carpeta no existe" @@ -7100,6 +5846,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "Todavía no has accedido a tus archivos con ningún cliente (escritorio o móvil). Configura clientes en tus dispositivos para acceder a tus datos de una forma más cómoda." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Guardando..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Abrir via el Cliente" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Cambiar a editor de texto sin formato" @@ -7108,29 +5864,38 @@ msgstr "Cambiar a editor de texto sin formato" msgid "Switch to rich text editor" msgstr "Cambiar a editor de texto enriquecido" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Ayuda" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Este archivo ha sido actualizado." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Refrescar" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Mis Bibliotecas" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7151,17 +5916,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "Desmarcado con éxito {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "Marcado con éxito {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Dañada (por favor contacte al administrador para reparar esta biblioteca)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7190,97 +5959,34 @@ msgstr "No se han compartido bibliotecas contigo desde otros servidores." msgid "Shared By" msgstr "Compartida por" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Creado En" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Cuota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "No hay departamentos" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "No hay miembros" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Sub-departamentos" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Editar Cuota" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "No hay sub-departamentos" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "No hay dispositivos conectados" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "Dispositivo desvinculado con éxito." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Biblioteca" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Errores eliminados con éxito." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "No hay errores de sincronización" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7350,11 +6056,44 @@ msgstr "¿Seguro que deseas vaciar la papelera?" msgid "Clear" msgstr "Limpiar" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Cuota" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Creado En" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Buscar Grupos" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Buscar grupos" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7383,8 +6122,6 @@ msgstr "Todos los grupos" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Anterior" @@ -7393,8 +6130,6 @@ msgstr "Anterior" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Siguiente" @@ -7403,45 +6138,11 @@ msgstr "Siguiente" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "ID" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Enlaces Públicos" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7450,6 +6151,12 @@ msgstr "" msgid "View Link" msgstr "Ver Enlace" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Usuario Anónimo" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7465,6 +6172,7 @@ msgstr "Acción" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Compartir desde" @@ -7484,26 +6192,12 @@ msgid "Organization" msgstr "Organización" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Exportar Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Acceso a archivo" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Actualización de archivo" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7517,7 +6211,6 @@ msgid "Copied" msgstr "Copiado" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7580,36 +6273,9 @@ msgstr "Falló" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Restaurar contraseña" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Revocar Privilegios" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7664,39 +6330,6 @@ msgstr "Importar usuarios" msgid "Add user" msgstr "Agregar usuario" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Estadística" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Dispositivos" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Registros" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 días" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 días" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 año" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7715,8 +6348,6 @@ msgstr "Modificado" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7783,39 +6414,6 @@ msgstr "Almacenamiento de Usuario" msgid "Total Storage" msgstr "Almacenamiento Total" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistema" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Tráfico total" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Tráfico Web" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Tráfico de enlaces compartidos" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Tráfico de sincronización" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7873,6 +6471,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Subir archivo" @@ -7918,6 +6520,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Publicar" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7926,16 +6532,6 @@ msgstr "" msgid "Changes" msgstr "Cambios" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7987,8 +6583,6 @@ msgstr "Ingresa extensiones de archivo, separadas con ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Restablecer" @@ -7997,6 +6591,7 @@ msgid "Invalid file size range." msgstr "Rango de tamaño de archivo inválido." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Se requieren al menos tres letras." @@ -8009,6 +6604,17 @@ msgstr "resultado" msgid "results" msgstr "resultados" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "No hay carpetas compartidas" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "Todavía no has compartido carpetas con otros usuarios. Puedes compartir una carpeta con otros usuarios haciendo click en el icono compartir que está a la derecha del nombre de la carpeta." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8037,94 +6643,66 @@ msgstr "Todavía no has compartido bibliotecas con otros usuarios. Puedes compar msgid "all members" msgstr "todos los miembros" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "Todavía no has creado enlaces de compartir. Un enlace de compartir se puede utilizar para compartir archivos y carpetas con cualquier persona. Puedes crear un enlace de compartir para un archivo o una carpeta haciendo click en el icono de compartir que está a la derecha de su nombre." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Visitas" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "No hay enlaces de subida" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "Todavía no has creado enlaces de subida. Un enlace de subida permite que cualquier persona suba archivos a una carpeta o biblioteca. Puedes crear un enlace de subida para una carpeta o biblioteca haciendo click en el icono de compartir que está a la derecha de su nombre." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Remover" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "En el servidor" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "No hay bibliotecas compartidas" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Fallo al dejar de compartir {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "No hay bibliotecas públicas" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "No hay favoritos" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Compartir bibliotecas existentes" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "Todavia no has agregado bibliotecas, carpetas o archivos a tu lista de favoritos. La lista de favoritos te brinda un acceso rápido a los objetos que ulilizas con mayor frecuencia. Puedes agregar una biblioteca, carpeta o archivo a tu lista de favoritos haciendo click en la esrtella que está a la izquierda de su nombre." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Informe de Abuso" @@ -8136,6 +6714,11 @@ msgstr "Informador" msgid "Handled" msgstr "Manejado" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "No hay registros de ingreso de Admin" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8149,9 +6732,10 @@ msgstr "Registros de operaciones de Admin" msgid "Admin Login Logs" msgstr "Registros de ingreso de Admin" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operación" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "No hay registros de operaciones de Admin" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8209,41 +6793,11 @@ msgstr "Usuario {user} eliminado" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Agregar Biblioteca" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Agregar miembros" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8264,6 +6818,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "No hay departamentos" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "No hay miembros" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Sub-departamentos" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "No hay sub-departamentos" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Ruta" @@ -8284,40 +6857,12 @@ msgstr "Registros de Análisis de Contenido" msgid "Are you sure you want to remove {placeholder} ?" msgstr "¿Seguro que quieres eliminar {placeholder} ?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Eliminar Miembro" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "{email_placeholder} agregado con éxito" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Fallo al agregar {email_placeholder}: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "{placeholder} eliminado con éxito." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "¿Está seguro que desea dejar de compartir {placeholder} ?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Dejar de compartir Biblioteca" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Se dejó de compartir la biblioteca {placeholder} exitosamente" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "No hay grupos" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8388,53 +6933,34 @@ msgid "Limits" msgstr "Límites" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizaciones" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Revocar Privilegios" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "¿Está seguro que desea revocar los permisos de administrador de {placeholder} ?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Revocar" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Permisos de {placeholder} fueron revocados con éxito." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Número de miembros" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administradores" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Instituciones" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Establecer Admin" @@ -8442,20 +6968,19 @@ msgstr "Establecer Admin" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "¿Está seguro que desea establecer a {placeholder} como Admin?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Eliminar Institución" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "No hay invitaciones" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Agregar Institución" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Invita" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8482,31 +7007,64 @@ msgid "Delete Expired Invitations" msgstr "Borrar invitaciones vencidas" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Invitaciones" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Identificador" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Remover" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "mostrar sólo {placeholder}" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "No hay registro de acceso a archivos." + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "No hay registros de actualización de archivo." + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "No hay registros de ingreso." + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Acceder" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Acceso a archivo" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Actualización de archivo" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "No hay registros de permisos." + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Agregar" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Menú Lateral de Navegación" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "No hay notificaciones" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8533,31 +7091,32 @@ msgstr "¿Está seguro que desea borrar la notificación?" msgid "All Notifications" msgstr "Todas las notificaciones" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Número de grupos" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "¿Está seguro que desea restablecer la contraseña de {placeholder} ?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "{userCount} usuario(s) y {repoCount} bibliotecas de esta organización también serán eliminados." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Borrar organización" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8575,10 +7134,14 @@ msgstr "Buscar Organizaciones" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Configuración de historial" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikis" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistema" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8603,30 +7166,19 @@ msgstr "Consejo: bibliotecas eliminadas hace {trashReposExpireDays} días serán msgid "Search libraries by owner" msgstr "Buscar bibliotecas por propietario" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "Escanear Archivo" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Análisis de Virus" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Términos y Condiciones" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Registros de Admin" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "Términos y condiciones" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Creado" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Actualizar" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "Eliminar T&C" @@ -8635,6 +7187,14 @@ msgstr "Eliminar T&C" msgid "Update succeeded." msgstr "Actualización exitosa." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Términos y Condiciones" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8645,15 +7205,17 @@ msgstr "1 usuario eliminado con éxito." msgid "Successfully deleted {user_number_placeholder} users." msgstr "{user_number_placeholder} usuarios eliminados con éxito." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Permisos de {placeholder} fueron revocados con éxito." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Eliminar Usuarios" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "¿Seguro que deseas eliminar los usuarios selecionados?" @@ -8665,34 +7227,22 @@ msgstr "Establecer Login ID" msgid "Set Contact Email" msgstr "Establecer Email de Contacto" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Login ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Bibliotecas Compartidas" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Enlaces Compartidos" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Institución" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Administrador predeterminado" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Administrador diario" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Administrador auditor" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Base de datos" @@ -9002,23 +7552,9 @@ msgstr "Subir archivos a {folder_name_placeholder}" msgid "shared by:" msgstr "compartido por:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "El dueño de esta biblioteca se quedó sin espacio." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "El tamaño debe ser menor que {max_size_placeholder}." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "Arrastrar y soltar archivos aquí." - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Ir a la Biblioteca" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Cancelar Todo" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9034,7 +7570,11 @@ msgstr "¿Seguro que deseas borrar esta página?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Menú Lateral de Navegación" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9085,17 +7625,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Páginas" @@ -9146,14 +7676,18 @@ msgstr "{placeholder} Instantánea" msgid "Profile" msgstr "Perfil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Idioma" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Autenticación de dos Factores" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Dispositivos vinculados" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9162,35 +7696,7 @@ msgstr "" msgid "Profile Setting" msgstr "Configuración del perfil" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Compartido por:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Lista" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Grilla" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "ZIP elementos seleccionados" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9200,14 +7706,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Falló la conversión del documento " -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "también puedes presionar ←" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "también puedes presionar → " - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9234,6 +7732,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9347,92 +7850,11 @@ msgstr "Todavía no tienes items favoritos" msgid "Import Users" msgstr "Importar Usuarios" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "No hay dispositivos conectados" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "No hay errores de sincronización" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "No hay grupos" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "No hay notificaciones" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "No hay invitaciones" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "Términos y condiciones" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "No hay favoritos" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "No hay carpetas compartidas" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "No hay registros de ingreso de Admin" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "No hay registros de operaciones de Admin" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "No hay registros de permisos." - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "No hay registros de ingreso." - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "No hay registros de actualización de archivo." - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "No hay registro de acceso a archivos." - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "Todavía no has compartido carpetas con otros usuarios. Puedes compartir una carpeta con otros usuarios haciendo click en el icono compartir que está a la derecha del nombre de la carpeta." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "Todavía no has creado enlaces de compartir. Un enlace de compartir se puede utilizar para compartir archivos y carpetas con cualquier persona. Puedes crear un enlace de compartir para un archivo o una carpeta haciendo click en el icono de compartir que está a la derecha de su nombre." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "Todavía no has creado enlaces de subida. Un enlace de subida permite que cualquier persona suba archivos a una carpeta o biblioteca. Puedes crear un enlace de subida para una carpeta o biblioteca haciendo click en el icono de compartir que está a la derecha de su nombre." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "Todavia no has agregado bibliotecas, carpetas o archivos a tu lista de favoritos. La lista de favoritos te brinda un acceso rápido a los objetos que ulilizas con mayor frecuencia. Puedes agregar una biblioteca, carpeta o archivo a tu lista de favoritos haciendo click en la esrtella que está a la izquierda de su nombre." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9443,7 +7865,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9650,6 +8072,453 @@ msgstr "Fallo al mover %(name)s." msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9719,9 +8588,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9743,38 +8609,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/fi/LC_MESSAGES/django.po b/locale/fi/LC_MESSAGES/django.po index d1d8e33dad..09d143bfc7 100644 --- a/locale/fi/LC_MESSAGES/django.po +++ b/locale/fi/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Teppo Sarjonen , 2017-2018\n" "Language-Team: Finnish (http://app.transifex.com/haiwen/seahub/language/fi/)\n" @@ -867,7 +867,8 @@ msgid "" msgstr "Sinulla on jo %(nb_avatars)d avataria, maksimi sallittu määrä on %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1518,11 +1519,11 @@ msgstr "%(site_name)s tiimi" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Lupa evätty" @@ -2503,8 +2504,8 @@ msgstr "Jaetut kirjastot" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3040,11 +3041,11 @@ msgstr "Poista käytöstä" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Tiedoston katselu epäonnistui" @@ -3076,7 +3077,7 @@ msgstr "Määrittämääsi historiaa ei ole" msgid "Unknown error" msgstr "Tuntematon virhe" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" ei ole olemassa." @@ -3103,9 +3104,9 @@ msgid "Bad upload link token." msgstr "Virheellinen tunniste lähetyslinkissä." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Tiedostoa ei ole olemassa." @@ -3133,49 +3134,49 @@ msgstr "Valitsemasi koodaus ei ole kelvollinen." msgid "Unknown file encoding" msgstr "Tunnistamaton tiedostokoodaus" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Tiedoston koko ylittää %s, sitä ei voida avata verkossa." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Kirjasto on salattu, sitä ei voi avata verkossa." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Virhe valmistettaessa Office Online -tiedoston esikatselusivua." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Virhe valmistettaessa OnlyOffice -tiedoston esikatselusivua." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Tiedoston lataus epäonnistui, virheellinen tiedostopolku" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Tiedoston lataus epäonnistui, väärä tiedostopolku" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Tiedoston lataus epäonnistui." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Tiedostoa ei voi ladata" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/fi/LC_MESSAGES/djangojs.po b/locale/fi/LC_MESSAGES/djangojs.po index 8b83c9614d..e7df6304f3 100644 --- a/locale/fi/LC_MESSAGES/djangojs.po +++ b/locale/fi/LC_MESSAGES/djangojs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Teppo Sarjonen , 2017-2018\n" "Language-Team: Finnish (http://app.transifex.com/haiwen/seahub/language/fi/)\n" @@ -39,8 +39,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Järjestelmän hallinta" @@ -52,44 +50,22 @@ msgstr "Organisaation hallinnoija" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Katse profiilia ja muita tietoja" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Käytetty:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Asetukset" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Kirjaudu ulos" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -139,6 +115,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -220,33 +212,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Ilmoitukset" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -284,54 +269,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Tagit" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Tiedostot" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -342,57 +298,23 @@ msgstr "Tiedostot" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Lisää operaatioita" @@ -417,7 +339,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -439,7 +360,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -454,6 +375,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Kuvaus" @@ -481,8 +403,6 @@ msgstr "Kuvaus" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -492,8 +412,6 @@ msgstr "Kuvaus" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -501,7 +419,6 @@ msgstr "Kuvaus" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -510,30 +427,24 @@ msgstr "Kuvaus" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -542,7 +453,6 @@ msgstr "Kuvaus" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -558,11 +468,8 @@ msgstr "Kuvaus" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -574,11 +481,9 @@ msgstr "Kuvaus" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -607,18 +512,12 @@ msgstr "Peruuta" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -628,29 +527,21 @@ msgstr "Peruuta" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -659,7 +550,6 @@ msgstr "Peruuta" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -672,8 +562,6 @@ msgstr "Peruuta" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -682,9 +570,6 @@ msgstr "Peruuta" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -697,14 +582,12 @@ msgstr "Peruuta" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -734,14 +617,9 @@ msgstr "Lisää Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -751,10 +629,8 @@ msgstr "Lisää Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -762,12 +638,8 @@ msgstr "Lisää Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -780,7 +652,6 @@ msgstr "Lisää Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -788,12 +659,8 @@ msgstr "Lisää Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -803,29 +670,32 @@ msgstr "Lisää Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -852,13 +722,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -943,11 +813,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1015,122 +881,55 @@ msgstr "Haluatko varmasti poistaa tilin?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1176,20 +975,15 @@ msgstr "Oletko varma, että haluat palauttaa tämän kirjaston?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Palauta" @@ -1210,12 +1004,6 @@ msgstr "Poista tiedostot tästä laitteesta kun se seuraavan kerran tulee verkko #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Poista linkki" @@ -1251,7 +1039,6 @@ msgstr "Kopioi valitut kohteet:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1307,16 +1094,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Uusi Tiedosto" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1358,12 +1141,8 @@ msgstr "Salasanat eivät täsmää" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1374,39 +1153,19 @@ msgid "Template" msgstr "Pohja" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1423,6 +1182,7 @@ msgstr "Luku-Kirjoitus" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1434,24 +1194,18 @@ msgstr "Salattu" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Salasana" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Salasana uudestaan" @@ -1462,7 +1216,6 @@ msgstr "Salasana uudestaan" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Sisäinen palvelinvirhe" @@ -1473,10 +1226,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1494,13 +1243,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1526,7 +1272,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1539,35 +1284,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Lisää" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1575,10 +1309,6 @@ msgstr "Lisää" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Lataa" @@ -1605,7 +1335,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1613,8 +1342,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopioi" @@ -1628,9 +1355,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1638,14 +1362,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1655,9 +1374,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Muokkaa" @@ -1698,16 +1414,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Tuhoa Kirjasto" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Tuhoa Ryhmä" @@ -1715,17 +1428,6 @@ msgstr "Tuhoa Ryhmä" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Onnistuneesti muokattu etikettejä." @@ -1739,10 +1441,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1800,18 +1498,6 @@ msgstr "Laitteen nimi" msgid "Date" msgstr "Päiväys" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonyymi käyttäjä" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Tätä tiedostoa ei ole (ilmeisesti) vielä avattu" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1872,114 +1558,19 @@ msgid "Upload Link" msgstr "Lähetyslinkki" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Piilota" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Näytä" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Päivitä" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Lähetä" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Lisää salasanasuojaus" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Lisää automaattinen vanheneminen" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Luo" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Edellinen (Vasen nuolinäppäin)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Seuraava (Oikea nuolinäppäin)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Sulje (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1990,20 +1581,6 @@ msgstr "Ole hyvä ja valitse .xlsx tiedosto." msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Lataa esimerkkitiedosto" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Lisää tiedosto" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2055,7 +1632,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2063,28 +1639,19 @@ msgid "It is required." msgstr "Vaaditaan" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "Onnistuneesti kutsuttu %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "Onnistuneesti kutsuttu %(email) ja %(num) muuta käyttäjää." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2095,10 +1662,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Sähköpostit, erotellaan ',' merkillä" @@ -2121,30 +1685,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Tämä hakemisto on suojattu salasanalla" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Väärä salasana" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Salasanaa pidetään palvelimella vain 1 tunti." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Asetukset" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2164,6 +1722,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2227,70 +1791,6 @@ msgstr "{placeholder} Kansion oikeus" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Ryhmä" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Hakemisto" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Etsi ryhmiä" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2302,6 +1802,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2318,23 +1819,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2343,8 +1840,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2354,41 +1849,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Koko" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Viimeisin päivitys" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2412,6 +1899,8 @@ msgstr "Poistetut Kirjastot" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2449,14 +1938,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Uusi Aliosasto" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2467,14 +1955,25 @@ msgstr "Uusi Osasto" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Lisää Jäseniä" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2482,29 +1981,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Lisää Käyttäjä" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Sähköposti" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Vahvista salasana" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2559,8 +2049,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2571,7 +2059,6 @@ msgstr "Poista Osasto." #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Poista Jäsen" @@ -2600,7 +2087,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Aseta kiintiö" @@ -2641,8 +2127,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2705,76 +2189,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Lupa evätty" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Virhe" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Ole hyvä ja tarkista verkko." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2820,39 +2234,6 @@ msgstr "Versiot" msgid "Labels" msgstr "Etiketit" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Ei mitään" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Tuntematon" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Yksityiskohdat" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Nykyinen versio" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Katso tilannekuva" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2867,17 +2248,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Jakolinkit" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Lähetyslinkit" @@ -2890,98 +2265,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Päättyminen" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Onnistuneesti tuhottu 1 kohde" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Luoja" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Linkki" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Vierailut" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3019,39 +2302,6 @@ msgstr "" msgid "Search files in this library" msgstr "Etsi tiedostoja tästä kirjastosta" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Ei tulosta" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Nykyinen kirjasto" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Muut kirjastot" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Aseta käyttäjän sähköposti yhteystieto" @@ -3083,6 +2333,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Linkki" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3114,30 +2373,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Jaa" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ikoni" @@ -3150,78 +2397,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Valitse jaettavat kirjastot" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Kutsuja" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Onnistuneesti tuhottu 1 kohde." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3245,12 +2427,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3265,17 +2447,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Haluatko varmasti poistaa" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3294,7 +2471,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3370,10 +2547,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3401,15 +2576,13 @@ msgstr "Nimi(valinnainen)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rooli" @@ -3465,8 +2638,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Ehdot" @@ -3480,19 +2651,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Käyttäjät" @@ -3508,15 +2670,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Osastot" @@ -3544,6 +2702,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Ole hyvä ja syötä 1 tai useampi merkki" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Lupa evätty" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Virhe" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Ole hyvä ja tarkista verkko." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3555,25 +2770,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Nykyinen polku:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Hakemisto" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3582,8 +2803,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Tiedosto" @@ -3699,6 +2919,17 @@ msgstr "" msgid "Packaging..." msgstr "Pakataan..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Tiedostot" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3708,7 +2939,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Roskakori" @@ -3731,6 +2962,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3838,87 +3074,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Luoja" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "lukittu" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Poista merkintä" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3929,28 +3142,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Kirjastot" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "voit painaa myös ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3992,57 +3197,12 @@ msgstr "Verkkovirhe" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Tallennetaan..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4057,54 +3217,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Tiedostoa lähetetään..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Peruuta kaikki" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nimi" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4116,13 +3231,13 @@ msgid "unstarred" msgstr "ei suosikki" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Lukitse" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Poista lukitus" @@ -4131,74 +3246,26 @@ msgstr "Poista lukitus" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Avaa asiakasohjelmassa" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Avaa isäntäkansio" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Minun Kirjastot" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Jaettu minulle" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Jaettu kaikille" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Yksityiskohdat" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4215,7 +3282,7 @@ msgstr "Ylläpitäjä" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4228,8 +3295,8 @@ msgstr "Jäsen" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4245,17 +3312,15 @@ msgstr "Nykyinen polku:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Kirjaston tyyppi" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Toiminnot" @@ -4264,121 +3329,10 @@ msgstr "Toiminnot" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Suosikit" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Aktiviteetit" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikit" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Tuki" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Asiakasohjelmat" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Tietoa" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Linkit" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Hakemistot" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Jakojen hallinta" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Jäsenet" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4405,6 +3359,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4417,6 +3372,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4453,21 +3413,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4479,53 +3424,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Kirjastot" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Ei tulosta" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4534,8 +3469,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Oletus" @@ -4545,8 +3478,6 @@ msgstr "Oletus" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Vieras" @@ -4571,6 +3502,10 @@ msgstr "Lähetä kohteeseen:" msgid "Message (optional):" msgstr "Viesti (valinnainen)" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Lähetä" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Lähettää..." @@ -4604,24 +3539,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4651,14 +3568,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Aseta oikeudet" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Lisää salasanasuojaus" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4673,30 +3586,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Päättyminen" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4707,46 +3627,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Tiedoston lataus on suljettu: linkin omistajan kaista on täynnä." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Vanhentunut" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Kirjasto siirretty onnistuneesti." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Epäonnistui. Ole hyvä ja tarkista verkkoyhteys." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Siirrä" @@ -4758,17 +3665,18 @@ msgid "Folder Permission" msgstr "Hakemiston oikeudet" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Poista jako" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Jakojen hallinta" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4779,27 +3687,18 @@ msgstr "Vaihda salasana" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Nollaa salasana" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4816,18 +3715,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4835,8 +3722,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4890,15 +3775,9 @@ msgid "New" msgstr "Uusi" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4971,17 +3850,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Kieliasetus" @@ -5008,18 +3876,6 @@ msgstr "Alusta" msgid "Last Access" msgstr "Viimeisin käyttö" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Yhdistetyt Laitteet" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5039,10 +3895,7 @@ msgstr "Listaa tilisi globaalissa osoitelistassa, jotta muut löytävät teidät msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5050,49 +3903,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Poista kaksisuuntainen tunnistautuminen käytöstä" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Jos teillä ei ole mitään laitteita mukana, voit päästä käyttämään tiliäsi varakoodeilla." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Näytä Koodit" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Kaksitasoinen todennus ei ole käytössä tilissäsi. Ota kaksitasoinen tunnistus käyttöön suojataksesi paremmin tilisi." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Ota käyttöön Kaksisuuntainen Tunnistautuminen" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Kaksisuuntainen tunnistautuminen" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5109,11 +3919,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Käyttäjänimi:" @@ -5156,6 +3961,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5197,54 +4003,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Poista Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Jaettu minulle" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5325,7 +4091,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5348,6 +4114,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5383,17 +4150,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Kaikki" @@ -5551,17 +4316,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5698,29 +4463,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5745,7 +4499,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5758,11 +4512,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5794,6 +4543,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5829,15 +4589,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5871,21 +4622,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6077,9 +4813,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6191,8 +4926,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6339,14 +5074,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6370,27 +5100,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Avaa isäntäkansio" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6423,34 +5159,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6581,6 +5317,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6596,15 +5335,8 @@ msgstr "Määrä" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6720,15 +5452,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Toimenpide" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Kirjasto" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6747,11 +5494,6 @@ msgid "(current version)" msgstr "(nykyinen versio" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Katso" @@ -6765,19 +5507,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Ei kirjastoja" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6795,6 +5524,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Ei kirjastoja" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6802,6 +5545,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Jäsenet" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6823,27 +5583,26 @@ msgid "This is a special group representing a department." msgstr "Tämä on erityisryhmä, joka edustaa osastoa." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6867,27 +5626,16 @@ msgstr "Luotu" msgid "Operations" msgstr "Toiminnot" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Käytetty Tila / Kiintiö" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Yhteyssähköposti" @@ -6895,15 +5643,13 @@ msgstr "Yhteyssähköposti" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6912,34 +5658,32 @@ msgstr "Tila" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Tilaa käytetty" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Viimeisin kirjautuminen" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Poista käyttäjä" @@ -6948,7 +5692,6 @@ msgstr "Poista käyttäjä" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6959,19 +5702,30 @@ msgstr "Aktiivinen" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Ei aktiivinen" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Onnistuneesti tuhottu 1 kohde." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Kutsu Aika" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Hyväksytty" @@ -6983,7 +5737,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6991,103 +5745,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s kopioitiin onnistuneesti." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "%(name)s kopiointi epäonnistui." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Poistu jaosta" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7101,6 +5847,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Tallennetaan..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Avaa asiakasohjelmassa" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7109,29 +5865,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Tuki" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Päivitä" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Minun Kirjastot" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7152,17 +5917,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Virheellinen (ole hyvä ja ota yhteyttä järjestelmän ylläpitäjään korjataksesi tämän kirjaston)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7191,97 +5960,34 @@ msgstr "" msgid "Shared By" msgstr "Jakaja" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Luotu" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Kiintiö" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Ei osastoja" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Ei jäseniä" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Aliosastot" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Muokkaa kiitiötä" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "Ei aliosastoja" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Ei yhdistettyjä laitteita" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Kirjasto" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Ei synkronointi virheitä" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7351,11 +6057,44 @@ msgstr "Oletko varma, että haluat tyhjentää roskakorin?" msgid "Clear" msgstr "Tyhjennä" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Kiintiö" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Luotu" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Etsi ryhmiä" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7384,8 +6123,6 @@ msgstr "Kaikki ryhmät" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Jälkimmäinen" @@ -7394,8 +6131,6 @@ msgstr "Jälkimmäinen" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Seuraava" @@ -7404,45 +6139,11 @@ msgstr "Seuraava" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Kaikki julkiset linkit" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7451,6 +6152,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonyymi käyttäjä" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7466,6 +6173,7 @@ msgstr "Toiminto" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Jaettu kohteesta" @@ -7485,26 +6193,12 @@ msgid "Organization" msgstr "Organisaatio" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Vie Exceliin" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Tiedoston käyttöoikeudet" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Tiedosto päivitys" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7518,7 +6212,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7581,36 +6274,9 @@ msgstr "Epäonnistui" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Nollaa salasana" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Kumoa ylläpitäjä" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7665,39 +6331,6 @@ msgstr "Tuo käyttäjiä" msgid "Add user" msgstr "Lisää käyttäjä" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Tilastot" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Laitteet" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logi" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 Päivää" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 Päivää" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 Vuosi" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7716,8 +6349,6 @@ msgstr "Muokattu" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7784,39 +6415,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Järjestelmä" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Web Liikenne" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7874,6 +6472,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Tiedoston lähettäminen " @@ -7919,6 +6521,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7927,16 +6533,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7988,8 +6584,6 @@ msgstr "Syötä tiedostopäätteet tänne, erotettuna merkillä ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7998,6 +6592,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8010,6 +6605,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8038,94 +6644,66 @@ msgstr "" msgid "all members" msgstr "kaikki käyttäjät" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Vierailut" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Poista" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Ei julkisia kirjastoja" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Jaa olemassa olevia kirjastoja" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8137,6 +6715,11 @@ msgstr "" msgid "Handled" msgstr "Käsitelty" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8150,9 +6733,10 @@ msgstr "Admin Operaatio Lokit" msgid "Admin Login Logs" msgstr "Admin Kirjautumis Lokit" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Toimenpide" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8210,41 +6794,11 @@ msgstr "Poistettu käyttäjä {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Lisää kirjasto" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Lisää käyttäjät" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8265,6 +6819,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Ei osastoja" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Ei jäseniä" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Aliosastot" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "Ei aliosastoja" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8285,40 +6858,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Poista kirjaton jako" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Kirjaston jako {placeholder} poistettiin onnistuneesti" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Ei ryhmiä" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8389,53 +6934,34 @@ msgid "Limits" msgstr "Rajat" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organisaatiot" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Kumoa ylläpitäjä" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Jäsenien määrä" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Ylläpitäjät" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Instituutiot" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Aseta pääkäyttäjä" @@ -8443,21 +6969,20 @@ msgstr "Aseta pääkäyttäjä" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Poista instituutio" - -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Kutsuja" + #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" msgstr "Hyväksyjä" @@ -8483,31 +7008,64 @@ msgid "Delete Expired Invitations" msgstr "Poista vanhentuneet kutsut" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Kutsut" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Varmenne" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Poista" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Tiedoston käyttöoikeudet" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Tiedosto päivitys" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Lisää" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Sivu Navigointi -valikko" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8534,31 +7092,32 @@ msgstr "" msgid "All Notifications" msgstr "Kaikki ilmoitukset" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Ryhmien määrä" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8576,10 +7135,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Historian asetukset" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikit" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Järjestelmä" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8604,30 +7167,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Virusskannaus" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Käyttöehdot" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Admin Logit" - #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Luotu" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Päivitä" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8636,6 +7188,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Käyttöehdot" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8646,15 +7206,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Oletko varma, että haluat poistaa valitun käyttäjän (käyttäjät)?" @@ -8666,34 +7228,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Login ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Jaetut linkit" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Instituutio" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Oletus pääkäyttäjä" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Pääkäyttäjä päivittäisille tehtäville" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Auditoinnin pääkäyttäjä" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Tietokanta" @@ -9003,23 +7553,9 @@ msgstr "" msgid "shared by:" msgstr "jakaja:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Tämän kirjaston omistaja on ylittänyt levykiintiön." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Peruuta kaikki" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9035,7 +7571,11 @@ msgstr "Oletko varma, että haluat poistaa tämän sivun?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Sivu Navigointi -valikko" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9086,17 +7626,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Sivut" @@ -9147,14 +7677,18 @@ msgstr "" msgid "Profile" msgstr "Profiili" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Kieli" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Kaksisuuntainen tunnistautuminen" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Yhdistetyt Laitteet" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9163,35 +7697,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profiilin asetus" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Jakaja:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Listaa" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Ruudukko" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9201,14 +7707,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Dokumentin konversio epäonnistui." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "voit painaa myös ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9235,6 +7733,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9348,92 +7851,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Ei yhdistettyjä laitteita" - -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Ei synkronointi virheitä" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Ei ryhmiä" - -#: frontend/src/translate.js:12 -msgid "No notifications" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9444,7 +7866,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9651,6 +8073,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9720,9 +8589,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9744,38 +8610,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index b5dd9ce984..e33d2ebecd 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -39,7 +39,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Konstantin , 2024\n" "Language-Team: French (http://app.transifex.com/haiwen/seahub/language/fr/)\n" @@ -893,8 +893,9 @@ msgid "" msgstr "Vous avez déjà %(nb_avatars)d avatars et la valeur maximale autorisée est de %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "La longueur du mot de passe WebDav doit être inférieur à 30 caractères." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1549,11 +1550,11 @@ msgstr "L'équipe de %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Autorisation refusée" @@ -2537,8 +2538,8 @@ msgstr "Bibliothèques partagées" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3074,11 +3075,11 @@ msgstr "Désactiver" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Impossible d'afficher le fichier" @@ -3110,7 +3111,7 @@ msgstr "L'historique que vous avez spécifié n'existe pas" msgid "Unknown error" msgstr "Erreur inconnue" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" n'existe pas." @@ -3137,9 +3138,9 @@ msgid "Bad upload link token." msgstr "Mauvais token de lien d'envoi." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Le fichier n'existe pas" @@ -3167,49 +3168,49 @@ msgstr "L'encodage que vous avez choisi n'est pas approprié." msgid "Unknown file encoding" msgstr "Encodage de fichier inconnu" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "La taille du fichier dépasse %s, il ne peut donc pas être visionné en ligne." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "La bibliothèque est cryptée. Elle ne peut pas être ouverte en ligne." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Erreur en préparant la page de prévisualisation du document Office Online" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Erreur en préparant la page de prévisualisation du fichier OnlyOffice" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Impossible de télécharger le fichier, chemin de fichier invalide" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Impossible de télécharger le fichier, chemin de fichier erroné" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Impossible de télécharger le fichier." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Partager le lien pour %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Impossible de télécharger le fichier" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/fr/LC_MESSAGES/djangojs.po b/locale/fr/LC_MESSAGES/djangojs.po index a0b039812f..a8caa86d61 100644 --- a/locale/fr/LC_MESSAGES/djangojs.po +++ b/locale/fr/LC_MESSAGES/djangojs.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Gaspard , 2016-2021,2023\n" "Language-Team: French (http://app.transifex.com/haiwen/seahub/language/fr/)\n" @@ -49,8 +49,6 @@ msgid "Exit Institution Admin" msgstr "Quitter l'administration de l'Organisation" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Administration système" @@ -62,44 +60,22 @@ msgstr "Administration de l'organisation" msgid "Institution Admin" msgstr "Administration de l'organisation" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Voir le profil et plus" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Utilisé :" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Paramètres" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "Portail Client" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Se déconnecter" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "Annuler" @@ -149,6 +125,22 @@ msgstr "{share_from} a partagé un répertoire nommée {repo_link} avec le group msgid "{user} has transfered a library named {repo_link} to you." msgstr "{share_from} vous a transféré une bibliothèque nommée {repo_link}." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "Un fichier nommé {upload_file_link} est envoyé à {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "L'utilisateur {user} a créé le fichier {fileName} dans la bibliothèque {libraryName}." @@ -230,33 +222,26 @@ msgid "" "library {libraryName}." msgstr "L'utilisateur {user} a déplacé le dossier {folderName} et {folderCount} autre(s) dossier(s) dans la bibliothèque {libraryName}." +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Notifications" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Notification" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -294,54 +279,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Tags" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Fichiers" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -352,57 +308,23 @@ msgstr "Fichiers" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Plus d'actions" @@ -427,7 +349,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Signaler un abus" @@ -449,7 +370,7 @@ msgid "Abuse Content" msgstr "Contenu de l'abus" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Autre" @@ -464,6 +385,7 @@ msgstr "Information de contact" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Description" @@ -491,8 +413,6 @@ msgstr "Description" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -502,8 +422,6 @@ msgstr "Description" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -511,7 +429,6 @@ msgstr "Description" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -520,30 +437,24 @@ msgstr "Description" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -552,7 +463,6 @@ msgstr "Description" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -568,11 +478,8 @@ msgstr "Description" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -584,11 +491,9 @@ msgstr "Description" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -617,18 +522,12 @@ msgstr "Annuler" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -638,29 +537,21 @@ msgstr "Annuler" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -669,7 +560,6 @@ msgstr "Annuler" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -682,8 +572,6 @@ msgstr "Annuler" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -692,9 +580,6 @@ msgstr "Annuler" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -707,14 +592,12 @@ msgstr "Annuler" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -744,14 +627,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -761,10 +639,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -772,12 +648,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -790,7 +662,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -798,12 +669,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -813,29 +680,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -862,13 +732,13 @@ msgstr "Sélectionner un département" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -953,11 +823,7 @@ msgstr "Le nettoyage a réussi." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1025,122 +891,55 @@ msgstr "Voulez-vous vraiment supprimer ce compte ?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1186,20 +985,15 @@ msgstr "Êtes-vous certain de vouloir restaurer la bibliothèque ?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Restaurer" @@ -1220,12 +1014,6 @@ msgstr "Supprimer les fichiers de cet appareil la prochaine fois qu'il est en li #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Supprimer" @@ -1261,7 +1049,6 @@ msgstr "Copier les dossiers/fichiers sélectionnés vers :" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1317,16 +1104,12 @@ msgstr "Le nom \"{name}\" est déjà pris." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nouveau fichier" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1368,12 +1151,8 @@ msgstr "Les mots de passe ne correspondent pas" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1384,39 +1163,19 @@ msgid "Template" msgstr "Thème" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Système de stockage" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1433,6 +1192,7 @@ msgstr "Lecture - Écriture" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1444,24 +1204,18 @@ msgstr "Chiffrer" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Mot de passe" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Mot de passe (à nouveau)" @@ -1472,7 +1226,6 @@ msgstr "Mot de passe (à nouveau)" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Erreur interne du serveur" @@ -1483,10 +1236,6 @@ msgstr "Le tag \"{name}\" existe déjà." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1504,13 +1253,10 @@ msgstr "Sélectionner une couleur" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Sauvegarder" @@ -1536,7 +1282,6 @@ msgstr "Nom du droit" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1549,35 +1294,24 @@ msgstr "Nom du droit" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Importer" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1585,10 +1319,6 @@ msgstr "Importer" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Télécharger" @@ -1615,7 +1345,6 @@ msgstr "Modifier inclut la modification de fichier, le déplacement ou renommage #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1623,8 +1352,6 @@ msgstr "Modifier inclut la modification de fichier, le déplacement ou renommage #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Copier" @@ -1638,9 +1365,6 @@ msgid "Generate share link" msgstr "Créer un lien de téléchargement" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1648,14 +1372,9 @@ msgstr "Créer un lien de téléchargement" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1665,9 +1384,6 @@ msgstr "Créer un lien de téléchargement" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Modifier" @@ -1708,16 +1424,13 @@ msgstr "Cette librairie a été partagé avec {user_amount} utilisateur(s) et {g #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Supprimer une bibliothèque" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Supprimer un groupe" @@ -1725,17 +1438,6 @@ msgstr "Supprimer un groupe" msgid "Really want to delete this group?" msgstr "Voulez-vous vraiment supprimer ce groupe ?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Sélectionner des Tags" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Créer un nouveau Tag" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Les étiquettes ont été éditées." @@ -1749,10 +1451,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1810,18 +1508,6 @@ msgstr "Nom de l'appareil" msgid "Date" msgstr "Date" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Utilisateur anonyme" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Ce fichier n'a (apparemment) pas encore été consulté" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1882,114 +1568,19 @@ msgid "Upload Link" msgstr "Lien d'envoi" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Cacher" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Afficher" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Mettre à jour" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Envoyer" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Ajouter un mot de passe" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Ajouter une date d'expiration" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Générer" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Bienvenue sur {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} organise les fichiers dans des bibliothèques. Chaque bibliothèque peut être synchronisée et partagée séparément. Nous avons créé une bibliothèque personnelle pour vous. Vous pourrez créer plus de bibliothèques ultérieurement." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} organise les fichiers dans des bibliothèques. Chaque bibliothèque peut être synchronisée et partagée séparément. Cependant, en tant qu'utilisateur invité, vous ne pouvez pas créer de bibliothèques." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "L'image ne peut pas être chargée." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Précédent (Flèche gauche)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Suivant (Flèche droite)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Fermer (Échap)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Agrandir" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Dézoomer" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -2000,20 +1591,6 @@ msgstr "Veuillez choisir un fichier .xlsx" msgid "Import members from a .xlsx file" msgstr "Importer des membres depuis un fichier .xlsx" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Télécharger un fichier d'exemple" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Importer le fichier" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Sélectionner un fichier" @@ -2065,7 +1642,6 @@ msgstr "Accès révoqué" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2073,28 +1649,19 @@ msgid "It is required." msgstr "C'est obligatoire" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "L'adresse e-mail n'est pas valide" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "%(email) a été invité." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "%(email) et %(num) ont été invité." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Inviter des personnes" @@ -2105,10 +1672,7 @@ msgstr "e-mails" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "E-mails, séparé par \",\"" @@ -2131,30 +1695,24 @@ msgid "Really want to leave this group?" msgstr "Voulez-vous vraiment quitter ce groupe ?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Quitter" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Cette bibliothèque est protégée par un mot de passe" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Le mot de passe est erroné" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Le mot de passe est conservé sur le serveur pendant 1 heure." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Paramètres" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2174,6 +1732,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2237,70 +1801,6 @@ msgstr "Droits sur le dossier {placeholder}" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Groupe" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Dossier" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Recherche de groupes" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Cherche d'utilisateurs par nom" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Fichiers créés" @@ -2312,6 +1812,7 @@ msgstr "Fichiers créés" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2328,23 +1829,19 @@ msgid "Tagged Files" msgstr "Fichiers tagués" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2353,8 +1850,6 @@ msgstr "Fichiers tagués" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2364,41 +1859,33 @@ msgstr "Fichiers tagués" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Taille" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Mise à jour" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "Supprimé" @@ -2422,6 +1909,8 @@ msgstr "Bibliothèques supprimées" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "Aucune bibliothèque supprimée" @@ -2459,14 +1948,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Nouveau sous-département" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2477,14 +1965,25 @@ msgstr "Nouveau département" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Ajouter un membre" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Cherche d'utilisateurs par nom" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2492,29 +1991,20 @@ msgstr "L'adresse e-mail est requise" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Ajouter un utilisateur" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "E-mail" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Confirmer le mot de passe" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2569,8 +2059,6 @@ msgstr "Date de fin" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "Êtes-vous certain de vouloir supprimer {placeholder} ?" @@ -2581,7 +2069,6 @@ msgstr "Supprimer le département" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Supprimer le membre" @@ -2610,7 +2097,6 @@ msgstr "Le quota n'est pas valide." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Définir le quota" @@ -2651,8 +2137,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Annuler la publication" @@ -2715,76 +2199,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "Le jeton API est copié dans le presse-papiers." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Autorisation refusée" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Erreur" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Veuillez vérifier le réseau." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Nom de l'application" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} du jeton API" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2830,39 +2244,6 @@ msgstr "Version" msgid "Labels" msgstr "Étiquettes" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Aucun(e)" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Inconnu" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Détails" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Version " - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Voir l'instantané" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2877,17 +2258,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Liens de téléchargement" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Liens d'envoi" @@ -2900,98 +2275,6 @@ msgstr "Partages des utilisateurs" msgid "Group Shares" msgstr "Partages des groupes" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Expiration" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "Aucun lien de téléchargement" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "Supprimer les liens de partage" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "Êtes-vous sûr de vouloir supprimer le(s) lien(s) de partage sélectionné(s) ?" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "1 objet supprimé avec succès" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Créateur" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Lien" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Visites" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "Aucun lien d'envoi" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3029,39 +2312,6 @@ msgstr "" msgid "Search files in this library" msgstr "Recherche de fichiers dans cette bibliothèque" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Aucun résultat" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Bibliothèque courante" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Autres bibliothèques" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Définir l'e-mail de contact de l'utilisateur" @@ -3093,6 +2343,15 @@ msgstr "Définir le mot de passe WebDAV" msgid "The link is copied to the clipboard." msgstr "Le lien a été copié dans le presse-papiers." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Lien" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3124,30 +2383,18 @@ msgstr "Partage avec un autre serveur" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Partager" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icône" @@ -3160,78 +2407,13 @@ msgstr "Veuillez sélectionner la bibliothèque à partager." msgid "Select libraries to share" msgstr "Sélectionnez la bibliothèque à partager" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Inviter" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Serveur" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "E-mail d'utilisateur" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Cela peut prendre un certain temps, veuillez vous patienter." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Un objet a été supprimé." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "La bibliothèque ne peut pas être partagée par son propriétaire" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "Par nom croissant" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "Par nom décroissant" @@ -3255,12 +2437,12 @@ msgstr "Par date ascendante" msgid "By time descending" msgstr "Par date descendante" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3275,17 +2457,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Êtes-vous certain de vouloir supprimer ?" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3304,7 +2481,7 @@ msgstr "Définir le rate limiting envoi" msgid "Set Download Rate Limit" msgstr "Définir le rate limiting téléchargement" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3380,10 +2557,8 @@ msgstr "Ajouter une Organisation" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3411,15 +2586,13 @@ msgstr "Nom (optionnel)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rôle" @@ -3475,8 +2648,6 @@ msgstr "Définir un nom" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Conditions" @@ -3490,19 +2661,10 @@ msgid "Transfer to department" msgstr "Transférer au département " #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Utilisateurs" @@ -3518,15 +2680,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Départements" @@ -3554,6 +2712,63 @@ msgstr "Transférer le groupe à" msgid "Please enter 1 or more character" msgstr "Saisir un 1 caractère ou plus " +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Autorisation refusée" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Erreur" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Veuillez vérifier le réseau." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3565,25 +2780,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Chemin d'accès actuel : " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Dossier" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3592,8 +2813,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Fichier" @@ -3709,6 +2929,17 @@ msgstr "" msgid "Packaging..." msgstr "Paquetage ..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Fichiers" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3718,7 +2949,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Corbeille" @@ -3741,6 +2972,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3848,87 +3084,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Créateur" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "Verrouillé par {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "verrouillé" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "Verrouillé par {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Supprimer" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Favoris" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Le répertoire ne possède aucun contenu actuellement." @@ -3939,28 +3152,20 @@ msgstr "Vous pouvez créer des fichiers rapidement" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliothèques" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "Vous pouvez aussi utiliser la touche ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "Vous pouvez aussi utiliser la touche →" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -4002,57 +3207,12 @@ msgstr "Erreur réseau" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Préparation de l'envoi.." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Restant" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Sauvegarde ..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Envoyé" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Réessayer" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4067,54 +3227,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Envoi du fichier en cours ..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "Tous les fichiers ont étés envoyés" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Réessayer tout" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Annuler tout" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nom" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "Taille" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "Progression" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "État" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4126,13 +3241,13 @@ msgid "unstarred" msgstr "Retiré des favoris" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Verrouiller" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Déverrouiller" @@ -4141,74 +3256,26 @@ msgstr "Déverrouiller" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "Imprimer" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Ouvrir avec le client" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Ouvrir dossier parent" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "L'aperçu en ligne n'est pas disponible pour de type de fichier" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Mes bibliothèques" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Partagée avec moi" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Partagée avec tout le monde" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Détails" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4225,7 +3292,7 @@ msgstr "Administration" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4238,8 +3305,8 @@ msgstr "Membre" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4255,17 +3322,15 @@ msgstr "Chemin d'accès actuel : " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Type de bibliothèque" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Actions" @@ -4274,121 +3339,10 @@ msgstr "Actions" msgid "Add group member" msgstr "Ajouter un membre au groupe" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Rechercher des membres du groupe" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoris" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Activités" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikis" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Aide" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Clients" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "À propos" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Liens" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Dossiers" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Espace de travail" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Mes partages et liens" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "Voir plus" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Membres" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Bibliothèques personnelles" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Bibliothèques partagées" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Page" @@ -4415,6 +3369,7 @@ msgstr "Autorisation refusée. Veuillez essayer {placeholder-left} de vous conne #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Pas de tag" @@ -4427,6 +3382,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Créer un nouveau Tag" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4463,21 +3423,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Publié" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "Vous observez les changements de fichiers de cette bibliothèque." - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4489,53 +3434,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliothèques" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Aucun résultat" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "Ajouter des droits personnaliser" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4544,8 +3479,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Défaut" @@ -4555,8 +3488,6 @@ msgstr "Défaut" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Invité" @@ -4581,6 +3512,10 @@ msgstr "Envoyer à :" msgid "Message (optional):" msgstr "Message (optionnel) : " +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Envoyer" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Envoi ..." @@ -4614,24 +3549,6 @@ msgstr "1 lien de partage a été supprimé avec succès." msgid "Successfully deleted {number_placeholder} share links" msgstr "{number_placeholder} liens de partage ont été supprimés avec succès." -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4661,14 +3578,10 @@ msgstr "Créer un lien" msgid "Number of links" msgstr "Nombre de liens" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Définir la permission" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Ajouter un mot de passe" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4683,30 +3596,37 @@ msgstr "Lien de téléchargement direct a été copié dans le presse-papiers." msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "Supprimer le lien de partage" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Êtes-vous certain de vouloir supprimer ce lien de partage ?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "Exporter" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "Aucun lien de téléchargement" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Expiration" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "Supprimer les liens de partage" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "Êtes-vous sûr de vouloir supprimer le(s) lien(s) de partage sélectionné(s) ?" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4717,46 +3637,33 @@ msgstr "Sauvegardé" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Le téléchargement du fichier est désactivé : le trafic du propriétaire du lien de partage est dépassé." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Partagé par : " - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Enregistrer sous ..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Expiré" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "La bibliothèque a été transférée." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Échec. Veuillez vérifier le réseau." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Impossible de supprimer {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Transférer " @@ -4768,17 +3675,18 @@ msgid "Folder Permission" msgstr "Droits sur le dossier" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Annuler le partage" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Mes partages et liens" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4789,27 +3697,18 @@ msgstr "Changement de mot de passe" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Réinitialiser du mot de passe" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "Observer les changements de fichiers" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "Ne pas observer les changements de fichiers" @@ -4826,18 +3725,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "{library_name_placeholder} a été supprimée des favoris." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "{library_name_placeholder} a été ajoutée aux favoris." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4845,8 +3732,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4900,15 +3785,9 @@ msgid "New" msgstr "Créer" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4981,17 +3860,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "La liste des fichiers ajoutés, supprimés et modifiés seront envoyés dans votre boite e-mail." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "Notification de collaboration" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "Voulez-vous recevoir des notifications de collaboration (par ex. partage de bibliothèque, admission d'un groupe) par e-mail ?" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Langue" @@ -5018,18 +3886,6 @@ msgstr "Plateforme" msgid "Last Access" msgstr "Dernier accès" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "%(name)s a été délié avec succès." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Appareils liés" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5049,10 +3905,7 @@ msgstr "Inscrivez votre compte dans le carnet d'adresses global, ainsi les autre msgid "Social Login" msgstr "Connexion réseau social" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Coonecter" @@ -5060,49 +3913,6 @@ msgstr "Coonecter" msgid "Status: enabled" msgstr "Status : activé" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Désactiver l'authentification à deux facteurs" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Si vous n'avez aucun appareil avec vous, vous pouvez accédez à votre compte avec les codes de sauvegardes." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "Il ne vous reste qu'un seul code de sauvegarde." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "Il vous reste {num} codes de sauvegarde." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Afficher les codes" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "La clé d'authentification à deux facteurs n'est pas activée sur votre compte. Activez la clé d'authentification à deux facteurs afin d'améliorer la sécurité de votre compte." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Activer l'authentification à deux facteurs" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Authentification à deux facteurs" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Veuillez sélectionner un fichier image." @@ -5119,11 +3929,6 @@ msgstr "Le fichier est trop volumineux. La taille maximum autorisée est de 1 Mo msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar :" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Nom d'utilisateur :" @@ -5166,6 +3971,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5207,54 +4013,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Publier" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Supprimer le Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Partagée avec moi" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5335,7 +4101,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5358,6 +4124,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5393,17 +4160,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Toutes" @@ -5561,17 +4326,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5708,29 +4473,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5755,7 +4509,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5768,11 +4522,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5804,6 +4553,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5839,15 +4599,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5881,21 +4632,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6087,9 +4823,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6201,8 +4936,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Impossible de renommer {name}" @@ -6349,14 +5084,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6380,27 +5110,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Ouvrir dossier parent" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6433,34 +5169,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6591,6 +5327,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6606,17 +5345,10 @@ msgstr " Nombre de vues" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Sélectionner" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6730,15 +5462,30 @@ msgstr "Dossier déplacé" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Opération" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Bibliothèque" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6757,11 +5504,6 @@ msgid "(current version)" msgstr "(version actuelle)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Afficher" @@ -6775,19 +5517,6 @@ msgstr "Voir l'instantané associé" msgid "Successfully restored." msgstr "Restauré." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Pas de bibliothèque" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "Aucune bibliothèque n'est partagée avec ce groupe" @@ -6805,6 +5534,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Pas de bibliothèque" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6812,6 +5555,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Cela peut prendre un certain temps, veuillez vous patienter." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Membres" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6833,27 +5593,26 @@ msgid "This is a special group representing a department." msgstr "Groupe spécial représentant le département" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Infos" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Bibliothèques personnelles" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6877,27 +5636,16 @@ msgstr "Créé le" msgid "Operations" msgstr "Actions" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Espace utilisé / Quota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "({repo_id_placeholder}) endommagé" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "E-mail de contact" @@ -6905,15 +5653,13 @@ msgstr "E-mail de contact" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6922,34 +5668,32 @@ msgstr "Statut" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Espace utilisé" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Dernière connexion" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Supprimer un utilisateur" @@ -6958,7 +5702,6 @@ msgstr "Supprimer un utilisateur" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6969,19 +5712,30 @@ msgstr "Actif" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inactif" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Un objet a été supprimé." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Heure de l'invitation" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Acceptées" @@ -6993,7 +5747,7 @@ msgstr "Aucune invitation d'invité" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -7001,103 +5755,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "L'autorisation de partage de la bibliothèque n'a pas été trouvée." -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Impossible de déplacer les fichiers vers une autre bibliothèque." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Impossible de copier les fichiers vers une autre bibliothèque." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Fichiers déplacés vers une autre bibliothèque avec succès." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Fichiers copiés vers une autre bibliothèque avec succès." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "{nom} a été restauré ainsi que {n} autres éléments" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "{name} a été restauré" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "Échec de la restauration de {nom} ainsi que {n} autres éléments" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "Échec de la restauration de {nom}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "Suppression réussie de {nom} ainsi que {n} autres éléments." -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "Échec de la suppression de {nom} ainsi que {n} autres éléments" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Impossible de supprimer {name} " -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr " {name} a été déplacé." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Échec du déplacement de {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s a été copié." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Échec de la copie de %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Désactiver le partage" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "La bibliothèque est paramétrée par l’administrateur en lecture seule et en peut pas être modifiée." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "Le répertoire n’existe pas." @@ -7111,6 +5857,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "Vous n'avez pas encore accédé à vos fichiers avec un client (bureau ou mobile). Configurez des clients sur vos appareils pour accéder plus confortablement à vos données." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Sauvegarde ..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Ouvrir avec le client" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Basculer en éditeur de texte plein" @@ -7119,29 +5875,38 @@ msgstr "Basculer en éditeur de texte plein" msgid "Switch to rich text editor" msgstr "Basculer en éditeur de texte enrichi" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Aide" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Ce fichier à bien été mis à jour." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Rafraichir" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "Un autre utilisateur est en train de modifier le fichier." -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "Quitter la page? Il est possible que le système n'enregistre pas vos modifications." -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "Échec de la sauvegarde du fichier" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Mes bibliothèques" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7162,17 +5927,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "{library_name_placeholder} a été supprimée des favoris." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "{library_name_placeholder} a été ajoutée aux favoris." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Endommagée (Veuillez contacter un administrateur afin de réparer cette bibliothèque)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7201,97 +5970,34 @@ msgstr "Aucune bibliothèque n'a été partagée avec vous d'un autre serveur." msgid "Shared By" msgstr "Partagé par" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Créé le" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Pas de département" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Pas de membre" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Sous-département" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Éditer le quota" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "Pas de sous-département" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Appareils déconnectés" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "L'appareil a été délié avec succès." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Bibliothèque" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Toutes les erreurs ont été effacées avec succès." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Aucune erreur de synchronisation" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7361,11 +6067,44 @@ msgstr "Êtes-vous certain de vouloir vider la corbeille ?" msgid "Clear" msgstr "Effacer" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Quota" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Créé le" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Cherche groupes" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Recherche de groupes" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7394,8 +6133,6 @@ msgstr "Mes groupes" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Précédent" @@ -7404,8 +6141,6 @@ msgstr "Précédent" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Suivant" @@ -7414,45 +6149,11 @@ msgstr "Suivant" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "Nom de l'équipe" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Tous les liens publics" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7461,6 +6162,12 @@ msgstr "" msgid "View Link" msgstr "Voir le lien" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Utilisateur anonyme" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7476,6 +6183,7 @@ msgstr "Action" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Partagé par" @@ -7495,26 +6203,12 @@ msgid "Organization" msgstr "Organisation" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Exporter vers Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Accès fichier" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Mise à jour fichier" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7528,7 +6222,6 @@ msgid "Copied" msgstr "Copié" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "Configuration SAML" @@ -7591,36 +6284,9 @@ msgstr "Échec" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Réinitialisation mot de passe" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Révoquer un administrateur" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7675,39 +6341,6 @@ msgstr "Importer des utilisateurs" msgid "Add user" msgstr "Ajouter un utilisateur" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Statistiques" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logs" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 Jours" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 Jours" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 An" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7726,8 +6359,6 @@ msgstr "Modifié" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7794,39 +6425,6 @@ msgstr "Stockage de l'utilisateur" msgid "Total Storage" msgstr "Stockage total" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Système" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Trafic total" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Trafic Web" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Partager le Trafic de lien" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Synchroniser le Trafic" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7884,6 +6482,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "Nom de l'équipe" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Importer un fichier" @@ -7929,6 +6531,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Publier" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "Pas de changement" @@ -7937,16 +6543,6 @@ msgstr "Pas de changement" msgid "Changes" msgstr "Modifications" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "Dernière modification" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "Modification suivante" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "Pas d'historique de version" @@ -7998,8 +6594,6 @@ msgstr "Introduisez des extensions de fichiers ici, séparées par ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Réinitialiser" @@ -8008,6 +6602,7 @@ msgid "Invalid file size range." msgstr "L'intervalle de la taille de fichier n'est pas valide." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Trois lettres requises au minimum." @@ -8020,6 +6615,17 @@ msgstr "Résultat" msgid "results" msgstr "Résultats" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "Aucun dossier partagé" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "Vous n'avez pas encore partagé de dossiers avec d'autres utilisateurs. Vous pouvez partager un dossier avec d'autres utilisateurs en cliquant en cliquant sur l'icône de partage à droite de son libellé." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8048,94 +6654,66 @@ msgstr "Vous n'avez encore partagé aucune bibliothèque avec d'autres utilisate msgid "all members" msgstr "Tous les membres" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "Vous n'avez pas encore créé de liens de partage. Un lien de partage peut être utilisé pour partager des fichiers et des dossiers avec n'importe qui. Vous pouvez créer un lien de partage pour un fichier ou un dossier en cliquant sur l'icône de partage à droite de son nom." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Visites" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "Aucun lien d'envoi" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "Vous n'avez pas encore créé de lien d'envoi. Un lien d'envoi permet à des utilisateurs anonymes de charger des fichiers dans un dossier ou une bibliothèque. Vous pouvez créer un lien d'envoi pour un dossier ou une bibliothèque en cliquant sur l'icône de partage à droite de son libellé. " + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "(supprimé)" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Supprimer" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "Par expiration ascendante" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "Par expiration descendante" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "Tous les liens de téléchargement invalides ont été supprimés." - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "Supprimer les liens de téléchargement invalides" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "Êtes-vous certain de vouloir supprimer les liens de téléchargement invalides ?" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "Tous les liens d'envoi invalides ont été supprimés." - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "Supprimer les liens d'envoi invalides" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" -msgstr "Êtes-vous certain de vouloir supprimer les liens d'envoiv invalides ?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" +msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "Serveur" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "Aucune bibliothèque partagée" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Impossible de supprimer le partage de {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Il n'y a pas de bibliothèques publiques." +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "Aucun favori" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Partagez une bibliothèque existante" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "Vous n'avez pas encore ajouté de bibliothèques, dossiers ou fichiers à vos favoris. Un favori permet un accès rapide à vos objets les plus fréquents. Vous pouvez ajouter une bibliothèque, dossier ou fichier à vos favoris en cliquant sur l'étoile à gauche de son libellé. " #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Rapports d'abus" @@ -8147,6 +6725,11 @@ msgstr "Auteur du rapport" msgid "Handled" msgstr "Suspendu" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "Aucun journal de connexion administrateur" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8160,9 +6743,10 @@ msgstr "Logs d'opérations administrateur" msgid "Admin Login Logs" msgstr "Logs de connexion d'aministrateur" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Opération" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "Aucun journal des opérations d'administration" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8220,41 +6804,11 @@ msgstr "Utilisateur {user} supprimé" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Ajouter une bibliothèque" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Ajouter des membres" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8275,6 +6829,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Pas de département" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Pas de membre" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Sous-département" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "Pas de sous-département" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Chemin" @@ -8295,40 +6868,12 @@ msgstr "Enregistrements de contenu" msgid "Are you sure you want to remove {placeholder} ?" msgstr "Êtes-vous certain de vouloir retirer {placeholder} de ce groupe?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Retirer un membre" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "{email_placeholder} a été ajouté." - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Échec de l'ajout {email_placeholder} : {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "Le membre {placeholder} a été retiré." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "Êtes-vous certain de vouloir annuler le partage {placeholder} ?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Bibliothèque non partagée" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Le partage de {placeholder} a été supprimé." +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Aucun groupe" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8399,53 +6944,34 @@ msgid "Limits" msgstr "Limites" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organisations" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Révoquer un administrateur" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "Êtes-vous certain de vouloir révoquer les droits de l’administration de {placeholder}?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Révoquer" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Les droits de l’administration de {placeholder} ont été révoqués." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Nombre de membres" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administrateurs" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Institutions" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Définir un administrateur" @@ -8453,20 +6979,19 @@ msgstr "Définir un administrateur" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "Êtes-vous certain de vouloir de faire {name} L'administrateur?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Supprimer une institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "Aucune invitation" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Ajouter institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Inviter" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8493,31 +7018,64 @@ msgid "Delete Expired Invitations" msgstr "Supprimer les invitations expirées" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Invitations" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Token" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Supprimer" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "N'affichez que {placeholder}" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "Aucun journal d'accès aux fichiers" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "Aucun journal de mise à jour des fichiers" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "Aucun journal de connexion" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Se connecter" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Accès fichier" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Mise à jour fichier" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "Aucun journal de permission" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Ajouter" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Menu de navigation sur le côté" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "Aucune notification" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8544,31 +7102,32 @@ msgstr "Êtes-vous certain de vouloir supprimer la notification?" msgid "All Notifications" msgstr "Toutes les notifications" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Nombre de groupes" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "Êtes-vous certain de vouloir réinitialiser le mot de passe de {placeholder}?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "Le(s) utilisateur(s) {userCount} et les bibliothèques {repoCount} de cette organisation seront également supprimés." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Supprimer l'organisation" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8586,10 +7145,14 @@ msgstr "Rechercher des organisations" msgid "Search libraries by name or ID" msgstr "Recherche de bibliothèques par nom ou par identifiant" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Paramètres de l'historique" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikis" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Système" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8614,30 +7177,19 @@ msgstr "Astuce : Les bibliothèques supprimées sont automatiquement éliminées msgid "Search libraries by owner" msgstr "Recherche de bibliothèques par propriétaire" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "Analyse de fichier" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Recherche de virus" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Conditions d'utilisation" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Logs admin" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "Aucune condition d'utilisation" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Créé" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Mettre à jour" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "Supprimer T&C" @@ -8646,6 +7198,14 @@ msgstr "Supprimer T&C" msgid "Update succeeded." msgstr "Mis à jour avec succès." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Conditions d'utilisation" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8656,15 +7216,17 @@ msgstr "1 utilisateur a été supprimé avec succès." msgid "Successfully deleted {user_number_placeholder} users." msgstr " {user_number_placeholder} utilisateurs ont été supprimé avec succès." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Les droits de l’administration de {placeholder} ont été révoqués." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Supprimer des utilisateurs" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Êtes-vous certain de vouloir supprimer le(s) utilisateur(s) sélectionné(s) ?" @@ -8676,34 +7238,22 @@ msgstr "Définir un identifiant de connexion" msgid "Set Contact Email" msgstr "Définir l'e-mail de contact" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Identifiant de connexion" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Bibliothèques partagées" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Liens partagés" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Institution" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Administrateur par défaut" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Administrateur du jour" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Administrateur d'audit" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Utilisateurs" @@ -9013,23 +7563,9 @@ msgstr "Importer les fichiers à {folder_name_placeholder}" msgid "shared by:" msgstr "partagé par :" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Le propriétaire de cette bibliothèque n'a plus assez d'espace libre.." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "La taille du fichier doit être inférieure à {max_size_placeholder}." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "Glisser-déposer des fichiers et dossiers" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Aller à la bibliothèque" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Annuler tout" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9045,7 +7581,11 @@ msgstr "Voulez-vous vraiment supprimer les éléments sélectionnés ?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Menu de navigation sur le côté" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9096,17 +7636,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Pages" @@ -9157,14 +7687,18 @@ msgstr "Instantané de {placeholder}" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Langue" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Authentification à deux facteurs" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Appareils liés" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9173,35 +7707,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profil" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Partagé par : " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Liste" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Vignettes" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "Zipper les éléments sélectionnés" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "Enregistrer la sélection" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9211,14 +7717,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Échec de conversion du document." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "Vous pouvez aussi utiliser la touche ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "Vous pouvez aussi utiliser la touche →" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9245,6 +7743,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9358,92 +7861,11 @@ msgstr "Yous n'avez pas de favoris." msgid "Import Users" msgstr "Importer des utilisateurs" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Appareils déconnectés" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "Enregistrer la sélection" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Aucune erreur de synchronisation" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Aucun groupe" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "Aucune notification" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "Aucune invitation" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "Aucune condition d'utilisation" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "Aucun favori" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "Aucun dossier partagé" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "Aucun journal de connexion administrateur" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "Aucun journal des opérations d'administration" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "Aucun journal de permission" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "Aucun journal de connexion" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "Aucun journal de mise à jour des fichiers" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "Aucun journal d'accès aux fichiers" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "Vous n'avez pas encore partagé de dossiers avec d'autres utilisateurs. Vous pouvez partager un dossier avec d'autres utilisateurs en cliquant en cliquant sur l'icône de partage à droite de son libellé." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "Vous n'avez pas encore créé de liens de partage. Un lien de partage peut être utilisé pour partager des fichiers et des dossiers avec n'importe qui. Vous pouvez créer un lien de partage pour un fichier ou un dossier en cliquant sur l'icône de partage à droite de son nom." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "Vous n'avez pas encore créé de lien d'envoi. Un lien d'envoi permet à des utilisateurs anonymes de charger des fichiers dans un dossier ou une bibliothèque. Vous pouvez créer un lien d'envoi pour un dossier ou une bibliothèque en cliquant sur l'icône de partage à droite de son libellé. " - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "Vous n'avez pas encore ajouté de bibliothèques, dossiers ou fichiers à vos favoris. Un favori permet un accès rapide à vos objets les plus fréquents. Vous pouvez ajouter une bibliothèque, dossier ou fichier à vos favoris en cliquant sur l'étoile à gauche de son libellé. " - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9454,7 +7876,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9661,6 +8083,453 @@ msgstr "Échec du déplacement de %(name)s" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9730,9 +8599,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9754,38 +8620,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/he/LC_MESSAGES/django.po b/locale/he/LC_MESSAGES/django.po index c89add30dd..c3e28b8df1 100644 --- a/locale/he/LC_MESSAGES/django.po +++ b/locale/he/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Kunda, 2013-2014\n" "Language-Team: Hebrew (http://app.transifex.com/haiwen/seahub/language/he/)\n" @@ -865,7 +865,8 @@ msgid "" msgstr "" #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1521,11 +1522,11 @@ msgstr "" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "" @@ -2509,8 +2510,8 @@ msgstr "" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3046,11 +3047,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "לא ניתן להציג קובץ" @@ -3082,7 +3083,7 @@ msgstr "" msgid "Unknown error" msgstr "שגיאה לא ידועה" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -3109,9 +3110,9 @@ msgid "Bad upload link token." msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "קובץ לא קיים" @@ -3139,49 +3140,49 @@ msgstr "" msgid "Unknown file encoding" msgstr "קידוד קובץ לא ידוע" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "" -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/he/LC_MESSAGES/djangojs.po b/locale/he/LC_MESSAGES/djangojs.po index 471f23f35d..05a0a040fc 100644 --- a/locale/he/LC_MESSAGES/djangojs.po +++ b/locale/he/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew (http://app.transifex.com/haiwen/seahub/language/he/)\n" @@ -35,8 +35,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "מנהל מערכת" @@ -48,44 +46,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "אווטאר" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "הגדרות" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "התנתק" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -135,6 +111,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -216,33 +208,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -280,54 +265,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "קבצים" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -338,57 +294,23 @@ msgstr "קבצים" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "עוד פעולות" @@ -413,7 +335,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -435,7 +356,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -450,6 +371,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "תיאור" @@ -477,8 +399,6 @@ msgstr "תיאור" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -488,8 +408,6 @@ msgstr "תיאור" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -497,7 +415,6 @@ msgstr "תיאור" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -506,30 +423,24 @@ msgstr "תיאור" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -538,7 +449,6 @@ msgstr "תיאור" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -554,11 +464,8 @@ msgstr "תיאור" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -570,11 +477,9 @@ msgstr "תיאור" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -603,18 +508,12 @@ msgstr "בטל" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -624,29 +523,21 @@ msgstr "בטל" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -655,7 +546,6 @@ msgstr "בטל" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -668,8 +558,6 @@ msgstr "בטל" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -678,9 +566,6 @@ msgstr "בטל" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -693,14 +578,12 @@ msgstr "בטל" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -730,14 +613,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -747,10 +625,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -758,12 +634,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -776,7 +648,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -784,12 +655,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -799,29 +666,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -848,13 +718,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -939,11 +809,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1011,122 +877,55 @@ msgstr "באמת למחוק את חשבונך?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1172,20 +971,15 @@ msgstr "האם אתה בטוח שברצונך לשחזר ספרייה זו?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "שחזור" @@ -1206,12 +1000,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "" @@ -1247,7 +1035,6 @@ msgstr "" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1303,16 +1090,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "קובץ חדש" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1354,12 +1137,8 @@ msgstr "סיסמאות אינן תואמות" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1370,39 +1149,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1419,6 +1178,7 @@ msgstr "קריאה-כתיבה" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1430,24 +1190,18 @@ msgstr "הצפן" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "סיסמא" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "סיסמא שוב" @@ -1458,7 +1212,6 @@ msgstr "סיסמא שוב" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "שגיאת שרת פנימית" @@ -1469,10 +1222,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1490,13 +1239,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1522,7 +1268,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1535,35 +1280,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "העלאה" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1571,10 +1305,6 @@ msgstr "העלאה" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "הורדה" @@ -1601,7 +1331,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1609,8 +1338,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "העתק" @@ -1624,9 +1351,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1634,14 +1358,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1651,9 +1370,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "לערוך" @@ -1694,16 +1410,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "מחק קבוצה" @@ -1711,17 +1424,6 @@ msgstr "מחק קבוצה" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1735,10 +1437,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1796,18 +1494,6 @@ msgstr "" msgid "Date" msgstr "" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1868,114 +1554,19 @@ msgid "Upload Link" msgstr "קישור להעלאה" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "עדכן" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "שולח..." - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1986,20 +1577,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "העלה קובץ" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2051,7 +1628,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2059,28 +1635,19 @@ msgid "It is required." msgstr "זה דרוש." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2091,10 +1658,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2117,30 +1681,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "סיסמא לא נכונה" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "הגדרות" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2160,6 +1718,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2223,70 +1787,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "קבוצה" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2298,6 +1798,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2314,23 +1815,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2339,8 +1836,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2350,41 +1845,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "גודל" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "עודכן לאחרונה" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2408,6 +1895,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2445,14 +1934,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2463,14 +1951,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2478,29 +1977,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "אימייל" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "אשר סיסמא" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2555,8 +2045,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2567,7 +2055,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "מחק חבר" @@ -2596,7 +2083,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "" @@ -2637,8 +2123,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2701,76 +2185,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "שגיאה" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "נא בדוק את הרשת." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2816,39 +2230,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "לא ידוע" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "פרטים" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2863,17 +2244,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "קישורים להעלאה" @@ -2886,98 +2261,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "ביקורים" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3015,39 +2298,6 @@ msgstr "" msgid "Search files in this library" msgstr "חיפוש קבצים בספרייה זו" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "אין תוצאה" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "ספרייה הנוכחית" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3079,6 +2329,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3110,30 +2369,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "שתף" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "" @@ -3146,78 +2393,13 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3241,12 +2423,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3261,17 +2443,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3290,7 +2467,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3366,10 +2543,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3397,15 +2572,13 @@ msgstr "שם(לא חובה)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "" @@ -3461,8 +2634,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3476,19 +2647,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "משתמשים" @@ -3504,15 +2666,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3540,6 +2698,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "שגיאה" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "נא בדוק את הרשת." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3551,25 +2766,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3578,8 +2799,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "קובץ" @@ -3695,6 +2915,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "קבצים" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3704,7 +2935,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "אשפה" @@ -3727,6 +2958,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3834,87 +3070,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3925,28 +3138,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "סיפריות" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3988,57 +3193,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "שומר..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4053,54 +3213,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "שם" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4112,13 +3227,13 @@ msgid "unstarred" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "" @@ -4127,74 +3242,26 @@ msgstr "" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "פרטים" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4211,7 +3278,7 @@ msgstr "מנהל" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4224,8 +3291,8 @@ msgstr "" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4241,17 +3308,15 @@ msgstr "נתיב הנוכחי:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4260,121 +3325,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "עזרה" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "קישורים" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "תיקיות" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "חברים" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4401,6 +3355,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4413,6 +3368,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4449,21 +3409,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4475,53 +3420,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "סיפריות" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "אין תוצאה" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4530,8 +3465,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "" @@ -4541,8 +3474,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "" @@ -4567,6 +3498,10 @@ msgstr "לשלוח ל:" msgid "Message (optional):" msgstr "" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "שולח..." + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "" @@ -4600,24 +3535,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4647,13 +3564,9 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" msgstr "" #: frontend/src/components/share-link-panel/link-details.js:51 @@ -4669,30 +3582,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4703,46 +3623,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "נכשל. נא בדוק הרשת." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "העבר" @@ -4754,17 +3661,18 @@ msgid "Folder Permission" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "בטל שיתוף" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4775,27 +3683,18 @@ msgstr "" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4812,18 +3711,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4831,8 +3718,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4886,15 +3771,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4967,17 +3846,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "" @@ -5004,18 +3872,6 @@ msgstr "" msgid "Last Access" msgstr "" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5035,10 +3891,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5046,49 +3899,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5105,11 +3915,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "אווטאר:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "" @@ -5152,6 +3957,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5193,54 +3999,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5321,7 +4087,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5344,6 +4110,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5379,17 +4146,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "" @@ -5547,17 +4312,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5694,29 +4459,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5741,7 +4495,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5754,11 +4508,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5790,6 +4539,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5825,15 +4585,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5867,21 +4618,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6073,9 +4809,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6187,8 +4922,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6335,14 +5070,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6366,27 +5096,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6419,34 +5155,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6577,6 +5313,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6592,15 +5331,8 @@ msgstr "" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6716,15 +5448,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "ספרייה" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6743,11 +5490,6 @@ msgid "(current version)" msgstr "" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "הצג" @@ -6761,19 +5503,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6791,6 +5520,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6798,6 +5541,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "חברים" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6819,27 +5579,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "מידע" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6863,27 +5622,16 @@ msgstr "" msgid "Operations" msgstr "פעולות" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "אווטאר" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "" @@ -6891,15 +5639,13 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6908,34 +5654,32 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "מחק משתמש" @@ -6944,7 +5688,6 @@ msgstr "מחק משתמש" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6955,19 +5698,30 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6979,7 +5733,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6987,103 +5741,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7097,6 +5843,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "שומר..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7105,29 +5861,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "עזרה" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7148,15 +5913,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7187,65 +5956,22 @@ msgstr "" msgid "Shared By" msgstr "שותף ע\"י" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7253,30 +5979,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "ספרייה" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7347,11 +6053,44 @@ msgstr "" msgid "Clear" msgstr "" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7380,8 +6119,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "קודם" @@ -7390,8 +6127,6 @@ msgstr "קודם" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "הבא" @@ -7400,45 +6135,11 @@ msgstr "הבא" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7447,6 +6148,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7462,6 +6169,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "" @@ -7481,26 +6189,12 @@ msgid "Organization" msgstr "" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7514,7 +6208,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7577,36 +6270,9 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7661,39 +6327,6 @@ msgstr "" msgid "Add user" msgstr "" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7712,8 +6345,6 @@ msgstr "השתנה" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7780,39 +6411,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "מערכת" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7870,6 +6468,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "" @@ -7915,6 +6517,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7923,16 +6529,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7984,8 +6580,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7994,6 +6588,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8006,6 +6601,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8034,94 +6640,66 @@ msgstr "" msgid "all members" msgstr "כל החברים" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "ביקורים" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "הסר" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8133,6 +6711,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8146,8 +6729,9 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 @@ -8206,41 +6790,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "הוסף חברים" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8261,6 +6815,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8281,39 +6854,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "בטל שיתוף ספרייה" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8385,53 +6930,34 @@ msgid "Limits" msgstr "" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "מנהלים" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "" @@ -8439,19 +6965,18 @@ msgstr "" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8479,30 +7004,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "הסר" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "הוסף" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8530,31 +7088,32 @@ msgstr "" msgid "All Notifications" msgstr "" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8572,11 +7131,15 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "מערכת" + #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" msgstr "" @@ -8600,30 +7163,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "עדכן" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8632,6 +7184,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8642,15 +7202,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8662,34 +7224,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "מסד הנתונים" @@ -8999,22 +7549,8 @@ msgstr "" msgid "shared by:" msgstr "שותף ע\"י:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" msgstr "" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 @@ -9031,7 +7567,11 @@ msgstr "" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9082,17 +7622,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "" @@ -9143,14 +7673,18 @@ msgstr "" msgid "Profile" msgstr "פרופיל" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9159,35 +7693,7 @@ msgstr "" msgid "Profile Setting" msgstr "" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "שותף ע\"י:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9197,14 +7703,6 @@ msgstr "" msgid "Document convertion failed." msgstr "" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9231,6 +7729,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9344,92 +7847,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9440,7 +7862,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9647,6 +8069,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9716,9 +8585,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9740,38 +8606,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/hu/LC_MESSAGES/django.po b/locale/hu/LC_MESSAGES/django.po index db79de40d0..18adfefb9c 100644 --- a/locale/hu/LC_MESSAGES/django.po +++ b/locale/hu/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Kelemen Norbert , 2018,2022-2023\n" "Language-Team: Hungarian (http://app.transifex.com/haiwen/seahub/language/hu/)\n" @@ -872,7 +872,8 @@ msgid "" msgstr "Már van %(nb_avatars)d avatarja, a maximális engedélyezett szám %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1523,11 +1524,11 @@ msgstr "%(site_name)s csapat" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Jogosultság megtagadva" @@ -2508,8 +2509,8 @@ msgstr "Megosztott kötetek" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3045,11 +3046,11 @@ msgstr "Letilt" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Fájl megtekintése sikertelen" @@ -3081,7 +3082,7 @@ msgstr "A megadott napló nem létezik" msgid "Unknown error" msgstr "Ismeretlen hiba" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nem létezik." @@ -3108,9 +3109,9 @@ msgid "Bad upload link token." msgstr "Hibás feltöltési link token." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "A fájl nem létezik" @@ -3138,49 +3139,49 @@ msgstr "A választott kódolás nem megfelelő." msgid "Unknown file encoding" msgstr "Érvénytelen fájlkódolás" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Fájlméret több mint %s, nem nyitható meg online." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Ez egy titkosított kötet, a fájlokat nem lehet online megjeleníteni." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Hiba történt a fájl Online Office előnézeti oldal betöltése közben." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Hiba történt a fájl OnlyOffice előnézeti oldal betöltése közben." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "A fájlt nem lehet letölteni, érvénytelen elérési útvonal" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "A fájlt nem lehet letölteni, hibás elérési útvonal" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Fájl letöltése sikertelen." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Nem lehet fájlt letölteni" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/hu/LC_MESSAGES/djangojs.po b/locale/hu/LC_MESSAGES/djangojs.po index 268c56f715..5abcf380da 100644 --- a/locale/hu/LC_MESSAGES/djangojs.po +++ b/locale/hu/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Kelemen Norbert , 2018,2022\n" "Language-Team: Hungarian (http://app.transifex.com/haiwen/seahub/language/hu/)\n" @@ -38,8 +38,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Rendszer-adminisztrátor" @@ -51,44 +49,22 @@ msgstr "Szervezeti adminisztrátor" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar:" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Profil megtekintése" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Foglalt:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Beállítások" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Kijelentkezés" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -138,6 +114,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -219,33 +211,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Értesítések" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Értesítés" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -283,54 +268,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Tagek" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Fájlok" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -341,57 +297,23 @@ msgstr "Fájlok" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "További műveletek" @@ -416,7 +338,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -438,7 +359,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -453,6 +374,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Leírás" @@ -480,8 +402,6 @@ msgstr "Leírás" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -491,8 +411,6 @@ msgstr "Leírás" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -500,7 +418,6 @@ msgstr "Leírás" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -509,30 +426,24 @@ msgstr "Leírás" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -541,7 +452,6 @@ msgstr "Leírás" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -557,11 +467,8 @@ msgstr "Leírás" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -573,11 +480,9 @@ msgstr "Leírás" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -606,18 +511,12 @@ msgstr "Mégsem" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -627,29 +526,21 @@ msgstr "Mégsem" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -658,7 +549,6 @@ msgstr "Mégsem" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -671,8 +561,6 @@ msgstr "Mégsem" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -681,9 +569,6 @@ msgstr "Mégsem" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -696,14 +581,12 @@ msgstr "Mégsem" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -733,14 +616,9 @@ msgstr "Wiki hozzáadása" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -750,10 +628,8 @@ msgstr "Wiki hozzáadása" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -761,12 +637,8 @@ msgstr "Wiki hozzáadása" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -779,7 +651,6 @@ msgstr "Wiki hozzáadása" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -787,12 +658,8 @@ msgstr "Wiki hozzáadása" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -802,29 +669,32 @@ msgstr "Wiki hozzáadása" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -851,13 +721,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -942,11 +812,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1014,122 +880,55 @@ msgstr "Biztosan törli a fiókot?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1175,20 +974,15 @@ msgstr "Biztosan visszaállítja a kötetet?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Visszaállítás" @@ -1209,12 +1003,6 @@ msgstr "Törölje a fájlokat az eszközről, amikor legközelebb online lesz." #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Leválasztás" @@ -1250,7 +1038,6 @@ msgstr "Kiválasztott elem(ek) másolása ide:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1306,16 +1093,12 @@ msgstr "A név \"{name}\" használatban van. Kérem, válasszon egy másikat." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Új fájl" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1357,12 +1140,8 @@ msgstr "Nem egyeznek a megadott jelszavak." #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1373,39 +1152,19 @@ msgid "Template" msgstr "Sablon" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1422,6 +1181,7 @@ msgstr "Írás-olvasás" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1433,24 +1193,18 @@ msgstr "Titkosítás" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Jelszó" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Jelszó ismét" @@ -1461,7 +1215,6 @@ msgstr "Jelszó ismét" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Belső kiszolgálóhiba" @@ -1472,10 +1225,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1493,13 +1242,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Mentés" @@ -1525,7 +1271,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1538,35 +1283,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Feltöltés" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1574,10 +1308,6 @@ msgstr "Feltöltés" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Letöltés" @@ -1604,7 +1334,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1612,8 +1341,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Másolás" @@ -1627,9 +1354,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1637,14 +1361,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1654,9 +1373,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Szerkesztés" @@ -1697,16 +1413,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Kötet törlése" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Csoport törlése" @@ -1714,17 +1427,6 @@ msgstr "Csoport törlése" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Címkék kiválasztása" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Címkék szerkesztése sikeres" @@ -1738,10 +1440,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1799,18 +1497,6 @@ msgstr "Eszköz neve" msgid "Date" msgstr "Dátum" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonymous felhasználó" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Ehhez a fájlhoz (nyilvánvalóan) még nem érkezett hozzáférési kérés " - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1871,114 +1557,19 @@ msgid "Upload Link" msgstr "Feltöltési hivatkozás" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Elrejt" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Mutat" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Frissítés" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Küldés" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Jelszó védelem hozzáadása" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Automatikus lejárat beállítása" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generál" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Előző (Balra nyíl)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Következő (Jobbra nyíl)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Bezár (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Nagyítás" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Kicsinyítés" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1989,20 +1580,6 @@ msgstr "Válasszon egy .xlsx fájlt" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Mintafájl letöltése" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Fájl feltöltése" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Fájl kiválasztása" @@ -2054,7 +1631,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2062,28 +1638,19 @@ msgid "It is required." msgstr "Szükséges." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "%(email) sikeresen meghívva" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "%(email) és további %(num) ember meghívva." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2094,10 +1661,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "E-mail címek ”,”-vel elválasztva " @@ -2120,30 +1684,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Ez a kötet jelszóval van védve" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Hibás jelszó" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "A jelszó egy órán át lesz tárolva a kiszolgálón." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Beállítások" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2163,6 +1721,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2226,70 +1790,6 @@ msgstr "{placeholder} könyvtár jogosultsága" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Csoport" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Könyvtár" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Csoportok keresése" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Létrehozott fájlok" @@ -2301,6 +1801,7 @@ msgstr "Létrehozott fájlok" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2317,23 +1818,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2342,8 +1839,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2353,41 +1848,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Méret" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Utolsó frissítés " #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "törölve" @@ -2411,6 +1898,8 @@ msgstr "Törölt kötetek" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2448,14 +1937,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Új alosztály" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2466,14 +1954,25 @@ msgstr "Új osztály" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Tag hozzáadása" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2481,29 +1980,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Felhasználó hozzáadása" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "E-mail" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Jelszó megerősítése" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2558,8 +2048,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2570,7 +2058,6 @@ msgstr "Osztály törlése" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Tag eltávolítása" @@ -2599,7 +2086,6 @@ msgstr "Érvénytelen kvóta" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Kvóta beállítása" @@ -2640,8 +2126,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2704,76 +2188,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Jogosultság megtagadva" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Hiba" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Ellenőrizze a hálózatot." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2819,39 +2233,6 @@ msgstr "Verzió" msgid "Labels" msgstr "Címkék" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Nincs" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Ismeretlen" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Részletek" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Aktuális verzió" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Pillanatkép megtekintése" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2866,17 +2247,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Megosztási linkek" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Feltöltési linkek" @@ -2889,98 +2264,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Lejárat" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "1 elem sikeresen törölve." - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Létrehozó" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Link" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Látogatások " - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3018,39 +2301,6 @@ msgstr "" msgid "Search files in this library" msgstr "Fájlok keresése ebben a kötetben" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Nincs találat" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Aktuális kötet" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Más kötetek" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Kapcsolat E-mail beállítása" @@ -3082,6 +2332,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Link" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3113,30 +2372,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Megosztás" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ikon" @@ -3149,78 +2396,13 @@ msgstr "Válasszon kötetet a megosztáshoz" msgid "Select libraries to share" msgstr "Válasszon köteteket a megosztáshoz" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Meghívó" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "1 elem sikeresen törölve." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3244,12 +2426,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3264,17 +2446,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Biztosan törli?" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3293,7 +2470,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3369,10 +2546,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3400,15 +2575,13 @@ msgstr "Név (opcionális)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Szerep" @@ -3464,8 +2637,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Feltételek" @@ -3479,19 +2650,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Felhasználók" @@ -3507,15 +2669,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Osztályok" @@ -3543,6 +2701,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Kérem adjon meg még 1 vagy több karaktert" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Jogosultság megtagadva" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Hiba" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Ellenőrizze a hálózatot." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3554,25 +2769,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Aktuális útvonal: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Könyvtár" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3581,8 +2802,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Fájl" @@ -3698,6 +2918,17 @@ msgstr "" msgid "Packaging..." msgstr "Csomagolás" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Fájlok" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3707,7 +2938,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Kuka" @@ -3730,6 +2961,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3837,87 +3073,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Létrehozó" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "lezárva" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Nem kedvenc" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Csillagozás" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3928,28 +3141,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Kötetek" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "A ← gombot is használhatja" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "a → gombot is használhatja " #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3991,57 +3196,12 @@ msgstr "Hálózati hiba" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Mentés..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4056,54 +3216,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Fájl feltöltés ..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Mindet kivesz" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "név" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "állapot" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4115,13 +3230,13 @@ msgid "unstarred" msgstr "nem kedvenc" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Lezár" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Kinyit" @@ -4130,74 +3245,26 @@ msgstr "Kinyit" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Megnyitás kliensben" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Szülőkönyvtár megnyitása" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "Az online előnézet nem lehetséges ennél a fájlformátumnál" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Köteteim" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Velem megosztva" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Mindenkivel megosztva" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Részletek" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4214,7 +3281,7 @@ msgstr "Adminisztrátor" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4227,8 +3294,8 @@ msgstr "Tag" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4244,17 +3311,15 @@ msgstr "Aktuális útvonal: " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Kötet típusa" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Tennivalók" @@ -4263,121 +3328,10 @@ msgstr "Tennivalók" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Kedvencek" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Tevékenységek" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikik" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Segítség" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Kliensek" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Névjegy" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Linkek" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Könyvtárak" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Saját fiók" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Megosztások kezelése" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "több mutatása" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Tagok" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Birtokolt kötetek" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Megosztott kötetek" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Oldal" @@ -4404,6 +3358,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Nincsenek címkék" @@ -4416,6 +3371,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4452,21 +3412,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Publikálva" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4478,53 +3423,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Kötetek" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Nincs találat" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "Egyedi jogosultság hozzáadása" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4533,8 +3468,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Alapértelmezett" @@ -4544,8 +3477,6 @@ msgstr "Alapértelmezett" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Vendég" @@ -4570,6 +3501,10 @@ msgstr "Címzett:" msgid "Message (optional):" msgstr "Üzenet (opcionális):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Küldés" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Küldés..." @@ -4603,24 +3538,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4650,14 +3567,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Jogosultság beállítása" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Jelszó védelem hozzáadása" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4672,30 +3585,37 @@ msgstr "Közvetlen letöltési link vágólapra másolva" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Biztosan törli a megosztási linket?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Lejárat" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4706,46 +3626,33 @@ msgstr "Sikeresen elmentve" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Fájl letöltés letiltva: a megosztási link tulajdonosa elérte a forgalmi korlátot." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Megosztó:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Mentés másként..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Lejárt" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Kötet átadása sikeres." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Sikertelen. Ellenőrizze a hálózatot." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Átad" @@ -4757,17 +3664,18 @@ msgid "Folder Permission" msgstr "Könyvtár jogosultság" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Megosztás törlése" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Megosztások kezelése" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4778,27 +3686,18 @@ msgstr "Jelszó változtatás" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Jelszó átállítása" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4815,18 +3714,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4834,8 +3721,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4889,15 +3774,9 @@ msgid "New" msgstr "Új" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4970,17 +3849,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Nyelvi beállítások" @@ -5007,18 +3875,6 @@ msgstr "Platform" msgid "Last Access" msgstr "Utolsó elérés" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Kapcsolt eszközök" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5038,10 +3894,7 @@ msgstr "Felhasználói fiókja listázása a globális névjegyzékben, így má msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5049,49 +3902,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Kétlépcsős azonosítás kikapcsolása" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Amennyiben nincs önnél az azonosító eszköz, használhatja a tartalék kódokat fiókja eléréséhez." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Kódok mutatása" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "A felhasználói fiókon a kétlépcsős azonosítás nem aktív. Kapcsolja be a fokozott biztonságért." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Kétlépcsős azonosítás bekapcsolása" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Kétlépcsős azonosítás" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5108,11 +3918,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Felhasználónév:" @@ -5155,6 +3960,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5196,54 +4002,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Publikálás" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Wiki törlése" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Velem megosztva" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5324,7 +4090,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5347,6 +4113,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5382,17 +4149,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Mind" @@ -5550,17 +4315,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5697,29 +4462,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5744,7 +4498,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5757,11 +4511,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5793,6 +4542,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5828,15 +4588,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5870,21 +4621,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6076,9 +4812,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6190,8 +4925,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6338,14 +5073,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6369,27 +5099,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Szülőkönyvtár megnyitása" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6422,34 +5158,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6580,6 +5316,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6595,17 +5334,10 @@ msgstr "Számláló" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Kiválaszt" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6719,15 +5451,30 @@ msgstr "Áthelyezett mappa" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Művelet" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Kötet" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6746,11 +5493,6 @@ msgid "(current version)" msgstr "(aktuális verzió)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Megtekintés" @@ -6764,19 +5506,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Nincs kötet" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6794,6 +5523,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Nincs kötet" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6801,6 +5544,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Tagok" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6822,27 +5582,26 @@ msgid "This is a special group representing a department." msgstr "Ez a speciális csoport egy osztályt reprezentál." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Infó." +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Birtokolt kötetek" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6866,27 +5625,16 @@ msgstr "Létrehozás helye:" msgid "Operations" msgstr "Műveletek" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar:" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Tár használva / Kvóta" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Kapcsolat email" @@ -6894,15 +5642,13 @@ msgstr "Kapcsolat email" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6911,34 +5657,32 @@ msgstr "Állapot" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Felhasznált terület" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Utolsó belépés" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Felhasználó törlése" @@ -6947,7 +5691,6 @@ msgstr "Felhasználó törlése" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6958,19 +5701,30 @@ msgstr "Aktív" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Nem aktív" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "1 elem sikeresen törölve." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Meghívás ideje" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Elfogadva" @@ -6982,7 +5736,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6990,103 +5744,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s másolása sikeres." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "%(name)s másolása sikertelen" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Megosztás elhagyása" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "A mappa nem létezik." @@ -7100,6 +5846,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Mentés..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Megnyitás kliensben" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7108,29 +5864,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Segítség" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Ez a fájl frissítve lett." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Frissítés" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Köteteim" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7151,17 +5916,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Sérült (a kötet javítása érdekében kérem értesítse az adminisztrátort)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7190,97 +5959,34 @@ msgstr "" msgid "Shared By" msgstr "Megosztó:" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Létrehozva" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Kvóta" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Nincsenek osztályok" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Nincs tag" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Alosztályok" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Kvóta módosítása" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "Nincsenek alosztályok" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Nincsenek csatlakozott eszközök" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Kötet" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Nincs szinkronizálási hiba" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7350,11 +6056,44 @@ msgstr "Biztos, hogy üríti a kukát?" msgid "Clear" msgstr "Tisztít" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Kvóta" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Létrehozva" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Csoportok keresése" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7383,8 +6122,6 @@ msgstr "Minden csoport" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Előző" @@ -7393,8 +6130,6 @@ msgstr "Előző" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Következő" @@ -7403,45 +6138,11 @@ msgstr "Következő" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Összes nyilvános link" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7450,6 +6151,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonymous felhasználó" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7465,6 +6172,7 @@ msgstr "Művelet" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Megosztás innen" @@ -7484,26 +6192,12 @@ msgid "Organization" msgstr "Szervezet" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Exportálás Excelbe" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Fájl hozzáférés" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Fájl frissítés" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7517,7 +6211,6 @@ msgid "Copied" msgstr "Átmásolva" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7580,36 +6273,9 @@ msgstr "Sikertelen" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Új jelszó" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Admin jog elvétele" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7664,39 +6330,6 @@ msgstr "Felhasználók importálása" msgid "Add user" msgstr "Felhasználó hozzáadása" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Statisztikák" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Eszközök" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Naplók" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 nap" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 nap" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 év" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7715,8 +6348,6 @@ msgstr "Módosítva" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7783,39 +6414,6 @@ msgstr "Felhasználói tárhely" msgid "Total Storage" msgstr "Összes tárhely" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Rendszer" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Összes forgalom" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Web forgalom" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Megosztási link forgalom" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Szinkronizáció forgalom" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7873,6 +6471,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Fájl feltöltés" @@ -7918,6 +6520,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Publikálás" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7926,16 +6532,6 @@ msgstr "" msgid "Changes" msgstr "Változások" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7987,8 +6583,6 @@ msgstr "Fájlkiterjesztések listája ','-vel elválasztva" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7997,6 +6591,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8009,6 +6604,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8037,94 +6643,66 @@ msgstr "" msgid "all members" msgstr "minden tag" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Látogatások " + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Eltávolítás" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Nincs nyilvános könyvtár" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Meglévő kötetek megosztása" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8136,6 +6714,11 @@ msgstr "" msgid "Handled" msgstr "Kezelve" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8149,9 +6732,10 @@ msgstr "Admin műveletek napló" msgid "Admin Login Logs" msgstr "Admin bejelentkezési napló" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Művelet" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8209,41 +6793,11 @@ msgstr "Felhasználó törölve: {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Kötet hozzáadása" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Tagok hozzáadása" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8264,6 +6818,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Nincsenek osztályok" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Nincs tag" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Alosztályok" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "Nincsenek alosztályok" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Elérési út" @@ -8284,40 +6857,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Kötet megosztásának visszavonása" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "{placeholder} megosztása sikeresen megszüntetve" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Nincs csoport" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8388,53 +6933,34 @@ msgid "Limits" msgstr "Határok" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Szervezetek" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Admin jog elvétele" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Tagok száma" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Adminisztrátorok" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Intézmények" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Admin jog megadása" @@ -8442,21 +6968,20 @@ msgstr "Admin jog megadása" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Intézmény törlése" - -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Meghívó" + #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" msgstr "Elfogadó" @@ -8482,31 +7007,64 @@ msgid "Delete Expired Invitations" msgstr "Lejárt meghívok törlése" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Meghívások" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Token" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Eltávolítás" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Fájl hozzáférés" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Fájl frissítés" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Hozzáad" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Oldalsávi menü" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8533,31 +7091,32 @@ msgstr "" msgid "All Notifications" msgstr "Összes értesítés" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Csoportok száma" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Szervezet törlése" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8575,10 +7134,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Naplóbeállítások" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikik" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Rendszer" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8603,30 +7166,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Víruskereső" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Felhasználási feltételek" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Admin napló" - #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Létrehozva" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Frissítés" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8635,6 +7187,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Felhasználási feltételek" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8645,15 +7205,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Biztoson törölni kívánja a kijelelt felhasználó(ka)t?" @@ -8665,34 +7227,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Felhasználónév" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Megosztott kötetek" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Megosztás linkek" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Intézmény" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Alapértelmezett Admin" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Napi Admin" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Vizsgáló Admin" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Adatbázis" @@ -9002,23 +7552,9 @@ msgstr "" msgid "shared by:" msgstr "megosztó:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "A kötet tulajdonosának elfogyott a tárhelye." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Mindet kivesz" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9034,7 +7570,11 @@ msgstr "Biztos, hogy törli ezt az oldalt?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Oldalsávi menü" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9085,17 +7625,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Oldalak" @@ -9146,14 +7676,18 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Nyelv" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Kétlépcsős azonosítás" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Kapcsolt eszközök" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9162,35 +7696,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profilbeállítások" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Megosztó: " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Lista" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Rács" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9200,14 +7706,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Dokumentum átalakítása meghiúsult." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "A ← gombot is használhatja" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "a → gombot is használhatja " - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9234,6 +7732,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9347,92 +7850,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Nincsenek csatlakozott eszközök" - -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Nincs szinkronizálási hiba" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Nincs csoport" - -#: frontend/src/translate.js:12 -msgid "No notifications" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9443,7 +7865,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9650,6 +8072,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9719,9 +8588,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9743,38 +8609,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/is/LC_MESSAGES/django.po b/locale/is/LC_MESSAGES/django.po index dd19f8d18c..cd82d721d9 100644 --- a/locale/is/LC_MESSAGES/django.po +++ b/locale/is/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Hjörleifur Sveinbjörnsson , 2014-2016\n" "Language-Team: Icelandic (http://app.transifex.com/haiwen/seahub/language/is/)\n" @@ -865,7 +865,8 @@ msgid "" msgstr "Þú hefur nú þegar %(nb_avatars)d sámyndir og leyfilegur hámarksfjöldi er %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1516,11 +1517,11 @@ msgstr "%(site_name)s teymið" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Aðgangi hafnað" @@ -2501,8 +2502,8 @@ msgstr "Deild Söfn" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3038,11 +3039,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Getur ekki skoðað skrá" @@ -3074,7 +3075,7 @@ msgstr "Sagan sem þú tilgreindir er ekki til" msgid "Unknown error" msgstr "Óþekkt villa" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" er ekki til." @@ -3101,9 +3102,9 @@ msgid "Bad upload link token." msgstr "Slæmt tákn í upphleðsluhlekk" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Skrá er ekki til" @@ -3131,49 +3132,49 @@ msgstr "Kóðunin sem þú valdir á ekki við." msgid "Unknown file encoding" msgstr "Óþekkt skráargerð" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Skráarstærð yfir %s, ekki hægt að opna í vafra." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Þetta safn er dulkóðað, get ekki opnað skrár innan kerfis." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Gat ekki niðurhalað skrá, röng skráarslóð" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Gat ekki niðurhalað skrá, röng skráarslóð" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Get ekki halað niður skrá" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/is/LC_MESSAGES/djangojs.po b/locale/is/LC_MESSAGES/djangojs.po index c590a6f2af..6f34c64bb1 100644 --- a/locale/is/LC_MESSAGES/djangojs.po +++ b/locale/is/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Hjörleifur Sveinbjörnsson , 2015-2016\n" "Language-Team: Icelandic (http://app.transifex.com/haiwen/seahub/language/is/)\n" @@ -36,8 +36,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Kerfisstjórnun" @@ -49,44 +47,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Smámynd" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Skoða persónuuplýsingar og fleira" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Notað:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Stillingar" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Útskrá" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -136,6 +112,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -217,33 +209,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Athugasemdir" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -281,54 +266,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Skrár" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -339,57 +295,23 @@ msgstr "Skrár" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Fleiri aðgerðir" @@ -414,7 +336,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -436,7 +357,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -451,6 +372,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Lýsing" @@ -478,8 +400,6 @@ msgstr "Lýsing" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -489,8 +409,6 @@ msgstr "Lýsing" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -498,7 +416,6 @@ msgstr "Lýsing" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -507,30 +424,24 @@ msgstr "Lýsing" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -539,7 +450,6 @@ msgstr "Lýsing" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -555,11 +465,8 @@ msgstr "Lýsing" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -571,11 +478,9 @@ msgstr "Lýsing" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -604,18 +509,12 @@ msgstr "Hætta við" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -625,29 +524,21 @@ msgstr "Hætta við" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -656,7 +547,6 @@ msgstr "Hætta við" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -669,8 +559,6 @@ msgstr "Hætta við" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -679,9 +567,6 @@ msgstr "Hætta við" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -694,14 +579,12 @@ msgstr "Hætta við" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -731,14 +614,9 @@ msgstr "Bæta við Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -748,10 +626,8 @@ msgstr "Bæta við Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -759,12 +635,8 @@ msgstr "Bæta við Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -777,7 +649,6 @@ msgstr "Bæta við Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -785,12 +656,8 @@ msgstr "Bæta við Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -800,29 +667,32 @@ msgstr "Bæta við Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -849,13 +719,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -940,11 +810,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1012,122 +878,55 @@ msgstr "Viltu í alvörunni eyða reikningnum þínum?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1173,20 +972,15 @@ msgstr "Ertu viss um að þú viljir endurvekja þetta safn?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Endurheimta" @@ -1207,12 +1001,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Aftengja" @@ -1248,7 +1036,6 @@ msgstr "Afrita merkt atriði í:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1304,16 +1091,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Ný Skrá" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1355,12 +1138,8 @@ msgstr "Lykilorðin stemma ekki" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1371,39 +1150,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1420,6 +1179,7 @@ msgstr "Lesa-Skrifa" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1431,24 +1191,18 @@ msgstr "Dulkóða" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Lykilorð" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Lykilorð aftur" @@ -1459,7 +1213,6 @@ msgstr "Lykilorð aftur" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Kerfisvilla" @@ -1470,10 +1223,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1491,13 +1240,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1523,7 +1269,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1536,35 +1281,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Hlaða upp" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1572,10 +1306,6 @@ msgstr "Hlaða upp" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Niðurhala" @@ -1602,7 +1332,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1610,8 +1339,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Afrita" @@ -1625,9 +1352,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1635,14 +1359,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1652,9 +1371,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Breyta" @@ -1695,16 +1411,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Eyða Safni" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Eyða Hópi" @@ -1712,17 +1425,6 @@ msgstr "Eyða Hópi" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1736,10 +1438,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1797,18 +1495,6 @@ msgstr "Nafn Tækis" msgid "Date" msgstr "Dagsetning" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Óþekktur notandi" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Það hefur enginn (að því er virðist) opnað þessa skrá enn" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1869,114 +1555,19 @@ msgid "Upload Link" msgstr "Upphleðslutengill" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Fela" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Sýna" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Uppfæra" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Senda" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Bæta við lykilorðavörn" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Setja sjálfvirkan gildistíma" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Mynda" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Fyrri (vinstri örvalykill)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Næsta (hægri örvalykill)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Loka (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1987,20 +1578,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Hlaða upp skrá" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2052,7 +1629,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2060,28 +1636,19 @@ msgid "It is required." msgstr "Þess er krafist." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2092,10 +1659,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2118,30 +1682,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Þetta safn er varið með lykilorði" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Rangt lykilorð" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Lykilorðið verður aðeins geymt í eina klukkustund" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Stillingar" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2161,6 +1719,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2224,70 +1788,6 @@ msgstr "{placeholder} Möppu Réttindi" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Hópur" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Mappa" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2299,6 +1799,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2315,23 +1816,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2340,8 +1837,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2351,41 +1846,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Stærð" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Síðasta Uppfærsla" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2409,6 +1896,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2446,14 +1935,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2464,14 +1952,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2479,29 +1978,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Netfang" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Staðfestu lykilorðið" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2556,8 +2046,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2568,7 +2056,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Eyða Félaga" @@ -2597,7 +2084,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Setja Kvóta" @@ -2638,8 +2124,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2702,76 +2186,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Aðgangi hafnað" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Villa" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Vinsamlegast athugaðu netkerfið." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2817,39 +2231,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Ekkert" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Óþekkt" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Í hnotskurn" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Núverandi Útgáfa" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Skoða Skyndimynd" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2864,17 +2245,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Deilihlekkir" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Upphleðslutenglar" @@ -2887,98 +2262,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Gildislok" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Stofnandi" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Hlekkur" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Heimsóknir" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3016,39 +2299,6 @@ msgstr "" msgid "Search files in this library" msgstr "Leita að skrám í þessu safni" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Engin niðurstaða" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Núverandi Safn" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Önnur Söfn" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3080,6 +2330,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Hlekkur" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3111,30 +2370,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Deila" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "smámynd" @@ -3147,78 +2394,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Veldu safn til að deila" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3242,12 +2424,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3262,17 +2444,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3291,7 +2468,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3367,10 +2544,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3398,15 +2573,13 @@ msgstr "Nafn (valkvæmt)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Hlutverk" @@ -3462,8 +2635,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3477,19 +2648,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Notendur" @@ -3505,15 +2667,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3541,6 +2699,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Vinsamlegast sláðu inn 1 eða fleiri stafi" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Aðgangi hafnað" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Villa" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Vinsamlegast athugaðu netkerfið." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3552,25 +2767,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Núverandi slóð:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Mappa" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3579,8 +2800,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Skrá" @@ -3696,6 +2916,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Skrár" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3705,7 +2936,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Ruslafata" @@ -3728,6 +2959,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3835,87 +3071,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Stofnandi" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "læst" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Taka stjörnu af" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Setja stjörnu á" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3926,28 +3139,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Söfn" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "þú getur einnig smellt á ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3989,57 +3194,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Vista..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4054,54 +3214,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Skrá hleðst upp..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Hætta við allt" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nafn" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4113,13 +3228,13 @@ msgid "unstarred" msgstr "Taka stjörnu af" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Læsa" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Aflæsa" @@ -4128,74 +3243,26 @@ msgstr "Aflæsa" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Opna með Biðlara" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Í hnotskurn" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4212,7 +3279,7 @@ msgstr "Stjórna" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4225,8 +3292,8 @@ msgstr "Félagi" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4242,17 +3309,15 @@ msgstr "Núverandi Slóð:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Safnagerð" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Aðgerðir" @@ -4261,121 +3326,10 @@ msgstr "Aðgerðir" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Virkni" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Hjálp" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Tengingar" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Tenglar" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Möppur" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Stjórnun deilinga" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Félagar" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4402,6 +3356,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4414,6 +3369,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4450,21 +3410,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4476,53 +3421,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Söfn" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Engin niðurstaða" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4531,8 +3466,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Sjálfgefið" @@ -4542,8 +3475,6 @@ msgstr "Sjálfgefið" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Gestur" @@ -4568,6 +3499,10 @@ msgstr "Senda til:" msgid "Message (optional):" msgstr "Skilaboð (valfrjálst):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Senda" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Sendi..." @@ -4601,24 +3536,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4648,14 +3565,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Bæta við lykilorðavörn" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4670,30 +3583,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Gildislok" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4704,46 +3624,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Niðurhal skráa er óvirkt: eigandi hlekks hefur klárað netumferðarkvótann sinn fyrir deilda hlekki." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Útrunnið" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Tókst að færa safnið." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Mistókst. Vinsamlegast veldu netkerfi." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Flytja" @@ -4755,17 +3662,18 @@ msgid "Folder Permission" msgstr "Möppuheimild" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Taka deilingu af" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Stjórnun deilinga" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4776,27 +3684,18 @@ msgstr "Breyta Lykilorði." #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Endursetja Lykilorð" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4813,18 +3712,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4832,8 +3719,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4887,15 +3772,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4968,17 +3847,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Tungumálastilling" @@ -5005,18 +3873,6 @@ msgstr "Verkvangur" msgid "Last Access" msgstr "Seinast Skoðað" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5036,10 +3892,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5047,49 +3900,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5106,11 +3916,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Smámynd:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Notendanafn:" @@ -5153,6 +3958,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5194,54 +4000,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5322,7 +4088,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5345,6 +4111,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5380,17 +4147,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Allt" @@ -5548,17 +4313,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5695,29 +4460,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5742,7 +4496,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5755,11 +4509,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5791,6 +4540,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5826,15 +4586,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5868,21 +4619,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6074,9 +4810,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6188,8 +4923,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6336,14 +5071,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6367,27 +5097,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6420,34 +5156,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6578,6 +5314,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6593,17 +5332,10 @@ msgstr "Fjöldi" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Veldu" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6717,15 +5449,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Aðgerð" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Safn" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6744,11 +5491,6 @@ msgid "(current version)" msgstr "(núverandi útgáfa)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Skoða" @@ -6762,19 +5504,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6792,6 +5521,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6799,6 +5542,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Félagar" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6820,27 +5580,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Upplýsingar" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6864,27 +5623,16 @@ msgstr "Stofna Á" msgid "Operations" msgstr "Aðgerðir" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Smámynd" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "" @@ -6892,15 +5640,13 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6909,34 +5655,32 @@ msgstr "Staða" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Notað Pláss" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Síðasta Innskráning" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Eyða Notanda" @@ -6945,7 +5689,6 @@ msgstr "Eyða Notanda" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6956,19 +5699,30 @@ msgstr "Virkt" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Óvirkt" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6980,7 +5734,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6988,103 +5742,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Tókst að afrita %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Mistókst að afrita %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Yfirgefa Deilingu" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7098,6 +5844,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Vista..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Opna með Biðlara" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7106,29 +5862,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Hjálp" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7149,17 +5914,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Bilað (vinsamlegast hafðu samband við kerfisstjórann þinn til að laga safnið)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7188,65 +5957,22 @@ msgstr "" msgid "Shared By" msgstr "Deilt af" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Búið til" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7254,30 +5980,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Safn" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7348,11 +6054,44 @@ msgstr "Ertu viss um að þú viljir tæma ruslið?" msgid "Clear" msgstr "Hreinsa" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Búið til" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7381,8 +6120,6 @@ msgstr "Allir Hópar" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Fyrri" @@ -7391,8 +6128,6 @@ msgstr "Fyrri" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Næsta" @@ -7401,45 +6136,11 @@ msgstr "Næsta" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Allir Opinberir Tenglar" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7448,6 +6149,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Óþekktur notandi" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7463,6 +6170,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Deilt af" @@ -7482,26 +6190,12 @@ msgid "Organization" msgstr "Samfélag" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Flytja út í Excel skrá" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7515,7 +6209,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7578,36 +6271,9 @@ msgstr "Mistókst" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Endursetja Lykilorð" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Taka kerfisstjóraréttindi af" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7662,39 +6328,6 @@ msgstr "Flytja inn notendur" msgid "Add user" msgstr "Bæta við notanda" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Tæki" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Kladdar" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7713,8 +6346,6 @@ msgstr "Breytt" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7781,39 +6412,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Kerfi" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7871,6 +6469,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Skráarupphleðsla" @@ -7916,6 +6518,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7924,16 +6530,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7985,8 +6581,6 @@ msgstr "Settu inn skráarendingar hér, aðskildar með ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7995,6 +6589,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8007,6 +6602,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8035,94 +6641,66 @@ msgstr "" msgid "all members" msgstr "Allir félagar" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Heimsóknir" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Fjarlægja" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Deila tilbúnum söfnum" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8134,6 +6712,11 @@ msgstr "" msgid "Handled" msgstr "Meðhöndlað" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8147,9 +6730,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Aðgerð" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8207,41 +6791,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Bæta við Safni" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Bæta við félögum" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8262,6 +6816,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8282,39 +6855,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Hætta deilingu Safns" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8386,53 +6931,34 @@ msgid "Limits" msgstr "Takmörk" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Samfélög" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Taka kerfisstjóraréttindi af" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Fjöldi félaga" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Kerfisstjórar" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Stofnanir" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Gera að Kerfisstjóra" @@ -8440,19 +6966,18 @@ msgstr "Gera að Kerfisstjóra" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Eyða Stofnun" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8480,30 +7005,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Fjarlægja" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Bæta við" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8531,31 +7089,32 @@ msgstr "" msgid "All Notifications" msgstr "Allar athugasemdir" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Fjöldi hópa" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Eyða Samfélagi" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8573,10 +7132,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Sögustilling" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Kerfi" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8601,30 +7164,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Veiruskönnun" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Uppfæra" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8633,6 +7185,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8643,15 +7203,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8663,34 +7225,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Deildir Hlekkir" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Gagnagrunnur" @@ -9000,23 +7550,9 @@ msgstr "" msgid "shared by:" msgstr "deilt af:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Eigandi þessa safns hefur fullnýtt plásskvótann sinn." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Hætta við allt" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9032,7 +7568,11 @@ msgstr "Ertu viss um að þú viljir eyða þessari síðu?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9083,17 +7623,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Síður" @@ -9144,14 +7674,18 @@ msgstr "" msgid "Profile" msgstr "Persónuupplýsingar" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Tungumál" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9160,35 +7694,7 @@ msgstr "" msgid "Profile Setting" msgstr "Stillingar Persónuupplýsinga" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Deilt af:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Listi" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Reitir" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9198,14 +7704,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Umskráning skjala mistókst." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "þú getur einnig smellt á ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9232,6 +7730,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9345,92 +7848,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9441,7 +7863,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9648,6 +8070,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9717,9 +8586,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9741,38 +8607,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/it/LC_MESSAGES/django.po b/locale/it/LC_MESSAGES/django.po index aee76d63f5..d50d00860e 100644 --- a/locale/it/LC_MESSAGES/django.po +++ b/locale/it/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Stefano Ruberti , 2017-2019,2024\n" "Language-Team: Italian (http://app.transifex.com/haiwen/seahub/language/it/)\n" @@ -868,8 +868,9 @@ msgid "" msgstr "Hai già %(nb_avatars)d avatar, massimo consentito %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "La lunghezza della password WebDav deve essere inferiore a 30 caratteri." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1524,11 +1525,11 @@ msgstr "Il team di %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Permesso negato." @@ -2512,8 +2513,8 @@ msgstr "Librerie condivise" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3049,11 +3050,11 @@ msgstr "Disabilitare" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Impossibile vedere il file" @@ -3085,7 +3086,7 @@ msgstr "La cronologia che hai specificato non esiste" msgid "Unknown error" msgstr "Errore sconosciuto" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" non esiste." @@ -3112,9 +3113,9 @@ msgid "Bad upload link token." msgstr "Token del link di caricamento errato." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Il file non esiste." @@ -3142,49 +3143,49 @@ msgstr "La codifica scelta non è corretta." msgid "Unknown file encoding" msgstr "Codifica file sconosciuta" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "La dimensione del file supera %s e non può essere aperta online." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "La libreria è crittografata, non è possibile aprire il file online." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Errore durante la preparazione della pagina di anteprima del file di Office Online." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Errore durante la preparazione della pagina di anteprima del file OnlyOffice." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Impossibile scaricare il file, percorso file non valido" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Impossibile scaricare il file, percorso file errato" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Impossibile scaricare il file." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Condividi link per %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Impossibile scaricare il file" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "The original file does not exist" diff --git a/locale/it/LC_MESSAGES/djangojs.po b/locale/it/LC_MESSAGES/djangojs.po index 561c6ffe25..9d79d64f8f 100644 --- a/locale/it/LC_MESSAGES/djangojs.po +++ b/locale/it/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Stefano Ruberti , 2017-2019,2024\n" "Language-Team: Italian (http://app.transifex.com/haiwen/seahub/language/it/)\n" @@ -38,8 +38,6 @@ msgid "Exit Institution Admin" msgstr "Esci dall'amministrazione dell'istituto" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Amministratore del Sistema" @@ -51,44 +49,22 @@ msgstr "Amministratore dell'organizzazione" msgid "Institution Admin" msgstr "Amministratore dell'Istituzione" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Consulta il profilo e le altre impostazioni" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Utilizzato:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Impostazioni" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "Portale clienti" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Termina Sessione" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -138,6 +114,22 @@ msgstr "{share_from} ha condiviso una cartella denominata {repo_link} con il gru msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} ti ha trasferito una libreria denominata {repo_link}." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "{user} ha creato il file {fileName} nella libreria {libraryName}." @@ -219,33 +211,26 @@ msgid "" "library {libraryName}." msgstr "{user} ha spostato la cartella {folderName} e {folderCount} altra/e cartella(e) nella libreria {libraryName}." +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Notifiche" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Notifica" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "Contrassegna tutto come letto" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "Visualizza tutte le notifiche" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -283,54 +268,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Tag" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Documenti" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -341,57 +297,23 @@ msgstr "Documenti" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Altro" @@ -416,7 +338,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Segnala abuso" @@ -438,7 +359,7 @@ msgid "Abuse Content" msgstr "Contenuto abusivo" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Altro" @@ -453,6 +374,7 @@ msgstr "Informazioni sui contatti" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Descrizione" @@ -480,8 +402,6 @@ msgstr "Descrizione" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -491,8 +411,6 @@ msgstr "Descrizione" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -500,7 +418,6 @@ msgstr "Descrizione" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -509,30 +426,24 @@ msgstr "Descrizione" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -541,7 +452,6 @@ msgstr "Descrizione" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -557,11 +467,8 @@ msgstr "Descrizione" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -573,11 +480,9 @@ msgstr "Descrizione" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -606,18 +511,12 @@ msgstr "Annulla" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -627,29 +526,21 @@ msgstr "Annulla" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -658,7 +549,6 @@ msgstr "Annulla" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -671,8 +561,6 @@ msgstr "Annulla" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -681,9 +569,6 @@ msgstr "Annulla" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -696,14 +581,12 @@ msgstr "Annulla" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -733,14 +616,9 @@ msgstr "Aggingi Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -750,10 +628,8 @@ msgstr "Aggingi Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -761,12 +637,8 @@ msgstr "Aggingi Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -779,7 +651,6 @@ msgstr "Aggingi Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -787,12 +658,8 @@ msgstr "Aggingi Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -802,29 +669,32 @@ msgstr "Aggingi Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -851,13 +721,13 @@ msgstr "Seleziona un dipartimento" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "Nessuna opzione disponibile" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "Nuova pagina" @@ -942,11 +812,7 @@ msgstr " La pulizia è riuscita." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1014,122 +880,55 @@ msgstr "Vuoi veramente eliminare il tuo account?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1175,20 +974,15 @@ msgstr "Sei sicuro di ripristinare questa libreria?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Ripristina" @@ -1209,12 +1003,6 @@ msgstr "Elimina i file da questo dispositivo la prossima volta che torni online. #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Scollega" @@ -1250,7 +1038,6 @@ msgstr "Copia gli elementi selezionati su:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1306,16 +1093,12 @@ msgstr "Il nome \"{name}\" risulta già utilizzato. Prego scegliere un nome diff #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nuovo File" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1357,12 +1140,8 @@ msgstr "Le Password non corrispondono" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1373,39 +1152,19 @@ msgid "Template" msgstr "Modello" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Backend di archiviazione" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1422,6 +1181,7 @@ msgstr "Lettura-Scrittura" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1433,24 +1193,18 @@ msgstr "Cifra" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Password" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Ridigita password" @@ -1461,7 +1215,6 @@ msgstr "Ridigita password" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Errore interno del server" @@ -1472,10 +1225,6 @@ msgstr "Il Tag \"{name}\" esiste già." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1493,13 +1242,10 @@ msgstr "Seleziona un colore" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Salvare" @@ -1525,7 +1271,6 @@ msgstr "Nome permesso" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1538,35 +1283,24 @@ msgstr "Nome permesso" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Carica" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1574,10 +1308,6 @@ msgstr "Carica" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Scarica" @@ -1604,7 +1334,6 @@ msgstr "Modifica include modificare file, spostare/rinominare file e cartelle" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1612,8 +1341,6 @@ msgstr "Modifica include modificare file, spostare/rinominare file e cartelle" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Copia" @@ -1627,9 +1354,6 @@ msgid "Generate share link" msgstr "Link di condivisione generico" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1637,14 +1361,9 @@ msgstr "Link di condivisione generico" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1654,9 +1373,6 @@ msgstr "Link di condivisione generico" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Modifica" @@ -1697,16 +1413,13 @@ msgstr " Questa libreria è stata condivisa con {user_amount} utemte(i) e {group #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Elimina libreria" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Elimina gruppo" @@ -1714,17 +1427,6 @@ msgstr "Elimina gruppo" msgid "Really want to delete this group?" msgstr "Vuoi davvero eliminare questo gruppo?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Seleziona i tag" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Crea un nuovo tag" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Etichette modificate con successo." @@ -1738,10 +1440,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1799,18 +1497,6 @@ msgstr "Nome Dispositivo" msgid "Date" msgstr "Data" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Utente Anonimo" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Questo file (apparentemente) non è stato ancora visitato" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1871,114 +1557,19 @@ msgid "Upload Link" msgstr "Link di Upload" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Nacondi" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Visualizza" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "Data di scadenza" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Aggiorna" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Invia" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Aggiungi la protezione password" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Aggiungi la scadenza automatica" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generare" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "Membri del gruppo" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Benvenuto su {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} organizza i file in librerie. Ogni libreria può essere sincronizzata e condivisa separatamente. Abbiamo creato per te una libreria personale. Puoi creare più librerie in un secondo momento." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} organizza i file in librerie. Ogni libreria può essere sincronizzata e condivisa separatamente. Tuttavia, poiché ora sei un utente ospite, non puoi creare librerie." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "L'immagine non può essere caricata." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Precedente (tasto freccia sinistra)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Successivo (tasto freccia destra)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Chiudi (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Ingrandire" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Rimpicciolire" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1989,20 +1580,6 @@ msgstr "Si prega di scegliere un file .xlsx" msgid "Import members from a .xlsx file" msgstr "Importa membri da un file .xlsx" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Scarica un file di esempio" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Carica file" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Seleziona il file" @@ -2054,7 +1631,6 @@ msgstr "Accesso Revocato" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2062,28 +1638,19 @@ msgid "It is required." msgstr "È richiesto." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr " L'e-mail non è valida." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "Invitato con successo %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "Invitato con successo %(email) e %(num) altre persone." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Invita ospite" @@ -2094,10 +1661,7 @@ msgstr "E-mail" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Email, separate da ','" @@ -2120,30 +1684,24 @@ msgid "Really want to leave this group?" msgstr "Vuoi davvero lasciare questo gruppo?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Abbandona" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Questa libreria è protetta da password" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Password sbagliata" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "La password è conservata nel server per solo 1 ora." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Impostazioni" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2163,6 +1721,12 @@ msgstr "Proprietà estese" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2226,70 +1790,6 @@ msgstr "{placeholder} Permesso cartella" msgid "Set permission of {placeholder}" msgstr "Imposta l'autorizzazione per {placeholder}" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Condivise ai miei Gruppi" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Cartella" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Cerca gruppi" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Ricerca utenti" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "File creati" @@ -2301,6 +1801,7 @@ msgstr "File creati" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2317,23 +1818,19 @@ msgid "Tagged Files" msgstr "File contrasseganti" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2342,8 +1839,6 @@ msgstr "File contrasseganti" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2353,41 +1848,33 @@ msgstr "File contrasseganti" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Dimensione" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Ultimo aggiornamento" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "cancellato" @@ -2411,6 +1898,8 @@ msgstr "Librerie Eliminate" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "Nessuna libreria eliminata" @@ -2448,14 +1937,13 @@ msgstr "Seleziona un utente come amministratore" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Nuovo Sotto-dipartimento" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2466,14 +1954,25 @@ msgstr "Nuovo Dipartimento" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Aggiungi un membro" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Ricerca utenti" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2481,29 +1980,20 @@ msgstr "è richiesta l'email" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Aggiungi utente" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Conferma Password" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2558,8 +2048,6 @@ msgstr "Data di fine" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "Sei sicuro di voler eliminare {placeholder}?" @@ -2570,7 +2058,6 @@ msgstr "Dipartimento Rimosso" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Elimina membro" @@ -2599,7 +2086,6 @@ msgstr "Quota non valida." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Imposta Quota" @@ -2640,8 +2126,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Annulla pubblicazione" @@ -2704,76 +2188,6 @@ msgstr "Nuovo nome del Wiki" msgid "API token is copied to the clipboard." msgstr "Il token API viene copiato negli appunti." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Permesso negato." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Errore" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Si prega di controllare la configurazione di rete." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Nome dell'app" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "Token API {placeholder}" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2819,39 +2233,6 @@ msgstr "Versione" msgid "Labels" msgstr "Etichette" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Niente" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Sconosciuto" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Dettagli" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Versione Corrente" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Visualizza Istantanea" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2866,17 +2247,11 @@ msgid "{placeholder} Share Admin" msgstr "{placeholder} Condividi amministratore" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Link condivisi" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Link di Upload" @@ -2889,98 +2264,6 @@ msgstr "Condivisioni degli utenti" msgid "Group Shares" msgstr "Condivisioni del Gruppo" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Scadenza" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "Nessun link di condivisione" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "Elimina i collegamenti di condivisione" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "Sei sicuro di voler eliminare il/i collegamento(i) di condivisione selezionati?" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "1 elemento rimosso con successo" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Creatore " - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Link" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Visite" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3018,39 +2301,6 @@ msgstr "" msgid "Search files in this library" msgstr "Ricerca documenti in questa libreria" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Nessun risultato" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Libreria Corrente" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Altre Librerie" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Imposta email di riferimento per l'utente" @@ -3082,6 +2332,15 @@ msgstr "Imposta la password WebDAV" msgid "The link is copied to the clipboard." msgstr "Il link viene copiato negli appunti." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Link" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3113,30 +2372,18 @@ msgstr "Condividi su un altro server" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Condividi" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icona" @@ -3149,78 +2396,13 @@ msgstr "Seleziona una libreria da condividere." msgid "Select libraries to share" msgstr "Selezione le librerie da condividere" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Invitante" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Server" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "Email utente" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Potrebbe volerci del tempo, ti preghiamo di attendere." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "1 oggetto Eliminato con successo." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "Seleziona il server" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "La libreria non può essere condivisa con il proprietario." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "Per nome ascendente" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "Per nome discendente" @@ -3244,12 +2426,12 @@ msgstr "Per orario ascendente" msgid "By time descending" msgstr "Per orario discendente" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3264,17 +2446,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Sei sicuro di cancellare" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3293,7 +2470,7 @@ msgstr "Imposta il limite di velocità di caricamento" msgid "Set Download Rate Limit" msgstr "Imposta il limite di velocità di download" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3369,10 +2546,8 @@ msgstr "Aggiungi Organizzazione" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3400,15 +2575,13 @@ msgstr "Nome(opzionale)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Ruolo" @@ -3464,8 +2637,6 @@ msgstr "Imposta il Nome" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Termini" @@ -3479,19 +2650,10 @@ msgid "Transfer to department" msgstr "Trasferimento al dipartimento" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Utenti" @@ -3507,15 +2669,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Dipartimenti" @@ -3543,6 +2701,63 @@ msgstr "Trasferisci al gruppo" msgid "Please enter 1 or more character" msgstr "Prego inserire 1 o più caratteri" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Permesso negato." + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Errore" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Si prega di controllare la configurazione di rete." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3554,25 +2769,31 @@ msgstr "Visita la vecchia versione della pagina" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Percorso corrente:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Cartella" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3581,8 +2802,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "File" @@ -3698,6 +2918,17 @@ msgstr "Impossibile scaricare. La dimensione totale dei file ha superato il limi msgid "Packaging..." msgstr "Creazione del file zip in corso..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Documenti" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "Altri" @@ -3707,7 +2938,7 @@ msgstr "Altri" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Cestino" @@ -3730,6 +2961,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3837,87 +3073,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Creatore " + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "Congelato da {name}" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "Bloccato da {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "congelato" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "bloccato" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "Congelato da {name}" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "Bloccato da {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "Deseleziona questo elemento" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "Seleziona questo elemento" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Smarca" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Marca" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "Deseleziona tutti gli elementi" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "Seleziona tutti gli elementi" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Questa cartella adesso non ha contenuti." @@ -3928,28 +3141,20 @@ msgstr "Puoi creare file rapidamente" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "Nessun risultato corrispondente" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Librerie" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "puoi anche digitare ←" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3991,57 +3196,12 @@ msgstr "Errore rete" msgid "File too large" msgstr "File troppo grande" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Preparazione al caricamento..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Rimanente" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Salvataggio..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "In attesa..." - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "Caricamento..." -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Caricato" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Riprova" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4056,54 +3216,9 @@ msgstr "{failed_files_num} file(s) caricamento non riuscito" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Caricamento file..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "Tutti i File caricati" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Riprova tutti" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Cancella tutto" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nome" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "dimensione" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "avanzamento" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "stato" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4115,13 +3230,13 @@ msgid "unstarred" msgstr "non preferiti" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Serratura" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Sbloccato" @@ -4130,74 +3245,26 @@ msgstr "Sbloccato" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "Stampa" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Apri tramite Client " - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Apri cartella principale" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "La visualizzazione online non è applicabile a questo formato di file" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Le Mie Librerie" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Condivisi con me" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Condivisi con tutti" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Dettagli" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4214,7 +3281,7 @@ msgstr "Amministratore" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4227,8 +3294,8 @@ msgstr "Membro" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4244,17 +3311,15 @@ msgstr "Percorso Attuale:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Tipo di Libreria" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Azioni" @@ -4263,121 +3328,10 @@ msgstr "Azioni" msgid "Add group member" msgstr "Aggiungi membro al gruppo" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Cerca membri del gruppo" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Preferiti" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Attività" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wiki" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Aiuto" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Clients" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Informazioni su" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "Apri la barra laterale" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Link" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Cartelle" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Spazio di lavoro" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Amministrazione Condivisioni" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "Aiuto e risorse" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "Nascondi la barra laterale" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "mostra di più" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Membri" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Librerie di proprietà" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Librerie condivise" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Pagina" @@ -4404,6 +3358,7 @@ msgstr "Autorizzazione negata. Prova ad accedere nuovamente con {placeholder-lef #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Nessun tag" @@ -4416,6 +3371,11 @@ msgstr "Etichetta non trovata" msgid "Find a tag" msgstr "Cerca una etichetta" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Crea un nuovo tag" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4452,21 +3412,6 @@ msgstr "Importa etichette" msgid "Export tags" msgstr "Esporta etichette" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Pubblicato" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "Stai guardando le modifiche ai file di questa libreria." - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4478,53 +3423,43 @@ msgid "Type characters to start search" msgstr "Digita alcini caratteri per avviare la ricerca" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "in tutte le librerie" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "in questa libreria" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "in questa cartella" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "Risultati di ricerca visitati di recente" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Librerie" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Nessun risultato" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "Aggiungi autorizzazione personalizzata" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "Chiunque abbia il collegamento" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "Utenti specifici nel team" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "Persone specifiche con indirizzo email" @@ -4533,8 +3468,6 @@ msgstr "Persone specifiche con indirizzo email" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Predefinito" @@ -4544,8 +3477,6 @@ msgstr "Predefinito" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Ospite" @@ -4570,6 +3501,10 @@ msgstr "Spedisci a:" msgid "Message (optional):" msgstr "Messaggio (opzionale):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Invia" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Invio..." @@ -4603,24 +3538,6 @@ msgstr "Eliminato 1 link di condivisione con successo" msgid "Successfully deleted {number_placeholder} share links" msgstr "Link di condivisione {number_placeholder} eliminati correttamente" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "%s aggiunto con successo." - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "E-mail autenticate" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "Utenti autenticati" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4650,14 +3567,10 @@ msgstr "Genera collegamento" msgid "Number of links" msgstr "Numero di collegamenti" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Imposta permessi" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "Imposta l'ambito di accesso" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Aggiungi la protezione password" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4672,30 +3585,37 @@ msgstr "Il collegamento per il download diretto viene copiato negli appunti." msgid "Direct download link" msgstr "Collegamento diretto per il download" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "Ambito di accesso" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "Elimina il collegamento di condivisione" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Sei sicuro di voler eliminare il link di condivisione?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "Esportare" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "Nessun link di condivisione" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Scadenza" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "Elimina i collegamenti di condivisione" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "Sei sicuro di voler eliminare il/i collegamento(i) di condivisione selezionati?" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4706,46 +3626,33 @@ msgstr "Salvato con successo" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "File download disabilitato: la quota di traffico del collegamento per l'utente è esaurita." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Condiviso da:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Salva con nome ..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Scaduto" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Libreria trasferita con successo." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Errore. Si prega di verificare la configurazione di rete." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Impossibile eliminare {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Trasferisci" @@ -4757,17 +3664,18 @@ msgid "Folder Permission" msgstr "Permessi cartella" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Elimina condivisione" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Amministrazione Condivisioni" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4778,27 +3686,18 @@ msgstr "Cambia Password" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Cambia Password" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "Consulta le modifiche ai file" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "Non consultare le modifiche ai file" @@ -4815,18 +3714,6 @@ msgstr "Avanzato" msgid "SeaTable integration" msgstr "Integrazione di SeaTable" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "{library_name_placeholder} deselezionato con successo." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "{library_name_placeholder} selezionato con successo." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4834,8 +3721,6 @@ msgstr "Cambia la modalità di ordinamento" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "Ricerca files" @@ -4889,15 +3774,9 @@ msgid "New" msgstr "Nuovo" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "Deseleziona" @@ -4970,17 +3849,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "L'elenco dei file aggiunti, eliminati e modificati verrà inviato alla tua casella di posta." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "Notifiche di collaborazione" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "Se le notifiche di collaborazione come la condivisione della libreria o l'adesione al gruppo devono essere inviate alla tua casella di posta." - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Impostazioni Lingua" @@ -5007,18 +3875,6 @@ msgstr "Piattaforma" msgid "Last Access" msgstr "Ultimo Accesso" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "Scollegamento riuscito%(name)s." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Dispositivi collegati" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5038,10 +3894,7 @@ msgstr "Elenca la rubrica globale del il tuo account, in modo che altri possano msgid "Social Login" msgstr "Login Social" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Connettere" @@ -5049,49 +3902,6 @@ msgstr "Connettere" msgid "Status: enabled" msgstr "Stato: abilitato" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Disabilita l'autenticazione a due fattori" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Se non hai alcun dispositivo con te, puoi accedere al tuo account usando i codici di backup." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "Ti rimane un solo codice di backup." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "Ti restano {num} codici di backup." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Mostra codici" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "L'autenticazione a due fattori non è abilitata per il tuo account. Abilita l'autenticazione a due fattori per una maggiore sicurezza degli account." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Abilita autenticazione a due fattori" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Autenticazione a due fattori" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Scegli un file immagine." @@ -5108,11 +3918,6 @@ msgstr " Il file è troppo grande. La dimensione massima consentita è 1 MB." msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Nome utente:" @@ -5155,6 +3960,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "Accesso WebDAV" @@ -5196,54 +4002,14 @@ msgstr "Cambia modalità di visualizzazione" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Pubblica" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "Annulla pubblicazione Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "Sei sicuro di voler annullare la pubblicazione del Wiki?" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Rimuovi Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "Sei sicuro di voler eliminare il Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "Abbandona Condivisione del Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "Sei sicuro di voler abbandonare la condivisione del Wiki" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "I miei Wiki" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Condivisi con me" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "Vecchi Wiki" @@ -5324,7 +4090,7 @@ msgstr "Nessuna opzione" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "Opzioni di ricerca" @@ -5347,6 +4113,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5382,17 +4149,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Tutto" @@ -5550,17 +4315,17 @@ msgid "Turn off" msgstr "Spegnere" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5697,29 +4462,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5744,7 +4498,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5757,11 +4511,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5793,6 +4542,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5828,15 +4588,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5870,21 +4621,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6076,9 +4812,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6190,8 +4925,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6338,14 +5073,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6369,27 +5099,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "Apri la cartella in una nuova scheda" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "Apri il file in una nuova scheda" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Apri cartella principale" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6422,34 +5158,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "Cancella selezionati" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "Copia selezionati" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6580,6 +5316,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6595,15 +5334,8 @@ msgstr "Conta" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6719,15 +5451,30 @@ msgstr "Cartella spostata" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operazione" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Libreria" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6746,11 +5493,6 @@ msgid "(current version)" msgstr "(versione corrente)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Vedi" @@ -6764,19 +5506,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Nessuna libreria" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6794,6 +5523,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Nessuna libreria" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6801,6 +5544,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Potrebbe volerci del tempo, ti preghiamo di attendere." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Membri" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6822,27 +5582,26 @@ msgid "This is a special group representing a department." msgstr "Questo è un gruppo speciale che rappresenta un dipartimento." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Librerie di proprietà" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6866,27 +5625,16 @@ msgstr "Creato il" msgid "Operations" msgstr "Operazioni" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Spazio utilizzato / Quota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Contatto Email" @@ -6894,15 +5642,13 @@ msgstr "Contatto Email" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6911,34 +5657,32 @@ msgstr "Stato" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Spazio Utilizzato" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Ultimo Accesso" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Elimina utente" @@ -6947,7 +5691,6 @@ msgstr "Elimina utente" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6958,19 +5701,30 @@ msgstr "Attivo" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inattivo" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "1 oggetto Eliminato con successo." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Tempo di Invito" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Accettato" @@ -6982,7 +5736,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6990,103 +5744,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)sCopiato con successo." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Impossibile copiare %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Lascia Condivisione" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "La cartella non esiste." @@ -7100,6 +5846,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Salvataggio..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Apri tramite Client " + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7108,29 +5864,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Aiuto" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Questo file è stato aggiornato." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Aggiornare" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Le Mie Librerie" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7151,17 +5916,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "{library_name_placeholder} deselezionato con successo." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "{library_name_placeholder} selezionato con successo." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Interrotto (contattare l'amministratore per correggere questa libreria)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7190,97 +5959,34 @@ msgstr "" msgid "Shared By" msgstr "Condiviso da" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Creato il" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Nessun dipartimento" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Nessun membro" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Sotto-dipartimenti" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Modifica Quota" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "Nessun sotto-dipartimento" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Nessun dispositivo connesso" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Libreria" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Nessun errore di sincronizzazione" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7350,11 +6056,44 @@ msgstr "Sei sicuro di voler svuotare il cestino?" msgid "Clear" msgstr "Cancella" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Quota" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Creato il" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Cerca gruppi" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7383,8 +6122,6 @@ msgstr "Tutti i Gruppi" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Precedente" @@ -7393,8 +6130,6 @@ msgstr "Precedente" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Successivo" @@ -7403,45 +6138,11 @@ msgstr "Successivo" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Tutti i collegamenti pubblici" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7450,6 +6151,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Utente Anonimo" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7465,6 +6172,7 @@ msgstr "Azioni" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Condividi Da" @@ -7484,26 +6192,12 @@ msgid "Organization" msgstr "Organizzazione" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Esporta in Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Accesso ai file" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Aggiornamento File" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7517,7 +6211,6 @@ msgid "Copied" msgstr "Copiato" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7580,36 +6273,9 @@ msgstr "Fallito" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Ripristina Password" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Revoca l'amministratore" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7664,39 +6330,6 @@ msgstr "Importa utenti" msgid "Add user" msgstr "Aggiungi utente" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Statistiche" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Dispositivi" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logs" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 Giorni" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 Giorni" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 Anno" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7715,8 +6348,6 @@ msgstr "Modificato" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7783,39 +6414,6 @@ msgstr "Archiviazione degli utenti" msgid "Total Storage" msgstr "Archiviazione totale" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistema" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Traffico Totale" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Traffico Web" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Condivisione Link del Traffico" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Sincronizzazione Traffico" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7873,6 +6471,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Caricare un file" @@ -7918,6 +6520,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Pubblica" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7926,16 +6532,6 @@ msgstr "" msgid "Changes" msgstr "Modifiche" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7987,8 +6583,6 @@ msgstr "Inserisci la estensione del file quì, separata con ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7997,6 +6591,7 @@ msgid "Invalid file size range." msgstr "Intervallo delle dimensioni del file non valido." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8009,6 +6604,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8037,94 +6643,66 @@ msgstr "" msgid "all members" msgstr "tutti i membri" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Visite" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Rimuovi" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Nessuna libreria pubblica" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Condividi le librerie esistenti" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8136,6 +6714,11 @@ msgstr "" msgid "Handled" msgstr "Mantenuto" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8149,9 +6732,10 @@ msgstr "Log delle operazioni come amministratore" msgid "Admin Login Logs" msgstr "Log degli accessi come amministratore" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operazione" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8209,41 +6793,11 @@ msgstr "Utente {user} eliminato" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Aggiungi Libreria" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Aggiungi membri" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8264,6 +6818,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Nessun dipartimento" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Nessun membro" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Sotto-dipartimenti" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "Nessun sotto-dipartimento" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8284,40 +6857,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Annulla condivisione libreria" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Condivisione della libreria {placeholder} annullata con successo" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Nessun gruppo" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8388,53 +6933,34 @@ msgid "Limits" msgstr "Limiti" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizzazioni" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Revoca l'amministratore" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Numero di membri" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Amministratori" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Istruzioni" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Imposta amministratore" @@ -8442,21 +6968,20 @@ msgstr "Imposta amministratore" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Elimina istituzione" - -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Invitante" + #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" msgstr "Approvatore" @@ -8482,31 +7007,64 @@ msgid "Delete Expired Invitations" msgstr "Elimina inviti scaduti" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Inviti" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Simbolo" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Rimuovi" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Accesso ai file" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Aggiornamento File" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Aggiungi" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Menu laterale di navigazione" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8533,31 +7091,32 @@ msgstr "" msgid "All Notifications" msgstr "Tutte le notifiche" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Numero di gruppi" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Cancella l'organizzazione" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8575,10 +7134,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Preferenze Storico" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wiki" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistema" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8603,30 +7166,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Scansione Virus" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Termini e Condizioni" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Admin Logs" - #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Creato" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Aggiorna" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8635,6 +7187,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Termini e Condizioni" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8645,15 +7205,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Sei sicuro di voler eliminare gli utenti selezionati?" @@ -8665,34 +7227,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "ID Utente" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Librerie condivise" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Collegamenti condivisi" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Istituzione" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Amministratore predefinito" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Amministratore giornaliero" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Amministratore di controllo" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Database" @@ -9002,23 +7552,9 @@ msgstr "" msgid "shared by:" msgstr "condiviso da:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Il proprietario di questa libreria non ha più spazio a disposizione." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Cancella tutto" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9034,7 +7570,11 @@ msgstr "Sei sicuro di voler eliminare questa pagina?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Menu laterale di navigazione" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9085,17 +7625,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Pagine" @@ -9146,14 +7676,18 @@ msgstr "" msgid "Profile" msgstr "Profilo" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Lingua" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Autenticazione a due fattori" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Dispositivi collegati" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9162,35 +7696,7 @@ msgstr "" msgid "Profile Setting" msgstr "Settaggi del profilo" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Condiviso da:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Elenco" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Griglia" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9200,14 +7706,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Conversione documento fallita." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "puoi anche digitare ←" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9234,6 +7732,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9347,92 +7850,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Nessun dispositivo connesso" - -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Nessun errore di sincronizzazione" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Nessun gruppo" - -#: frontend/src/translate.js:12 -msgid "No notifications" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9443,7 +7865,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9650,6 +8072,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9719,9 +8588,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9743,38 +8609,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/ja/LC_MESSAGES/django.po b/locale/ja/LC_MESSAGES/django.po index 667a005ac6..bafec86580 100644 --- a/locale/ja/LC_MESSAGES/django.po +++ b/locale/ja/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: 鑫 王 , 2020\n" "Language-Team: Japanese (http://app.transifex.com/haiwen/seahub/language/ja/)\n" @@ -868,7 +868,8 @@ msgid "" msgstr " すでに %(nb_avatars)d このプロフィール画像を有しています。最大 %(nb_max_avatars)d こまで設定できます。" #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1514,11 +1515,11 @@ msgstr " %(site_name)s ちーむ" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "権限がありません。" @@ -2496,8 +2497,8 @@ msgstr "共有ライブラリ" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3033,11 +3034,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "ファイルを閲覧できません" @@ -3069,7 +3070,7 @@ msgstr "指定された改版履歴がありません。" msgid "Unknown error" msgstr "不明なエラー" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -3096,9 +3097,9 @@ msgid "Bad upload link token." msgstr "アップロードリンクのトークンが不正。" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "ファイルが見つかりません" @@ -3126,49 +3127,49 @@ msgstr "選択した文字コードは正しくありません。" msgid "Unknown file encoding" msgstr "ファイルエンコーディングがわかりません。" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "ファイルサイズが%sを超えています。オンラインで開けません。" -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "ファイルをダウンロードできません" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/ja/LC_MESSAGES/djangojs.po b/locale/ja/LC_MESSAGES/djangojs.po index 55e92e3ead..c1d8d77743 100644 --- a/locale/ja/LC_MESSAGES/djangojs.po +++ b/locale/ja/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: 鑫 王 , 2020,2022\n" "Language-Team: Japanese (http://app.transifex.com/haiwen/seahub/language/ja/)\n" @@ -36,8 +36,6 @@ msgid "Exit Institution Admin" msgstr "機関管理者を抜ける" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "システム管理" @@ -49,44 +47,22 @@ msgstr "組織管理者" msgid "Institution Admin" msgstr "機関管理者" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "プロフィール画像" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "プロフィールプロフィールとより多く" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "利用中:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "設定" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "ログアウト" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -136,6 +112,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -217,33 +209,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "通知" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -281,54 +266,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "タグ" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "ファイル" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -339,57 +295,23 @@ msgstr "ファイル" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "その他の操作" @@ -414,7 +336,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "不正使用を報告" @@ -436,7 +357,7 @@ msgid "Abuse Content" msgstr "誤用の内容" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "その他" @@ -451,6 +372,7 @@ msgstr "連絡先" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "説明" @@ -478,8 +400,6 @@ msgstr "説明" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -489,8 +409,6 @@ msgstr "説明" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -498,7 +416,6 @@ msgstr "説明" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -507,30 +424,24 @@ msgstr "説明" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -539,7 +450,6 @@ msgstr "説明" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -555,11 +465,8 @@ msgstr "説明" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -571,11 +478,9 @@ msgstr "説明" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -604,18 +509,12 @@ msgstr "キャンセル" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -625,29 +524,21 @@ msgstr "キャンセル" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -656,7 +547,6 @@ msgstr "キャンセル" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -669,8 +559,6 @@ msgstr "キャンセル" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -679,9 +567,6 @@ msgstr "キャンセル" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -694,14 +579,12 @@ msgstr "キャンセル" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -731,14 +614,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -748,10 +626,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -759,12 +635,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -777,7 +649,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -785,12 +656,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -800,29 +667,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -849,13 +719,13 @@ msgstr "部門を選択してください" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -940,11 +810,7 @@ msgstr "クリーニングは成功" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1012,122 +878,55 @@ msgstr "本当にアカウントを削除しますか?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1173,20 +972,15 @@ msgstr "このライブラリを本当に復元して良いですか?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "復元" @@ -1207,12 +1001,6 @@ msgstr "次回オンラインになったときに、このデバイスからフ #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "リンク解除" @@ -1248,7 +1036,6 @@ msgstr "選択されたアイテムのコピー先:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1304,16 +1091,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "新規ファイル" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1355,12 +1138,8 @@ msgstr "パスワードが一致しません。" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1371,39 +1150,19 @@ msgid "Template" msgstr "テンプレート" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "ストレージバックエンド" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1420,6 +1179,7 @@ msgstr "読み/書き" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1431,24 +1191,18 @@ msgstr "暗号化" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "パスワード" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "パスワード (確認)" @@ -1459,7 +1213,6 @@ msgstr "パスワード (確認)" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "サーバ内部エラー" @@ -1470,10 +1223,6 @@ msgstr "タグ「{name}」はすでに存在します。" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1491,13 +1240,10 @@ msgstr "色を選択してください" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "保存" @@ -1523,7 +1269,6 @@ msgstr "許可名" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1536,35 +1281,24 @@ msgstr "許可名" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "アップロード" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1572,10 +1306,6 @@ msgstr "アップロード" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "ダウンロード" @@ -1602,7 +1332,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1610,8 +1339,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "コピー" @@ -1625,9 +1352,6 @@ msgid "Generate share link" msgstr "共有リンク" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1635,14 +1359,9 @@ msgstr "共有リンク" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1652,9 +1371,6 @@ msgstr "共有リンク" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "編集" @@ -1695,16 +1411,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "ライブラリ削除" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "グループ削除" @@ -1712,17 +1425,6 @@ msgstr "グループ削除" msgid "Really want to delete this group?" msgstr "本当にこのグループを削除したいですか?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "タグを選択" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "新しいタグを作成" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "ラベルの編集に成功しました" @@ -1736,10 +1438,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1797,18 +1495,6 @@ msgstr "デバイス名" msgid "Date" msgstr "日付" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "匿名ユーザー" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1869,114 +1555,19 @@ msgid "Upload Link" msgstr "アップロードリンク" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "更新" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "送信" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "パスワード保護を追加" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "有効期限を設定" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "生成" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "画像を読み込めませんでした" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "前(左矢印キー)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "次へ(右矢印キー)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "閉じる(Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "zoomイン" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "zoomアウト" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1987,20 +1578,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "サンプルファイルをダウンロードする" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "ファイルアップロード" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "ファイルを選択" @@ -2052,7 +1629,6 @@ msgstr "アクセス権を取り消す" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2060,28 +1636,19 @@ msgid "It is required." msgstr "入力必須です" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "メールが無効" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "ゲストを招待" @@ -2092,10 +1659,7 @@ msgstr "メール" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2118,30 +1682,24 @@ msgid "Really want to leave this group?" msgstr "本当にこのグループを離れたいですか?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "去る" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "このライブラリは、パスワードで保護されて" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "パスワードが違います。" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "パスワードはサーバに1時間だけ保持されます。" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "設定" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2161,6 +1719,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2224,70 +1788,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "グループ" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "フォルダ" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "作成されたファイル" @@ -2299,6 +1799,7 @@ msgstr "作成されたファイル" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2315,23 +1816,19 @@ msgid "Tagged Files" msgstr "タグ付きファイル" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2340,8 +1837,6 @@ msgstr "タグ付きファイル" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2351,41 +1846,33 @@ msgstr "タグ付きファイル" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "サイズ" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "前回の更新" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "削除" @@ -2409,6 +1896,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2446,14 +1935,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "新しいサブ部門" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2464,14 +1952,25 @@ msgstr "新部門" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "会員を追加" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2479,29 +1978,20 @@ msgstr "メールが必要" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "ユーザーを追加" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "メールアドレス" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "パスワード確認" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2556,8 +2046,6 @@ msgstr "終了日" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2568,7 +2056,6 @@ msgstr "部門を削除" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "メンバー削除" @@ -2597,7 +2084,6 @@ msgstr "クォータが無効です。" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "最大利用可能容量設定" @@ -2638,8 +2124,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2702,76 +2186,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "APIトークンがクリップボードにコピーされます。" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "権限がありません。" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "エラー" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "ネットワークをご確認ください。" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "アプリ名" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2817,39 +2231,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "なし" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "不明" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "詳細" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "スナップショットを見る" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2864,17 +2245,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "リンクを共有" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "アップロードリンク" @@ -2887,98 +2262,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "有効期限" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "共有リンクなし" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "作成者" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "リンク" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "訪問者" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "アップロードリンクなし" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3016,39 +2299,6 @@ msgstr "" msgid "Search files in this library" msgstr "このライブラリのファイルを検索" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "結果なし" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "現在のライブラリー" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "現在のライブラリー" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "ユーザーの連絡先メールアドレスを設定" @@ -3080,6 +2330,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "リンクがクリップボードにコピーされます" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "リンク" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3111,30 +2370,18 @@ msgstr "他のサーバーと共有する" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "共有" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "アイコン" @@ -3147,78 +2394,13 @@ msgstr "共有するライブラリを選択してください" msgid "Select libraries to share" msgstr "共有するライブラリを選択する" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "招待者" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "サーバ" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "ユーザーのメール" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "それはいくつかの時間がかかる場合があります。しばらくお待ちください。" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "1つのアイテムを正常に削除しました" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "ライブラリを所有者と共有することはできません。" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "名前の昇順" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "名前の降順" @@ -3242,12 +2424,12 @@ msgstr "時間の昇順" msgid "By time descending" msgstr "時間の降順" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3262,17 +2444,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "削除してもよろしいですか" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3291,7 +2468,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3367,10 +2544,8 @@ msgstr "組織を追加" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3398,15 +2573,13 @@ msgstr "氏名(任意)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "役割" @@ -3462,8 +2635,6 @@ msgstr "設定名前" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "条項" @@ -3477,19 +2648,10 @@ msgid "Transfer to department" msgstr "部門に転送" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "ユーザ" @@ -3505,15 +2667,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3541,6 +2699,63 @@ msgstr "グループをに転送" msgid "Please enter 1 or more character" msgstr "" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "権限がありません。" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "エラー" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "ネットワークをご確認ください。" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3552,25 +2767,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "現在のパス:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "フォルダ" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3579,8 +2800,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "ファイル" @@ -3696,6 +2916,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "ファイル" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3705,7 +2936,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "ゴミ箱" @@ -3728,6 +2959,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3835,87 +3071,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "作成者" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "ロック" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "星を外す" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "星" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3926,28 +3139,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "ライブラリー" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr " ← を使うこともできます" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3989,57 +3194,12 @@ msgstr "ネットワークエラー" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "保存中..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4054,54 +3214,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "ファイルのアップロード中" -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "全てをキャンセル" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "氏名" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4113,13 +3228,13 @@ msgid "unstarred" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "" @@ -4128,74 +3243,26 @@ msgstr "" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "私と共有" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "すべて共有" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "詳細" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4212,7 +3279,7 @@ msgstr "管理" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4225,8 +3292,8 @@ msgstr "会員" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4242,17 +3309,15 @@ msgstr "現在のファイルパス:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4261,121 +3326,10 @@ msgstr "" msgid "Add group member" msgstr "グループメンバーを追加" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "お気に入り" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "ヘルプ" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "リンク" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "フォルダ" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "共有管理" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "メンバー" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4402,6 +3356,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "タグなし" @@ -4414,6 +3369,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "新しいタグを作成" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4450,21 +3410,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4476,53 +3421,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "ライブラリー" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "結果なし" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4531,8 +3466,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "既定" @@ -4542,8 +3475,6 @@ msgstr "既定" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "ゲスト" @@ -4568,6 +3499,10 @@ msgstr "送信先:" msgid "Message (optional):" msgstr "メッセージ(任意):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "送信" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "送信中..." @@ -4601,24 +3536,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4648,14 +3565,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "許可を設定" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "パスワード保護を追加" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4670,30 +3583,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "共有リンクなし" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "有効期限" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4704,46 +3624,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "期限切れ" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "操作に失敗しました。ネットワークをご確認ください。" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "移転" @@ -4755,17 +3662,18 @@ msgid "Folder Permission" msgstr "フォルダー権限" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "共有を外す" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "共有管理" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4776,27 +3684,18 @@ msgstr "パスワードを変更" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "パスワードの再設定" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4813,18 +3712,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4832,8 +3719,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4887,15 +3772,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4968,17 +3847,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "言語設定" @@ -5005,18 +3873,6 @@ msgstr "プラットフォーム" msgid "Last Access" msgstr "前回のアクセス" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5036,10 +3892,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5047,49 +3900,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5106,11 +3916,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "プロフィール画像:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "" @@ -5153,6 +3958,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5194,54 +4000,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "公開" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "私と共有" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5322,7 +4088,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5345,6 +4111,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5380,17 +4147,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "全て" @@ -5548,17 +4313,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5695,29 +4460,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5742,7 +4496,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5755,11 +4509,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5791,6 +4540,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5826,15 +4586,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5868,21 +4619,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6074,9 +4810,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6188,8 +4923,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6336,14 +5071,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6367,27 +5097,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6420,34 +5156,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6578,6 +5314,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6593,17 +5332,10 @@ msgstr "回数" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "選択" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6717,15 +5449,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "操作" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "ライブラリー" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6744,11 +5491,6 @@ msgid "(current version)" msgstr "(現在の版)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "閲覧" @@ -6762,19 +5504,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6792,6 +5521,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6799,6 +5542,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "それはいくつかの時間がかかる場合があります。しばらくお待ちください。" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "メンバー" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6820,27 +5580,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "情報" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6864,27 +5623,16 @@ msgstr "作成日" msgid "Operations" msgstr "操作" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "プロフィール画像" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "連絡先メール" @@ -6892,15 +5640,13 @@ msgstr "連絡先メール" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6909,34 +5655,32 @@ msgstr "状態" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "利用量" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "前回のログイン" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "ユーザ削除" @@ -6945,7 +5689,6 @@ msgstr "ユーザ削除" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6956,19 +5699,30 @@ msgstr "アクティブ" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "無効" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "1つのアイテムを正常に削除しました" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6980,7 +5734,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6988,103 +5742,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "「%(name)s」をコピーしました。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7098,6 +5844,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "保存中..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7106,29 +5862,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "ヘルプ" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "このファイルは更新されました" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "更新" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7149,15 +5914,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7188,65 +5957,22 @@ msgstr "" msgid "Shared By" msgstr "共有者" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "作成日" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7254,30 +5980,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "ライブラリー" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7348,11 +6054,44 @@ msgstr "ゴミ箱を空にしてよいでしょうか?" msgid "Clear" msgstr "クリア" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "作成日" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7381,8 +6120,6 @@ msgstr "全てのグループ" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "前へ" @@ -7391,8 +6128,6 @@ msgstr "前へ" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "次へ" @@ -7401,45 +6136,11 @@ msgstr "次へ" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "全ての公開リンク" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7448,6 +6149,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "匿名ユーザー" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7463,6 +6170,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "共有元" @@ -7482,26 +6190,12 @@ msgid "Organization" msgstr "組織" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7515,7 +6209,6 @@ msgid "Copied" msgstr "コピーされました" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7578,36 +6271,9 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "ResetPwd" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "管理権限の取り外し" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7662,39 +6328,6 @@ msgstr "ファイルからユーザ登録" msgid "Add user" msgstr "ユーザの追加" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "デバイス" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "ログ" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7713,8 +6346,6 @@ msgstr "変更済み" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7781,39 +6412,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "システム" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7871,6 +6469,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "ファイルアップロード" @@ -7916,6 +6518,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "公開" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7924,16 +6530,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7985,8 +6581,6 @@ msgstr "','で区切ってファイル拡張子を入れてください。" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7995,6 +6589,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8007,6 +6602,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8035,94 +6641,66 @@ msgstr "" msgid "all members" msgstr "全てのメンバー" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "訪問者" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "アップロードリンクなし" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "削除" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8134,6 +6712,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8147,9 +6730,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "操作" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8207,41 +6791,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "メンバー追加" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8262,6 +6816,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8282,39 +6855,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "ライブラリ共有を外す" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8386,53 +6931,34 @@ msgid "Limits" msgstr "" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "組織" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "管理権限の取り外し" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "メンバー数" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "管理者一覧" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "管理権限を設定" @@ -8440,20 +6966,19 @@ msgstr "管理権限を設定" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "招待者" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8480,30 +7005,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "削除" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "追加" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8531,31 +7089,32 @@ msgstr "" msgid "All Notifications" msgstr "全ての通知" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "グループ数" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8573,10 +7132,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "履歴設定" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "システム" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8601,30 +7164,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "更新" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8633,6 +7185,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8643,15 +7203,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8663,34 +7225,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "共有リンク" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "一覧" @@ -9000,23 +7550,9 @@ msgstr "" msgid "shared by:" msgstr "共有者:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "全てをキャンセル" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9032,7 +7568,11 @@ msgstr "この項目を本当に削除してもよろしいですか?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9083,17 +7623,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "ページ" @@ -9144,14 +7674,18 @@ msgstr "" msgid "Profile" msgstr "プロフィール" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "言語" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9160,35 +7694,7 @@ msgstr "" msgid "Profile Setting" msgstr "プロフィール設定" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "共有者:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9198,14 +7704,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "文書変換に失敗しました。" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr " ← を使うこともできます" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9232,6 +7730,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9345,92 +7848,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9441,7 +7863,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9648,6 +8070,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9717,9 +8586,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9741,38 +8607,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/ko/LC_MESSAGES/django.po b/locale/ko/LC_MESSAGES/django.po index da8467b0f5..24bae4cad8 100644 --- a/locale/ko/LC_MESSAGES/django.po +++ b/locale/ko/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Seong-ho Cho , 2014-2017,2019,2022-2024\n" "Language-Team: Korean (http://app.transifex.com/haiwen/seahub/language/ko/)\n" @@ -865,8 +865,9 @@ msgid "" msgstr "이미 아바타 %(nb_avatars)d개를 보유하고 있으며, 최대 허용 보유 갯수는 %(nb_max_avatars)d개 입니다." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "WebDav 암호 길이는 30문자보다 짧아야합니다." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1511,11 +1512,11 @@ msgstr "%(site_name)s 팀" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "권한이 거부되었습니다" @@ -2493,8 +2494,8 @@ msgstr "공유 라이브러리" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3030,11 +3031,11 @@ msgstr "비활성" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "파일을 볼 수 없습니다" @@ -3066,7 +3067,7 @@ msgstr "지정한 이력이 없습니다" msgid "Unknown error" msgstr "알 수 없는 오류" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\"이(가) 없습니다." @@ -3093,9 +3094,9 @@ msgid "Bad upload link token." msgstr "잘못된 업로드 링크 토큰입니다." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "파일이 없습니다" @@ -3123,49 +3124,49 @@ msgstr "선택한 인코딩이 적합하지 않습니다" msgid "Unknown file encoding" msgstr "알 수 없는 파일 인코딩" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "파일 크기가 %s을(를) 넘어, 온라인에서 열 수 없습니다." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "라이브러리를 암호화했습니다. 온라인에서 파일을 열어볼 수 없습니다." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "오피스 온라인 미리 보기 페이지를 준비하는 중 오류가 나타났습니다." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "오피스 파일 미리 보기 페이지를 준비하는 중 오류가 나타났습니다." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "파일을 다운로드할 수 없습니다. 부적절한 파일 경로입니다." -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "파일 경로가 잘못되어 파일을 다운로드할 수 없습니다" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "파일을 다운로드할 수 없습니다." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "%s(에)게 링크를 공유합니다." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "파일을 다운로드 할 수 없습니다." -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "원본 파일이 없습니다" diff --git a/locale/ko/LC_MESSAGES/djangojs.po b/locale/ko/LC_MESSAGES/djangojs.po index 7f1d895e5a..9a4ca9cda6 100644 --- a/locale/ko/LC_MESSAGES/djangojs.po +++ b/locale/ko/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Seong-ho Cho , 2015-2017,2019,2022-2024\n" "Language-Team: Korean (http://app.transifex.com/haiwen/seahub/language/ko/)\n" @@ -36,8 +36,6 @@ msgid "Exit Institution Admin" msgstr "단체 관리자 나가기" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "시스템 관리자" @@ -49,44 +47,22 @@ msgstr "조직 관리자" msgid "Institution Admin" msgstr "단체 관리자" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "아바타" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "프로파일 및 더 보기" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "사용함:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "설정" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "고객 포털" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "로그아웃" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "실행 취소" @@ -136,6 +112,22 @@ msgstr "{share_from} 님께서 {repo_link} 폴더를 {group_link} 그룹에 공 msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} 님께서 {repo_link} 라이브러리를 전송했습니다." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "{upload_file_link} 파일이 {uploaded_link} 링크에 올라갔습니다." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "{user}님 께서 {fileName} 파일을 {libraryName} 라이브러리에 만들었습니다." @@ -217,33 +209,26 @@ msgid "" "library {libraryName}." msgstr "{user}님 께서 {folderName} 폴더 및 기타 폴더 {folderCount}개를 {libraryName} 라이브러리에 이동했습니다." +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "알림" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "알림" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "모두 읽음으로 표시" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "모든 알림 보기" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -281,54 +266,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "태그" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "파일" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -339,57 +295,23 @@ msgstr "파일" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "다른 동작" @@ -414,7 +336,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "오남용 신고" @@ -436,7 +357,7 @@ msgid "Abuse Content" msgstr "컨텐트 오남용" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "기타" @@ -451,6 +372,7 @@ msgstr "연락처 정보" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "설명" @@ -478,8 +400,6 @@ msgstr "설명" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -489,8 +409,6 @@ msgstr "설명" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -498,7 +416,6 @@ msgstr "설명" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -507,30 +424,24 @@ msgstr "설명" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -539,7 +450,6 @@ msgstr "설명" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -555,11 +465,8 @@ msgstr "설명" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -571,11 +478,9 @@ msgstr "설명" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -604,18 +509,12 @@ msgstr "취소" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -625,29 +524,21 @@ msgstr "취소" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -656,7 +547,6 @@ msgstr "취소" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -669,8 +559,6 @@ msgstr "취소" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -679,9 +567,6 @@ msgstr "취소" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -694,14 +579,12 @@ msgstr "취소" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -731,14 +614,9 @@ msgstr "위키 추가" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -748,10 +626,8 @@ msgstr "위키 추가" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -759,12 +635,8 @@ msgstr "위키 추가" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -777,7 +649,6 @@ msgstr "위키 추가" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -785,12 +656,8 @@ msgstr "위키 추가" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -800,29 +667,32 @@ msgstr "위키 추가" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -849,13 +719,13 @@ msgstr "부서를 선택하십시오" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -940,11 +810,7 @@ msgstr "지우기 성공." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1012,122 +878,55 @@ msgstr "계정을 정말로 삭제할까요?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1173,20 +972,15 @@ msgstr "이 라이브러리를 정말로 복원할까요?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "복원" @@ -1207,12 +1001,6 @@ msgstr "이 장치로 나중에 접속할 때, 장치의 파일을 삭제합니 #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "링크 끊기" @@ -1248,7 +1036,6 @@ msgstr "선택한 항목을 복사할 위치:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1304,16 +1091,12 @@ msgstr "\"{name}\" 이름이 이미 있습니다. 다른 이름을 선택하세 #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "새 파일" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1355,12 +1138,8 @@ msgstr "암호가 일치하지 않습니다" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1371,39 +1150,19 @@ msgid "Template" msgstr "양식" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "저장소 백엔드" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1420,6 +1179,7 @@ msgstr "읽기-쓰기" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1431,24 +1191,18 @@ msgstr "암호화" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "암호" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "암호를 다시 입력하세요" @@ -1459,7 +1213,6 @@ msgstr "암호를 다시 입력하세요" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "내부 서버 오류" @@ -1470,10 +1223,6 @@ msgstr "\"{name}\" 태그가 이미 있습니다." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1491,13 +1240,10 @@ msgstr "색상 선택" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "저장" @@ -1523,7 +1269,6 @@ msgstr "권한 이름" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1536,35 +1281,24 @@ msgstr "권한 이름" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "업로드" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1572,10 +1306,6 @@ msgstr "업로드" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "다운로드" @@ -1602,7 +1332,6 @@ msgstr "수정 행위에는 파일 수정, 파일 및 폴더 이동/이름 바 #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1610,8 +1339,6 @@ msgstr "수정 행위에는 파일 수정, 파일 및 폴더 이동/이름 바 #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "복사" @@ -1625,9 +1352,6 @@ msgid "Generate share link" msgstr "공유 링크 만들기" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1635,14 +1359,9 @@ msgstr "공유 링크 만들기" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1652,9 +1371,6 @@ msgstr "공유 링크 만들기" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "편집" @@ -1695,16 +1411,13 @@ msgstr "이 라이브러리는 사용자 {user_amount}명과 그룹 {group_amoun #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "라이브러리 삭제" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "그룹 삭제 " @@ -1712,17 +1425,6 @@ msgstr "그룹 삭제 " msgid "Really want to delete this group?" msgstr "이 그룹을 정말로 삭제할까요?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "태그 선택" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "새 태그 만들기" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "레이블 편집에 성공했습니다." @@ -1736,10 +1438,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1797,18 +1495,6 @@ msgstr "장치 이름" msgid "Date" msgstr "날짜" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "손님 사용자" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "이 파일은 아직 누구도 접근하지 않(은 것 같)았습니다" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1869,114 +1555,19 @@ msgid "Upload Link" msgstr "업로드 링크" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "숨김" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "표시" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "업데이트" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "보내기" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "암호 보호 추가" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "자동 유효기간 추가" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "만들기" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "{site_name_placeholder}에 잘 오셨습니다" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder}에서는 파일을 라이브러리에 정리해줍니다. 각 라이브러리를 별도로 동기화하고 공유할 수 있습니다. 개인 라이브러리를 만들었습니다. 나중에 더 많은 라이브러리를 만들 수 있습니다." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder}에서는 파일을 라이브러리에 정리해줍니다. 각 라이브러리를 별도로 동기화하고 공유할 수 있습니다. 손님 사용자이기 때문에라이브러리를 만들 수 없습니다." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "그림을 불러올 수 없습니다." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "이전(왼쪽 화살표 키)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "다음(오른쪽 화살표 키)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "닫기(Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "확대" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "축소" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1987,20 +1578,6 @@ msgstr ".xlsx 파일을 선택하십시오." msgid "Import members from a .xlsx file" msgstr ".xlsx 파일에서 구성원 정보 가져오기" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "예제 파일 다운로드" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "파일 업로드" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "파일 선택" @@ -2052,7 +1629,6 @@ msgstr "접근 차단" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2060,28 +1636,19 @@ msgid "It is required." msgstr "필요합니다." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "전자메일 주소가 올바르지 않습니다." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "%(email) 사용자 초대에 성공했습니다" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "%(email) 사용자와 기타 %(num)명 초대에 성공했습니다." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "손님 초대" @@ -2092,10 +1659,7 @@ msgstr "전자메일 주소" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "쉼표로 전자메일 주소를 구분하십시오" @@ -2118,30 +1682,24 @@ msgid "Really want to leave this group?" msgstr "이 그룹에서 정말로 나갈까요?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "나가기" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "이 라이브러리는 암호로 보호했습니다" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "잘못된 암호입니다" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "암호는 한 시간동안만 서버에서 유지합니다." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "설정" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2161,6 +1719,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2224,70 +1788,6 @@ msgstr "{placeholder} 폴더 사용 권한" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "그룹" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "폴더" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "그룹 검색" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "사용자 검색" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "만든 파일" @@ -2299,6 +1799,7 @@ msgstr "만든 파일" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2315,23 +1816,19 @@ msgid "Tagged Files" msgstr "태그 표시한 파일" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2340,8 +1837,6 @@ msgstr "태그 표시한 파일" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2351,41 +1846,33 @@ msgstr "태그 표시한 파일" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "크기" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "최근 업데이트" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "삭제함" @@ -2409,6 +1896,8 @@ msgstr "삭제한 라이브러리" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "삭제한 라이브러리 없음" @@ -2446,14 +1935,13 @@ msgstr "관리자 사용자 선택" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "새 하위 부서" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2464,14 +1952,25 @@ msgstr "새 부서" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "구성원 추가" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "사용자 검색" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2479,29 +1978,20 @@ msgstr "전자메일 주소가 필요합니다" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "사용자 추가" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "전자메일" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "암호 확인" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2556,8 +2046,6 @@ msgstr "마감 일자" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "{placeholder}을(를) 정말로 삭제할까요?" @@ -2568,7 +2056,6 @@ msgstr "부서 삭제" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "구성원 삭제" @@ -2597,7 +2084,6 @@ msgstr "제한 용량이 잘못됐습니다." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "제한 용량 설정" @@ -2638,8 +2124,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "공개 취소" @@ -2702,76 +2186,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "API 토큰을 클립보드에 복사했습니다." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "권한이 거부되었습니다" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "오류" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "네트워크를 확인하세요." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "앱 이름" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} API 토큰" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2817,39 +2231,6 @@ msgstr "버전" msgid "Labels" msgstr "레이블" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "없음" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "알 수 없음" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "상세" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "현재 버전" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "스냅샷 보기" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2864,17 +2245,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "링크 공유" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "업로드 링크" @@ -2887,98 +2262,6 @@ msgstr "사용자 공유" msgid "Group Shares" msgstr "그룹 공유" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "유효기간" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "공유 링크 없음" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "공유 링크 삭제" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "선택한 공유 링크를 정말로 삭제할까요?" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "항목 1개 삭제에 성공했습니다" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "만든 사람" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "연결" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "방문" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "업로드 링크 없음" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3016,39 +2299,6 @@ msgstr "" msgid "Search files in this library" msgstr "이 라이브러리에서 파일 검색" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "결과 없음" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "현재 라이브러리" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "다른 라이브러리" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "사용자 연락 전자메일 주소 설정" @@ -3080,6 +2330,15 @@ msgstr "WebDAV 암호 설정" msgid "The link is copied to the clipboard." msgstr "링크를 클립보드에 복사했습니다." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "연결" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3111,30 +2370,18 @@ msgstr "다른 서버에 공유" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "공유" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "아이콘" @@ -3147,78 +2394,13 @@ msgstr "공유할 라이브러리를 선택하세요." msgid "Select libraries to share" msgstr "공유할 라이브러리를 선택하세요" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "초대자" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "서버" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "사용자 전자메일" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "시간이 좀 걸리니, 기다려주세요." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "항목 1개 삭제에 성공했습니다." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "서버 선택" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "소유자에게 라이브러리를 공유할 수 없습니다." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "이름 오름차순" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "이름 내림차순" @@ -3242,12 +2424,12 @@ msgstr "시간 오름차순" msgid "By time descending" msgstr "시간 내림차순" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3262,17 +2444,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "정말 삭제할까요" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3291,7 +2468,7 @@ msgstr "업로드 속도 제한 설정" msgid "Set Download Rate Limit" msgstr "다운로드 속도 제한 설정" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3367,10 +2544,8 @@ msgstr "조직 추가" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3398,15 +2573,13 @@ msgstr "이름(선택)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "역할" @@ -3462,8 +2635,6 @@ msgstr "이름 설정" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "조항" @@ -3477,19 +2648,10 @@ msgid "Transfer to department" msgstr "부서로 전송" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "사용자" @@ -3505,15 +2667,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "부서" @@ -3541,6 +2699,63 @@ msgstr "전송 대상 그룹" msgid "Please enter 1 or more character" msgstr "하나 이상의 문자를 입력하세요" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "권한이 거부되었습니다" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "오류" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "네트워크를 확인하세요." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3552,25 +2767,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "현재 경로: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "폴더" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3579,8 +2800,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "파일" @@ -3696,6 +2916,17 @@ msgstr "다운로드에 실패했습니다. 파일의 총 용량이 제한 용 msgid "Packaging..." msgstr "꾸러미 처리 중..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "파일" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3705,7 +2936,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "휴지통" @@ -3728,6 +2959,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3835,87 +3071,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "만든 사람" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "{name}님이 잠금" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "{name}님이 잠금" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "잠김" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "잠금" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "{name}님이 잠금" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "{name}님이 잠금" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "별표 지우기" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "별표 표시" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "이 폴더에는 현재 내용이 없습니다." @@ -3926,28 +3139,20 @@ msgstr "파일을 간단하게 만들 수 있습니다" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "일치하는 결과 없음" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "라이브러리" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "←를 누를 수 있습니다" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "→를 누르셔도 됩니다" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3989,57 +3194,12 @@ msgstr "네트워크 오류" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "업로드 준비 중" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "남은 시간" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "저장 중..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "업로드함" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "다시 시도" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4054,54 +3214,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "파일 업로드 중..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "모든 파일을 업로드했습니다" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "모두 다시 시도" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "모두 취소" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "이름" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "크기" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "진행" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "상태" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4113,13 +3228,13 @@ msgid "unstarred" msgstr "별표 지움" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "잠그기" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "잠금 해제" @@ -4128,74 +3243,26 @@ msgstr "잠금 해제" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "인쇄" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "클라이언트로 열기" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "상위 폴더 열기" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "이 파일 형식은 온라인에서 볼 수 없습니다." -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "내 라이브러리" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "나에게 공유함" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "모두에게 공유함" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "상세" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4212,7 +3279,7 @@ msgstr "관리자" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4225,8 +3292,8 @@ msgstr "구성원" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4242,17 +3309,15 @@ msgstr "현재 경로: " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "라이브러리 형식" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "동작" @@ -4261,121 +3326,10 @@ msgstr "동작" msgid "Add group member" msgstr "그룹 구성원 추가" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "그룹 구성원 검색" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "즐겨찾기" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "활동" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "위키" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "도움말" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "클라이언트" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "정보" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "링크" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "폴더" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "공유 관리" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "더 보기" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "구성원" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "소유 라이브러리" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "공유 라이브러리" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "페이지당 {number_placeholder}건" @@ -4402,6 +3356,7 @@ msgstr "권한 거부함. {placeholder-left}다시 로그인{placeholder-right} #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "태그 없음" @@ -4414,6 +3369,11 @@ msgstr "태그가 없습니다" msgid "Find a tag" msgstr "태그 찾기" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "새 태그 만들기" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4450,21 +3410,6 @@ msgstr "태그 가져오기" msgid "Export tags" msgstr " 태그 내보내기" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "공개함" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "이 라이브러리의 파일 바뀜을 보고 계십니다." - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4476,53 +3421,43 @@ msgid "Type characters to start search" msgstr "검색을 시작하려면 문자를 입력하세요" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "최근 방문한 결과 검색" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "라이브러리" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "결과 없음" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "개별 권한 설정 추가" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4531,8 +3466,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "기본" @@ -4542,8 +3475,6 @@ msgstr "기본" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "손님" @@ -4568,6 +3499,10 @@ msgstr "보낼 대상:" msgid "Message (optional):" msgstr "메시지 (선택):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "보내기" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "보내는 중..." @@ -4601,24 +3536,6 @@ msgstr "공유 링크 1개 삭제에 성공했습니다" msgid "Successfully deleted {number_placeholder} share links" msgstr "공유 링크 {number_placeholder}개 삭제에 성공했습니다" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4648,14 +3565,10 @@ msgstr "링크 생성" msgid "Number of links" msgstr "링크 갯수" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "권한 설정" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "암호 보호 추가" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4670,30 +3583,37 @@ msgstr "직접 다운로드 링크를 클립보드에 복사했습니다." msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "공유 링크 삭제" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "공유 링크를 정말로 삭제할까요?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "내보내기" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "공유 링크 없음" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "유효기간" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "공유 링크 삭제" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "선택한 공유 링크를 정말로 삭제할까요?" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4704,46 +3624,33 @@ msgstr "저장에 성공했습니다" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "파일 다운로드를 비활성화했습니다: 소유자의 공유 링크 트래픽이 사용 중입니다." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "공유자:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "다른 이름으로 저장 ..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "유효기간 경과함" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "라이브러리 전송에 성공했습니다." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "실패했습니다. 네트워크를 확인하세요." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "{name} 삭제에 실패했습니다." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "보내기" @@ -4755,17 +3662,18 @@ msgid "Folder Permission" msgstr "폴더 권한" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "공유 해제" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "공유 관리" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4776,27 +3684,18 @@ msgstr "암호 바꾸기" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "암호 재설정" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "파일 바뀜 추적" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "파일 바뀜 추적 해제" @@ -4813,18 +3712,6 @@ msgstr "고급 설정" msgid "SeaTable integration" msgstr "SeaTable 통합" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "{library_name_placeholder} 라이브러리 별표 표시 취소에 성공했습니다." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "{library_name_placeholder} 라이브러리 별표 표시에 성공했습니다." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4832,8 +3719,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "파일 검색" @@ -4887,15 +3772,9 @@ msgid "New" msgstr "새로 만들기" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4968,17 +3847,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "추가, 삭제, 수정 파일 목록을 메일함으로 보냅니다." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "협업 알림" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "라이브러리를 공유하거나 그룹 참여 건에 대한 협업 알림을 메일함으로 보냅니다." - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "언어 설정" @@ -5005,18 +3873,6 @@ msgstr "플랫폼" msgid "Last Access" msgstr "최근 접근" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "%(name)s 링크 끊기에 성공했습니다." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "연결 장치" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5036,10 +3892,7 @@ msgstr "전역 주소록에 계정을 조회하면 다른 사람이 이름을 msgid "Social Login" msgstr "소셜 로그인" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "연결" @@ -5047,49 +3900,6 @@ msgstr "연결" msgid "Status: enabled" msgstr "상태: 활성화" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "이중 인증 비활성화" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "어떤 장치도 없다면, 백업 코드로 계정에 접근할 수 있습니다." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "남아있는 백업 코드가 하나밖에 없습니다." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "백업 코드 {num}개가 남아있습니다." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "코드 표시" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "이중 인증 방식을 계정에 활성화하지 않았습니다. 계정 보안을 개손하려면 이중 인증을 활성화하세요." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "이중 인증 활성화" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "이중 인증" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "그림 파일을 선택하십시오." @@ -5106,11 +3916,6 @@ msgstr "파일이 너무 큽니다. 최대 파일 크기는 1MB입니다." msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "아바타:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "사용자 이름:" @@ -5153,6 +3958,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5194,54 +4000,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "공개" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "위키 삭제" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "나에게 공유함" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5322,7 +4088,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5345,6 +4111,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5380,17 +4147,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "모두" @@ -5548,17 +4313,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5695,29 +4460,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5742,7 +4496,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5755,11 +4509,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5791,6 +4540,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5826,15 +4586,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5868,21 +4619,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6074,9 +4810,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6188,8 +4923,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "{name} 이름 바꾸기에 실패했습니다" @@ -6336,14 +5071,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6367,27 +5097,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "상위 폴더 열기" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6420,34 +5156,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6578,6 +5314,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6593,17 +5332,10 @@ msgstr "갯수" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "선택" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6717,15 +5449,30 @@ msgstr "폴더를 이동했습니다" msgid "No more activities" msgstr "더 이상의 활동이 없습니다" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "모든 활동" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "운영" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "내 활동" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "라이브러리" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6744,11 +5491,6 @@ msgid "(current version)" msgstr "(현재 버전)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "보기" @@ -6762,19 +5504,6 @@ msgstr "관련 스냅샷 보기" msgid "Successfully restored." msgstr "복원에 성공했습니다." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "라이브러리 없음" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "이 그룹에 공유한 라이브러리가 없습니다" @@ -6792,6 +5521,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "라이브러리 없음" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6799,6 +5542,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "시간이 좀 걸리니, 기다려주세요." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "구성원" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6820,27 +5580,26 @@ msgid "This is a special group representing a department." msgstr "부서 역할 특수 그룹입니다." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "정보" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "소유 라이브러리" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6864,27 +5623,16 @@ msgstr "만든 일시" msgid "Operations" msgstr "작업" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "아바타" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "사용 용량 / 제한 용량" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "손상됨 ({repo_id_placeholder})" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "연락 전자메일" @@ -6892,15 +5640,13 @@ msgstr "연락 전자메일" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6909,34 +5655,32 @@ msgstr "상태" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "사용 공간" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "최근 로그인" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "사용자 삭제" @@ -6945,7 +5689,6 @@ msgstr "사용자 삭제" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6956,19 +5699,30 @@ msgstr "활성" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "비활성" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "항목 1개 삭제에 성공했습니다." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "초대 일시" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "수락함" @@ -6980,7 +5734,7 @@ msgstr "초대한 손님 없음" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6988,103 +5742,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "라이브러리 공유 권한이 없습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "다른 라이브러리로의 파일 이동에 실패했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "다른 라이브러리로의 파일 복사에 실패했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "다른 라이브러리로의 파일 이동에 성공했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "다른 라이브러리로의 파일 복사에 성공했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "{name}와(과) 기타 항목 {n}개를 복원했습니다" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "{name}을(를) 복원했습니다" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "{name}와(과) 기타 항목 {n}개 복원에 실패했습니다" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "{name} 복원에 실패했습니다" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "{name}와(과) 기타 항목 {n}개 삭제에 성공했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "{name}와(과) 기타 항목 {n}개 삭제에 실패했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "{name} 삭제에 실패했습니다" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "{name} 이동에 성공했습니다" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "{name} 이동에 실패했습니다" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s을(를) 성공적으로 복사했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "%(name)s 복사에 실패했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "변환 중입니다. 기다리세요..." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "파일 변환에 성공했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "{name} 변환을 실패했습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "공유에서 나가기" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "이 라이브러리는 관리자가 읽기 전용으로 설정하여 업데이트할 수 없습니다." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "폴더가 없습니다." @@ -7098,6 +5844,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "아직 어떤 클라이언트(데스크톱, 모바일)에서도 파일에 접근하지 않았습니다. 데이터에 좀 더 편리하게 접근하려면 장치의 클라이언트를 설정하세요." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "저장 중..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "클라이언트로 열기" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "일반 텍스트 편집기로 전환" @@ -7106,29 +5862,38 @@ msgstr "일반 텍스트 편집기로 전환" msgid "Switch to rich text editor" msgstr "리치 텍스트 편집기로 전환" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "도움말" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "이 파일을 업데이트했습니다." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "새로 고침" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "다른 사용자가 이 파일을 편집합니다!" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "이 페이지를 나갈까요? 시스템에서 바꾼 내용을 저장하지 않았습니다." -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "저장 실패" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "내 라이브러리" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7149,17 +5914,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "{library_name_placeholder} 라이브러리 별표 표시 취소에 성공했습니다." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "{library_name_placeholder} 라이브러리 별표 표시에 성공했습니다." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "깨짐(관리자에게 이 라이브러리를 복구하라고 알려주십시오)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7188,97 +5957,34 @@ msgstr "다른 서버에서 공유한 라이브러리가 없습니다." msgid "Shared By" msgstr "공유자" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "만든 날짜" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "제한 용량" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "부서 없음" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "구성원 없음" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "하위 부서" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "제한 용량 편집" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "새 하위 부서 없음" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "연결 장치 없음" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "장치 링크 끊기에 성공했습니다." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "라이브러리" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "모든 오류 소거에 성공했습니다." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "동기화 오류 없음" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7348,11 +6054,44 @@ msgstr "휴지통을 정말로 비울까요?" msgid "Clear" msgstr "지우기" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "제한 용량" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "만든 날짜" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "그룹 검색" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "그룹 검색" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7381,8 +6120,6 @@ msgstr "모든 그룹" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "이전" @@ -7391,8 +6128,6 @@ msgstr "이전" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "다음" @@ -7401,45 +6136,11 @@ msgstr "다음" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "팀 이름" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "모든 공개 링크" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7448,6 +6149,12 @@ msgstr "" msgid "View Link" msgstr "링크 보기" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "손님 사용자" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7463,6 +6170,7 @@ msgstr "동작" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "다음이 공유함" @@ -7482,26 +6190,12 @@ msgid "Organization" msgstr "조직" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "액셀 내보내기" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "파일 접근" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "파일 업데이트" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7515,7 +6209,6 @@ msgid "Copied" msgstr "복사함" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "SAML 구성" @@ -7578,36 +6271,9 @@ msgstr "실패" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "암호재설정" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "관리자 해임" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7662,39 +6328,6 @@ msgstr "사용자 가져오기" msgid "Add user" msgstr "사용자 추가" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "통계" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "장치" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "기록" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7일" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30일" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1년" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7713,8 +6346,6 @@ msgstr "수정함" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7781,39 +6412,6 @@ msgstr "사용자 저장소" msgid "Total Storage" msgstr "총 저장소 용량" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "시스템" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "총 트래픽" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "웹 트래픽" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "공유 링크 트래픽" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "동기화 트래픽" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7871,6 +6469,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "팀 이름" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "파일 업로드" @@ -7916,6 +6518,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "공개" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "변경 없음" @@ -7924,16 +6530,6 @@ msgstr "변경 없음" msgid "Changes" msgstr "변경 이력" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "최종 수정" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "다음 수정" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "버전 기록 없음" @@ -7985,8 +6581,6 @@ msgstr "파일 확장자를 여기에 입력하세요. 구분은 ';' 세미콜 #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "초기화" @@ -7995,6 +6589,7 @@ msgid "Invalid file size range." msgstr "잘못된 파일 크기 범위입니다." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "최소한 문자 3개가 필요합니다." @@ -8007,6 +6602,17 @@ msgstr "결과" msgid "results" msgstr "결과" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "공유한 폴더 없음" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "아직 다른 사용자과 공유한 어떤 폴더도 없습니다. 폴더 이름의 오른편에 있는 공유 아이콘을 눌러 다른 사용자와 폴더를 공유할 수 있습니다." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8035,94 +6641,66 @@ msgstr "아직 다른 사용자와 공유한 어떤 라이브러리도 없습니 msgid "all members" msgstr "모든 구성원" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "아직 어떤 공유 링크도 만들지 않았습니다. 공유 링크는 다른 어떤 누군가와 파일 및 폴더를 공유할 때 활용할 수 있습니다. 파일 또는 폴더 이름 오른편에 있는 공유 아이콘을 눌러 파일 또는 폴더를 공유하는 링크를 만들 수 있습니다." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "방문" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "업로드 링크 없음" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "아직 어떤 업로드 링크도 만들지 않았습니다. 업로드 링크는 누군가에게 폴더 또는 라이브러리에 파일을 업로드하게끔 해줍니다. 폴더 또는 라이브러리 이름의 오른편에 있는 공유 아이콘을 눌러 파일을 업로드하는 링크를 만들 수 있습니다." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "(삭제함)" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "제거" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "유효기간 오름차순" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "유효기간 내림차순" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "유효기간이 지난 공유 링크 지우기에 성공했습니다." - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "유효기간이 지난 공유 링크 지우기" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "유효기간이 지난 공유 링크를 정말로 지울까요?" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "유효기간이 지난 업로드 링크 지우기에 성공했습니다." - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "유효기간이 지난 업로드 링크 지우기" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" -msgstr "유효 기간이 지난 업로드 링크를 정말로 지울까요?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" +msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "서버" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "공유한 라이브러리 없음" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "{name} 공유 취소에 실패했습니다" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "공개 라이브러리가 없습니다" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "즐겨찾기 없음" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "기존 라이브러리 공유" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "아직 어떤 라이브러리, 폴더, 파일도 즐겨찾기에 추가하지 않았습니다. 즐겨찾기 항목은 주로 자주 사용하는 항목에 간편하게 접근할 수 있게 해줍니다. 라이브러리, 폴더, 파일의 왼편에 있는 별표 표시를 눌러 즐겨찾기에 추가할 수 있습니다." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "오남용 신고" @@ -8134,6 +6712,11 @@ msgstr "신고자" msgid "Handled" msgstr "처리함" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "관리자 로그인 로그 없음" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8147,9 +6730,10 @@ msgstr "관리자 동작 로그" msgid "Admin Login Logs" msgstr "관리자 로그인 로그" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "운영" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "관리자 수행 로그 없음" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8207,41 +6791,11 @@ msgstr "{user} 사용자를 삭제했습니다" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "라이브러리 추가" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "구성원 추가" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8262,6 +6816,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "부서 없음" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "구성원 없음" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "하위 부서" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "새 하위 부서 없음" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "경로" @@ -8282,40 +6855,12 @@ msgstr "내용 스캔 기록" msgid "Are you sure you want to remove {placeholder} ?" msgstr "{placeholder} 항목을 정말로 제거할까요?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "구성원 제거" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "{email_placeholder} 전자메일을 성공적으로 추가했습니다" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "{email_placeholder} 추가 실패: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "{placeholder} 항목 제거에 성공했습니다." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "{placeholder} 항목을 정말로 공유 해제할까요?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "라이브러리 공유 취소" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "{placeholder} 라이브러리를 성공적으로 공유 해제했습니다" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "그룹 없음" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8386,53 +6931,34 @@ msgid "Limits" msgstr "제한" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "조직" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "관리자 해임" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "{placeholder} 사용자의 관리자 권한을 정말로 철회할까요?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "철회" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "{placeholder} 사용자의 관리 권한 철회에 성공했습니다." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "구성원 수" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "관리자" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "단체" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "관리자 임명" @@ -8440,20 +6966,19 @@ msgstr "관리자 임명" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "{placeholder} 사용자를 관리자로 정말로 설정할까요?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "단체 삭제" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "초대 없음" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "단체 추가" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "초대자" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8480,31 +7005,64 @@ msgid "Delete Expired Invitations" msgstr "기한이 지난 초대 삭제" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "초대" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "토큰" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "제거" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "{placeholder} 항목만 표시" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "파일 접근 로그 없음" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "파일 업데이트 로그 없음" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "로그인 로그 없음" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "로그인" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "파일 접근" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "파일 업데이트" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "권한 로그 없음" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "추가" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "측면 탐색 메뉴" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "알림 없음" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8531,31 +7089,32 @@ msgstr "알림을 정말로 삭제할까요?" msgid "All Notifications" msgstr "모든 알림" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "그룹 수" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "{placeholder} 항목의 암호를 정말로 초기화할까요?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "이 조직의 사용자 {userCount}명과 라이브러리 {repoCount}건도 삭제합니다." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "조직 삭제" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8573,10 +7132,14 @@ msgstr "조직 검색" msgid "Search libraries by name or ID" msgstr "이름 또는 ID로 라이브러리 검색" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "기록 설정" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "위키" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "시스템" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8601,30 +7164,19 @@ msgstr "참고: {trashReposExpireDays}일 전 삭제한 라이브러리는 자 msgid "Search libraries by owner" msgstr "소유자로 라이브러리 검색" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "파일 검사" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "바이러스 검사" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "이용 약관" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "관리자 로그" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "이용 조항 없음" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "만듦" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "업데이트" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "T&C 삭제" @@ -8633,6 +7185,14 @@ msgstr "T&C 삭제" msgid "Update succeeded." msgstr "업데이트에 성공했습니다." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "이용 약관" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8643,15 +7203,17 @@ msgstr "사용자 1명 삭제에 성공했습니다." msgid "Successfully deleted {user_number_placeholder} users." msgstr "사용자 {user_number_placeholder}명 삭제에 성공했습니다." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "{placeholder} 사용자의 관리 권한 철회에 성공했습니다." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "사용자 삭제" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "선택한 사용자를 정말로 삭제할까요?" @@ -8663,34 +7225,22 @@ msgstr "로그인 ID 설정" msgid "Set Contact Email" msgstr "연락 전자메일 설정" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "로그인 ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "공유 라이브러리" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "공유한 링크" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "단체" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "기본 관리자" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "일일 관리자" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "감사 관리자" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "데이터베이스" @@ -9000,23 +7550,9 @@ msgstr "{folder_name_placeholder}에 업로드" msgid "shared by:" msgstr "공유한 사용자:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "이 라이브러리 소유자가 공간을 다 사용했습니다." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "파일 크기는 {max_size_placeholder}보다 작아야 합니다." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "여기에 파일 또는폴더를 끌어놓으세요." - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "라이브러리로 이동" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "모두 취소" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9032,7 +7568,11 @@ msgstr "이 페이지를 정말로 삭제할까요?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "측면 탐색 메뉴" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9083,17 +7623,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "페이지" @@ -9144,14 +7674,18 @@ msgstr "{placeholder} 스냅샷" msgid "Profile" msgstr "프로파일" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "언어" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "이중 인증" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "연결 장치" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9160,35 +7694,7 @@ msgstr "" msgid "Profile Setting" msgstr "프로파일 설정" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "공유한 사람:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "목록" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "격자" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "선택한 항목 ZIP 압축" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "선택한 항목 저장" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9198,14 +7704,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "문서 변환에 실패했습니다." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "←를 누를 수 있습니다" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "→를 누르셔도 됩니다" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9232,6 +7730,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9345,92 +7848,11 @@ msgstr "아직 어떤 항목도 즐겨찾기 표시해두지 않았습니다" msgid "Import Users" msgstr "사용자 정보 가져오기" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "연결 장치 없음" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "선택한 항목 저장" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "동기화 오류 없음" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "그룹 없음" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "알림 없음" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "초대 없음" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "이용 조항 없음" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "즐겨찾기 없음" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "공유한 폴더 없음" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "관리자 로그인 로그 없음" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "관리자 수행 로그 없음" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "권한 로그 없음" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "로그인 로그 없음" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "파일 업데이트 로그 없음" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "파일 접근 로그 없음" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "아직 다른 사용자과 공유한 어떤 폴더도 없습니다. 폴더 이름의 오른편에 있는 공유 아이콘을 눌러 다른 사용자와 폴더를 공유할 수 있습니다." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "아직 어떤 공유 링크도 만들지 않았습니다. 공유 링크는 다른 어떤 누군가와 파일 및 폴더를 공유할 때 활용할 수 있습니다. 파일 또는 폴더 이름 오른편에 있는 공유 아이콘을 눌러 파일 또는 폴더를 공유하는 링크를 만들 수 있습니다." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "아직 어떤 업로드 링크도 만들지 않았습니다. 업로드 링크는 누군가에게 폴더 또는 라이브러리에 파일을 업로드하게끔 해줍니다. 폴더 또는 라이브러리 이름의 오른편에 있는 공유 아이콘을 눌러 파일을 업로드하는 링크를 만들 수 있습니다." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "아직 어떤 라이브러리, 폴더, 파일도 즐겨찾기에 추가하지 않았습니다. 즐겨찾기 항목은 주로 자주 사용하는 항목에 간편하게 접근할 수 있게 해줍니다. 라이브러리, 폴더, 파일의 왼편에 있는 별표 표시를 눌러 즐겨찾기에 추가할 수 있습니다." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9441,7 +7863,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9648,6 +8070,453 @@ msgstr "%(name)s 항목 이동에 실패했습니다." msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9717,9 +8586,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9741,38 +8607,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/lt/LC_MESSAGES/django.po b/locale/lt/LC_MESSAGES/django.po index 2aa5bc67f5..c061bf4b80 100644 --- a/locale/lt/LC_MESSAGES/django.po +++ b/locale/lt/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Vytautas Stanaitis , 2018\n" "Language-Team: Lithuanian (http://app.transifex.com/haiwen/seahub/language/lt/)\n" @@ -865,7 +865,8 @@ msgid "" msgstr "Jau turite %(nb_avatars)d avatarus, daugiausiai galima turėti %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1526,11 +1527,11 @@ msgstr "%(site_name)s komanda" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Prieiga uždrausta" @@ -2517,8 +2518,8 @@ msgstr "" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3054,11 +3055,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "" @@ -3090,7 +3091,7 @@ msgstr "Nurodyto žurnalo nėra" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -3117,9 +3118,9 @@ msgid "Bad upload link token." msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "" @@ -3147,49 +3148,49 @@ msgstr "" msgid "Unknown file encoding" msgstr "" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "" -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/lt/LC_MESSAGES/djangojs.po b/locale/lt/LC_MESSAGES/djangojs.po index eef33bc967..e709931318 100644 --- a/locale/lt/LC_MESSAGES/djangojs.po +++ b/locale/lt/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian (http://app.transifex.com/haiwen/seahub/language/lt/)\n" @@ -35,8 +35,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "" @@ -48,44 +46,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avataras" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Nustatymai" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -135,6 +111,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -216,33 +208,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Pranešimai" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -280,54 +265,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Bylos" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -338,57 +294,23 @@ msgstr "Bylos" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "" @@ -413,7 +335,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -435,7 +356,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -450,6 +371,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Aprašymas" @@ -477,8 +399,6 @@ msgstr "Aprašymas" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -488,8 +408,6 @@ msgstr "Aprašymas" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -497,7 +415,6 @@ msgstr "Aprašymas" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -506,30 +423,24 @@ msgstr "Aprašymas" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -538,7 +449,6 @@ msgstr "Aprašymas" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -554,11 +464,8 @@ msgstr "Aprašymas" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -570,11 +477,9 @@ msgstr "Aprašymas" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -603,18 +508,12 @@ msgstr "Atšaukti" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -624,29 +523,21 @@ msgstr "Atšaukti" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -655,7 +546,6 @@ msgstr "Atšaukti" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -668,8 +558,6 @@ msgstr "Atšaukti" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -678,9 +566,6 @@ msgstr "Atšaukti" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -693,14 +578,12 @@ msgstr "Atšaukti" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -730,14 +613,9 @@ msgstr "Sukurti Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -747,10 +625,8 @@ msgstr "Sukurti Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -758,12 +634,8 @@ msgstr "Sukurti Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -776,7 +648,6 @@ msgstr "Sukurti Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -784,12 +655,8 @@ msgstr "Sukurti Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -799,29 +666,32 @@ msgstr "Sukurti Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -848,13 +718,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -939,11 +809,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1011,122 +877,55 @@ msgstr "Tikrai norite ištrinti savo paskyrą?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1172,20 +971,15 @@ msgstr "Tikrai norite atkurti šią biblioteką?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Atkurti" @@ -1206,12 +1000,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "" @@ -1247,7 +1035,6 @@ msgstr "" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1303,16 +1090,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1354,12 +1137,8 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1370,39 +1149,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1419,6 +1178,7 @@ msgstr "Skaityti-Rašyti" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1430,24 +1190,18 @@ msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Slaptažodis" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "" @@ -1458,7 +1212,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Vidinė serverio klaida" @@ -1469,10 +1222,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1490,13 +1239,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1522,7 +1268,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1535,35 +1280,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1571,10 +1305,6 @@ msgstr "" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "" @@ -1601,7 +1331,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1609,8 +1338,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "" @@ -1624,9 +1351,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1634,14 +1358,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1651,9 +1370,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Redaguoti" @@ -1694,16 +1410,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "" @@ -1711,17 +1424,6 @@ msgstr "" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Etiketė sėkmingai redaguota." @@ -1735,10 +1437,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1796,18 +1494,6 @@ msgstr "" msgid "Date" msgstr "" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1868,114 +1554,19 @@ msgid "Upload Link" msgstr "" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Slėpti" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Atnaujinti" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Sukurti" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1986,20 +1577,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2051,7 +1628,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2059,28 +1635,19 @@ msgid "It is required." msgstr "Privaloma." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2091,10 +1658,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "El. adresai atskirti \",\"" @@ -2117,30 +1681,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Klaidingas slaptažodis" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Nustatymai" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2160,6 +1718,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2223,70 +1787,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Aplankas" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2298,6 +1798,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2314,23 +1815,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2339,8 +1836,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2350,41 +1845,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Dydis" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Paskutinis atnaujinimas" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2408,6 +1895,8 @@ msgstr "Ištrintos bibliotekos" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2445,14 +1934,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2463,14 +1951,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2478,29 +1977,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "El. paštas" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2555,8 +2045,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2567,7 +2055,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "" @@ -2596,7 +2083,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Nustatyti saugyklos dydį" @@ -2637,8 +2123,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2701,76 +2185,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Prieiga uždrausta" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Klaida" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2816,39 +2230,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Nežinoma" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Dabartinė versija" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Peržiūrėti momentinę kopiją" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2863,17 +2244,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Įkėlimo nuorodos" @@ -2886,98 +2261,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Apsilankimai" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3015,39 +2298,6 @@ msgstr "" msgid "Search files in this library" msgstr "Ieškoti bylų šioje bibliotekoje" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3079,6 +2329,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3110,30 +2369,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "piktograma" @@ -3146,78 +2393,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Pasirinkti bibliotekas bendrinimui" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3241,12 +2423,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3261,17 +2443,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3290,7 +2467,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3366,10 +2543,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3397,15 +2572,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Vaidmuo" @@ -3461,8 +2634,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3476,19 +2647,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Vartotojai" @@ -3504,15 +2666,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3540,6 +2698,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Prieiga uždrausta" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Klaida" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3551,25 +2766,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Aplankas" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3578,8 +2799,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "" @@ -3695,6 +2915,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Bylos" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3704,7 +2935,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "" @@ -3727,6 +2958,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3834,87 +3070,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "užrakintas" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3925,28 +3138,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliotekos" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3988,57 +3193,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4053,54 +3213,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "vardas" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4112,13 +3227,13 @@ msgid "unstarred" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Užrakinti" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Atrakinti" @@ -4127,74 +3242,26 @@ msgstr "Atrakinti" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Atidaryti iš kliento" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" msgstr "" -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Mano bibliotekos" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Bendrinama su manimi" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Bendrinama su visais" - #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4211,7 +3278,7 @@ msgstr "Admin" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4224,8 +3291,8 @@ msgstr "Narys" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4241,17 +3308,15 @@ msgstr "" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Bibliotekos tipas" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4260,121 +3325,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Mėgstamiausi" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Pagalba" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Klientai" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Apie" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Bendrinimo administravimas" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4401,6 +3355,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4413,6 +3368,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4449,21 +3409,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4475,53 +3420,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliotekos" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4530,8 +3465,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Numatytasis" @@ -4541,8 +3474,6 @@ msgstr "Numatytasis" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Svečias" @@ -4567,6 +3498,10 @@ msgstr "Siųsti:" msgid "Message (optional):" msgstr "Pranešimas (neprivaloma):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Siunčiama..." @@ -4600,24 +3535,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4647,13 +3564,9 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" msgstr "" #: frontend/src/components/share-link-panel/link-details.js:51 @@ -4669,30 +3582,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4703,46 +3623,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Bylos atsisiuntimas išjungtas: išnaudotas bendrinimo nuorodos savininko galimo srauto limitas." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Nepavyko. Patikrinkite tinklą." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "" @@ -4754,17 +3661,18 @@ msgid "Folder Permission" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Bendrinimo administravimas" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4775,27 +3683,18 @@ msgstr "" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4812,18 +3711,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4831,8 +3718,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4886,15 +3771,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4967,17 +3846,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Kalbos nustatymai" @@ -5004,18 +3872,6 @@ msgstr "" msgid "Last Access" msgstr "" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5035,10 +3891,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5046,49 +3899,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Išjungti dviejų lygių autentikacija" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Dviejų lygių autentikacija jūsų paskyrai neįjungta. Norėdami padidinti paskyros saugumą įjunkite dviejų lygių autentikaciją." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Įjungti dviejų lygių autentikacija" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Dviejų lygių autentikacija" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5105,11 +3915,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avataras:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Vartotojo vardas:" @@ -5152,6 +3957,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5193,54 +3999,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Bendrinama su manimi" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5321,7 +4087,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5344,6 +4110,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5379,17 +4146,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "" @@ -5547,17 +4312,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5694,29 +4459,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5741,7 +4495,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5754,11 +4508,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5790,6 +4539,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5825,15 +4585,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5867,21 +4618,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6073,9 +4809,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6187,8 +4922,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6335,14 +5070,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6366,27 +5096,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6419,34 +5155,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6577,6 +5313,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6592,15 +5331,8 @@ msgstr "" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6716,14 +5448,29 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" msgstr "" #: frontend/src/pages/dashboard/user-selector.js:78 @@ -6743,11 +5490,6 @@ msgid "(current version)" msgstr "(dabartinė versija)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Peržiūrėti" @@ -6761,19 +5503,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6791,6 +5520,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6798,6 +5541,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6819,27 +5579,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6863,27 +5622,16 @@ msgstr "Sukurti į" msgid "Operations" msgstr "Operacijos" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avataras" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Saugykla naudojama / viso" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Kontaktinis el. paštas" @@ -6891,15 +5639,13 @@ msgstr "Kontaktinis el. paštas" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6908,34 +5654,32 @@ msgstr "Būsena" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Naudojama saugyklos" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Paskutinis prisijungimas" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Ištrinti vartotoją" @@ -6944,7 +5688,6 @@ msgstr "Ištrinti vartotoją" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6955,19 +5698,30 @@ msgstr "Aktyvus" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Neaktyvus" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Pakvietimo laikas" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Priimta" @@ -6979,7 +5733,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6987,103 +5741,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Atmesti bendrinimą" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7097,6 +5843,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "" + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Atidaryti iš kliento" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7105,29 +5861,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Pagalba" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Atnaujinti" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Mano bibliotekos" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7148,15 +5913,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7187,65 +5956,22 @@ msgstr "" msgid "Shared By" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Taisyti saugyklos dydį" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7253,30 +5979,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7347,11 +6053,44 @@ msgstr "" msgid "Clear" msgstr "Išvalyti" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7380,8 +6119,6 @@ msgstr "Visos grupės" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "" @@ -7390,8 +6127,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "" @@ -7400,45 +6135,11 @@ msgstr "" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7447,6 +6148,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7462,6 +6169,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "" @@ -7481,26 +6189,12 @@ msgid "Organization" msgstr "" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7514,7 +6208,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7577,36 +6270,9 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "ResetPwd" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7661,39 +6327,6 @@ msgstr "" msgid "Add user" msgstr "Įkelti vartotoją" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 Dienos" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 Dienų" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 Metai" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7712,8 +6345,6 @@ msgstr "Pakeista" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7780,39 +6411,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7870,6 +6468,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "" @@ -7915,6 +6517,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7923,16 +6529,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7984,8 +6580,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7994,6 +6588,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8006,6 +6601,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8034,94 +6640,66 @@ msgstr "" msgid "all members" msgstr "visi nariai" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Apsilankimai" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Pašalinti" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Nėra viešų bibliotekų" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Bendrinti esamas bibliotekas" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8133,6 +6711,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8146,8 +6729,9 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 @@ -8206,41 +6790,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Pridėti biblioteką" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8261,6 +6815,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8281,39 +6854,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8385,53 +6930,34 @@ msgid "Limits" msgstr "" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "" @@ -8439,19 +6965,18 @@ msgstr "" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8479,30 +7004,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Pašalinti" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Įtraukti" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8530,31 +7088,32 @@ msgstr "" msgid "All Notifications" msgstr "Visi pranešimai" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8572,10 +7131,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Žurnalo nustatymai" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8600,30 +7163,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Sukurtas" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Atnaujinti" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8632,6 +7184,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8642,15 +7202,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8662,34 +7224,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Vartotojo ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Duombazė" @@ -8999,22 +7549,8 @@ msgstr "" msgid "shared by:" msgstr "" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" msgstr "" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 @@ -9031,7 +7567,11 @@ msgstr "Ar tikrai norite ištrinti šį puslapį?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9082,17 +7622,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Puslapiai" @@ -9143,14 +7673,18 @@ msgstr "" msgid "Profile" msgstr "Profilis" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Kalba" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Dviejų lygių autentikacija" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9159,35 +7693,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profilio nustatymai" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Bendrinama:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9197,14 +7703,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9231,6 +7729,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9344,92 +7847,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9440,7 +7862,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9647,6 +8069,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9716,9 +8585,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9740,38 +8606,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/lv/LC_MESSAGES/django.po b/locale/lv/LC_MESSAGES/django.po index d37725bd25..7bf00d3024 100644 --- a/locale/lv/LC_MESSAGES/django.po +++ b/locale/lv/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Ilo Kra, 2023\n" "Language-Team: Latvian (http://app.transifex.com/haiwen/seahub/language/lv/)\n" @@ -864,7 +864,8 @@ msgid "" msgstr "Jums jau ir %(nb_avatars)d avatars, un maksimālais atļautais ir %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1520,11 +1521,11 @@ msgstr "%(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Pieeja liegta" @@ -2508,8 +2509,8 @@ msgstr "Koplietots" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3045,11 +3046,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Nevar apskatīt datni" @@ -3081,7 +3082,7 @@ msgstr "Norādītais vēstures saraksts nepastāv" msgid "Unknown error" msgstr "Nezināma kļūda" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nepastāv." @@ -3108,9 +3109,9 @@ msgid "Bad upload link token." msgstr "Slikta augšupielādes saites pilnvara." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Šāda datne nepastāv" @@ -3138,49 +3139,49 @@ msgstr "Atlasītais kodējums nav pareizs." msgid "Unknown file encoding" msgstr "Nezināms datnes kodējums" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Datnes lielums pārsniedz %s, nevar atvērt tiešsaistes režīmā.." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Bibliotēka ir šifrēta, nevar atvērt tiešsaistē." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Nevar lejupielādēt datni, nederīgs datnes ceļš" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Nevar lejupielādēt datni, nepareizs datnes ceļš" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Nevar lejupielādēt datni" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/lv/LC_MESSAGES/djangojs.po b/locale/lv/LC_MESSAGES/djangojs.po index 70fec25bf8..5d1b101236 100644 --- a/locale/lv/LC_MESSAGES/djangojs.po +++ b/locale/lv/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Qubit Bit, 2015-2016,2018\n" "Language-Team: Latvian (http://app.transifex.com/haiwen/seahub/language/lv/)\n" @@ -36,8 +36,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Administratora logs" @@ -49,44 +47,22 @@ msgstr "Organizācijas administrators" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatars" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Skatīt profilu" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Lietots:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Iestatījumi" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Iziet" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -136,6 +112,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -217,33 +209,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Paziņojums" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -281,54 +266,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Datnes" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -339,57 +295,23 @@ msgstr "Datnes" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Vairāk darbības" @@ -414,7 +336,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -436,7 +357,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -451,6 +372,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Apraksts" @@ -478,8 +400,6 @@ msgstr "Apraksts" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -489,8 +409,6 @@ msgstr "Apraksts" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -498,7 +416,6 @@ msgstr "Apraksts" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -507,30 +424,24 @@ msgstr "Apraksts" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -539,7 +450,6 @@ msgstr "Apraksts" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -555,11 +465,8 @@ msgstr "Apraksts" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -571,11 +478,9 @@ msgstr "Apraksts" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -604,18 +509,12 @@ msgstr "Atcelt" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -625,29 +524,21 @@ msgstr "Atcelt" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -656,7 +547,6 @@ msgstr "Atcelt" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -669,8 +559,6 @@ msgstr "Atcelt" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -679,9 +567,6 @@ msgstr "Atcelt" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -694,14 +579,12 @@ msgstr "Atcelt" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -731,14 +614,9 @@ msgstr "Pievienot Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -748,10 +626,8 @@ msgstr "Pievienot Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -759,12 +635,8 @@ msgstr "Pievienot Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -777,7 +649,6 @@ msgstr "Pievienot Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -785,12 +656,8 @@ msgstr "Pievienot Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -800,29 +667,32 @@ msgstr "Pievienot Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -849,13 +719,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -940,11 +810,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1012,122 +878,55 @@ msgstr "Tiešām dzēst kontu?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1173,20 +972,15 @@ msgstr "Vai tiešām vēlaties atjaunot šō bibliotēku?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Atjaunot" @@ -1207,12 +1001,6 @@ msgstr "Datnes tiks dzēstas no ierīces, nākamreiz nonākot tiešsaistē." #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Atsaistīt" @@ -1248,7 +1036,6 @@ msgstr "Kopēt atlasīto(s) ierakstu(s) uz:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1304,16 +1091,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Jauna datne" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1355,12 +1138,8 @@ msgstr "Paroles nesakrīt" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1371,39 +1150,19 @@ msgid "Template" msgstr "Šablons" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1420,6 +1179,7 @@ msgstr "Lasīt-Rakstīt" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1431,24 +1191,18 @@ msgstr "Šifrēt" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Parole" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Atkārtot paroli" @@ -1459,7 +1213,6 @@ msgstr "Atkārtot paroli" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Iekšējā servera kļūda" @@ -1470,10 +1223,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1491,13 +1240,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1523,7 +1269,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1536,35 +1281,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Augšuplādēt" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1572,10 +1306,6 @@ msgstr "Augšuplādēt" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Lejuplādēt" @@ -1602,7 +1332,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1610,8 +1339,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopēt" @@ -1625,9 +1352,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1635,14 +1359,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1652,9 +1371,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Rediģēt" @@ -1695,16 +1411,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Dzēst bibliotēku" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Dzēst grupu" @@ -1712,17 +1425,6 @@ msgstr "Dzēst grupu" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1736,10 +1438,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1797,18 +1495,6 @@ msgstr "Ierīces nosaukums" msgid "Date" msgstr "Datums" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonīms lietotājs" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1869,114 +1555,19 @@ msgid "Upload Link" msgstr "Augšupielādēt saiti" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Slēpt" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Rādīt" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Atjaunot" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Sūtīt" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Pievienot paroles aizsardzību" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Pievienot automātisko izbeigšanos" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Izveidot" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Iepriekšējais (bultiņa pa kreisi)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Nākamais (bultiņa pa labi)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Aizvērt (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1987,20 +1578,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Augšuplādēt datni" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2052,7 +1629,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2060,28 +1636,19 @@ msgid "It is required." msgstr "Nepieciešams." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2092,10 +1659,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2118,30 +1682,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Bibliotēka ir aizsargāta ar paroli" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Kļūdaina parole" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Parole tiks glabāta uz servera tikai 1 stundu." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Iestatījumi" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2161,6 +1719,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2224,70 +1788,6 @@ msgstr "{placeholder} Mapes atļaujas" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grupa" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Mape" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Meklēt grupas" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2299,6 +1799,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2315,23 +1816,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2340,8 +1837,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2351,41 +1846,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Izmērs " #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Atjaunots" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2409,6 +1896,8 @@ msgstr "Dzēstās bibliotēkas" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2446,14 +1935,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2464,14 +1952,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Pievienot dalībnieku" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2479,29 +1978,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "E-pasts" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Apstiprināt paroli" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2556,8 +2046,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2568,7 +2056,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Dzēst dalībnieku" @@ -2597,7 +2084,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Iestatīt kvotas" @@ -2638,8 +2124,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2702,76 +2186,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Pieeja liegta" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Kļūda" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Lūdzu pārbaudiet tīkla pieslēgumu" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2817,39 +2231,6 @@ msgstr "Versija" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Neviens" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Nezināms" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detaļas" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Pašreizējā versija" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Skatīt momentuzņēmumu" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2864,17 +2245,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Koplietošanas saites" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Augšupielādēt saites" @@ -2887,98 +2262,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Izbeigšanās" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Veiksmīgi izdzēsts 1 objekts" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Autors" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Saite" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Apmeklējumi" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3016,39 +2299,6 @@ msgstr "" msgid "Search files in this library" msgstr "Meklēt datnes bibliotēkā" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Nav rezultāta" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Pašreizējā bibliotēka" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Cita bibliotēka" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3080,6 +2330,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Saite" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3111,30 +2370,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Dalīties" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ikona" @@ -3147,78 +2394,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Atlasīt koplietošanas bibliotēkas " -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Uzaicinātājs" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Veiksmīgi izdzēsts 1 objekts" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3242,12 +2424,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3262,17 +2444,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3291,7 +2468,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3367,10 +2544,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3398,15 +2573,13 @@ msgstr "Vārds (obligāti)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Loma" @@ -3462,8 +2635,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3477,19 +2648,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Lietotāji" @@ -3505,15 +2667,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3541,6 +2699,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Lūdzu, ievadiet 1 vai vairāk rakstzīmes" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Pieeja liegta" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Kļūda" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Lūdzu pārbaudiet tīkla pieslēgumu" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3552,25 +2767,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Atrodaties mapē: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Mape" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3579,8 +2800,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Datne" @@ -3696,6 +2916,17 @@ msgstr "" msgid "Packaging..." msgstr "Pakoju..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Datnes" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3705,7 +2936,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Atkritne" @@ -3728,6 +2959,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3835,87 +3071,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Autors" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "bloķēts" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Bez zvaigznītes" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3926,28 +3139,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliotēkas" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "var spiest arī ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3989,57 +3194,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Saglabā..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4054,54 +3214,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Datni augšuplādē..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Atcelt visus" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "vārds" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4113,13 +3228,13 @@ msgid "unstarred" msgstr "bez zvaigzīnes" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Bloķēt" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Atbloķēt" @@ -4128,74 +3243,26 @@ msgstr "Atbloķēt" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Atvērt ar klientu" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Manas bibliotēkas" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Man koplietotās " - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Koplietot visiem" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detaļas" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4212,7 +3279,7 @@ msgstr "Administrators" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4225,8 +3292,8 @@ msgstr "Dalībnieks" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4242,17 +3309,15 @@ msgstr "Pašreizējais ceļš:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Bibliotēkas tips" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Darbības" @@ -4261,121 +3326,10 @@ msgstr "Darbības" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favorīti" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Aktivitātes" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Palīdzība" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Klients" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Par" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Saites" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Mapes" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Koplietošanā" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Dalībnieki" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4402,6 +3356,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4414,6 +3369,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4450,21 +3410,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4476,53 +3421,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliotēkas" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Nav rezultāta" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4531,8 +3466,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Noklusēts" @@ -4542,8 +3475,6 @@ msgstr "Noklusēts" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Viesis" @@ -4568,6 +3499,10 @@ msgstr "Sūtīt uz:" msgid "Message (optional):" msgstr "Ziņa (nav obligāti)" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Sūtīt" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Sūta..." @@ -4601,24 +3536,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4648,14 +3565,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Pievienot paroles aizsardzību" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4670,30 +3583,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Izbeigšanās" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4704,46 +3624,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Beigties" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Bibliotēka tika veiksmīgi pārsūtīta." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Neizdevās. Lūdzu pārbaudiet tīkla pieslēgumu." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Pārsūtīt" @@ -4755,17 +3662,18 @@ msgid "Folder Permission" msgstr "Mapes tiesības" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Atcelt koplietošanu" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Koplietošanā" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4776,27 +3684,18 @@ msgstr "Mainīt paroli" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Atiestatīt paroli" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4813,18 +3712,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4832,8 +3719,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4887,15 +3772,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4968,17 +3847,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Valodas iestatījumi" @@ -5005,18 +3873,6 @@ msgstr "Platforma" msgid "Last Access" msgstr "Pēdējā piekļuve" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Saistītās ierīces" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5036,10 +3892,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5047,49 +3900,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Atspējot divfaktoru autentifikācija" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Rādīt kodu" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Aktivizēt divfaktoru autentifikācija" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Divfaktoru autentifikācija" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5106,11 +3916,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatars: " - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Lietotājvārds:" @@ -5153,6 +3958,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5194,54 +4000,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Man koplietotās " + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5322,7 +4088,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5345,6 +4111,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5380,17 +4147,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Visi" @@ -5548,17 +4313,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5695,29 +4460,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5742,7 +4496,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5755,11 +4509,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5791,6 +4540,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5826,15 +4586,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5868,21 +4619,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6074,9 +4810,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6188,8 +4923,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6336,14 +5071,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6367,27 +5097,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6420,34 +5156,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6578,6 +5314,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6593,17 +5332,10 @@ msgstr "Skaitīt" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Atlasīt" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6717,15 +5449,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Darbības" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Bibliotēka" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6744,11 +5491,6 @@ msgid "(current version)" msgstr "(pašreizējā versija)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Skatīt" @@ -6762,19 +5504,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Bibliotēkas nav" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6792,6 +5521,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Bibliotēkas nav" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6799,6 +5542,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Dalībnieki" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6820,27 +5580,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr " Informācija" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6864,27 +5623,16 @@ msgstr "Izveidots" msgid "Operations" msgstr "Darbības" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatars" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Izlietots / Kvota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Kontaktpersonas e-pasts:" @@ -6892,15 +5640,13 @@ msgstr "Kontaktpersonas e-pasts:" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6909,34 +5655,32 @@ msgstr "Statuss" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Izlietots" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Pēdējā pieteikšanās" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Dzēst lietotāju" @@ -6945,7 +5689,6 @@ msgstr "Dzēst lietotāju" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6956,19 +5699,30 @@ msgstr "Aktīvs" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Neaktīvs" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Veiksmīgi izdzēsts 1 objekts" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Uzaicināšanas laiks" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Pieņemt" @@ -6980,7 +5734,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6988,103 +5742,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Veiksmīgi kopēts %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Kļūda kopējot %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Atļauja koplietojumam" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7098,6 +5844,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Saglabā..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Atvērt ar klientu" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7106,29 +5862,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Palīdzība" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Manas bibliotēkas" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7149,17 +5914,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Bojāta (lūdzu, sazinieties ar administratoru, lai salabotu šo bibliotēku)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7188,97 +5957,34 @@ msgstr "" msgid "Shared By" msgstr "Dalās" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Izveidoja" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Nav dalībnieka" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Rediģēt kvotu" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Nav savienotas ierīces" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Bibliotēka" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Nav sinhronizācijas kļūdas" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7348,11 +6054,44 @@ msgstr "Vai tiešām vēlaties tīrīt atkritni?" msgid "Clear" msgstr "Tīrs" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Izveidoja" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Meklēt grupas" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7381,8 +6120,6 @@ msgstr "Visas grupas" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Iepriekšējais" @@ -7391,8 +6128,6 @@ msgstr "Iepriekšējais" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Nākamais" @@ -7401,45 +6136,11 @@ msgstr "Nākamais" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Visas publiskās saites" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7448,6 +6149,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonīms lietotājs" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7463,6 +6170,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Koplietojums no " @@ -7482,26 +6190,12 @@ msgid "Organization" msgstr "Organizācija" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Eksportēt Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7515,7 +6209,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7578,36 +6271,9 @@ msgstr "Neizdevās" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Atstatīt" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Anulēt administratoru" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7662,39 +6328,6 @@ msgstr "Importēt lietotājus" msgid "Add user" msgstr "Pievienot lietotāju" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Ierīces" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Žurnāls" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 dienas" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 dienas" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 gads" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7713,8 +6346,6 @@ msgstr "Modificēts" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7781,39 +6412,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistēma" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7871,6 +6469,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Datni augšuplādēt" @@ -7916,6 +6518,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7924,16 +6530,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7985,8 +6581,6 @@ msgstr "Ievadiet datnes paplašinājumus šeit, atdalot ar ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7995,6 +6589,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8007,6 +6602,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8035,94 +6641,66 @@ msgstr "" msgid "all members" msgstr "visi dalībnieki" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Apmeklējumi" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Aizvākt" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8134,6 +6712,11 @@ msgstr "" msgid "Handled" msgstr "Apstrādāts" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8147,9 +6730,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Darbības" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8207,41 +6791,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Pievienot bibliotēku" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Pievienot dalībniekus" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8262,6 +6816,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Nav dalībnieka" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8282,40 +6855,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Atcelt koplietošanu bibliotēkai" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Nav grupas" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8386,53 +6931,34 @@ msgid "Limits" msgstr "Ierobežojumi" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizācijas" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Anulēt administratoru" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Dalībnieku skaits" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administrators" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Institūcija" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Iestatīt administratoru" @@ -8440,21 +6966,20 @@ msgstr "Iestatīt administratoru" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Dzēst institūciju" - -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Uzaicinātājs" + #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" msgstr "" @@ -8480,30 +7005,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Ielūgumi" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Aizvākt" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Pievienot" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8531,31 +7089,32 @@ msgstr "" msgid "All Notifications" msgstr "Visi paziņojumi" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Grupu skaits" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Dzēst organizāciju" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8573,10 +7132,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Vēstures iestatījumi" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistēma" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8601,30 +7164,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Vīrusu skenēšana" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Noteikumi un nosacījumi" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Izveidoja" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Atjaunot" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8633,6 +7185,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Noteikumi un nosacījumi" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8643,15 +7203,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8663,34 +7225,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Koplietošanas saites" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Datubāze" @@ -9000,23 +7550,9 @@ msgstr "" msgid "shared by:" msgstr "dalās: " -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Bibliotēkas īpašniekam ir aptrūkusies vieta." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Atcelt visus" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9032,7 +7568,11 @@ msgstr "Vai tiešām vēlaties dzēst šo lapu?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9083,17 +7623,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Lapas" @@ -9144,14 +7674,18 @@ msgstr "" msgid "Profile" msgstr "Profils" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Valoda" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Divfaktoru autentifikācija" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Saistītās ierīces" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9160,35 +7694,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profila iestatījumi" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Dalās: " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Saraksts" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Režģis" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9198,14 +7704,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Dokumentu konvertēšanas kļūme." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "var spiest arī ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9232,6 +7730,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9345,92 +7848,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Nav savienotas ierīces" - -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Nav sinhronizācijas kļūdas" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Nav grupas" - -#: frontend/src/translate.js:12 -msgid "No notifications" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9441,7 +7863,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9648,6 +8070,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9717,9 +8586,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9741,38 +8607,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/nb_NO/LC_MESSAGES/django.po b/locale/nb_NO/LC_MESSAGES/django.po new file mode 100644 index 0000000000..6b7bbde5a6 --- /dev/null +++ b/locale/nb_NO/LC_MESSAGES/django.po @@ -0,0 +1,3467 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Translators: +# Bjørn Tore Hoem , 2015 +# bobbaluba , 2014-2015,2018 +# Bjørn Tore Hoem , 2015 +# Dag Notland , 2014-2015 +# Mikal Thunold-Olsen , 2017 +# Peter Ribe, 2014 +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" +"PO-Revision-Date: 2013-10-25 07:03+0000\n" +"Last-Translator: bobbaluba , 2014-2015,2018\n" +"Language-Team: Norwegian Bokmål (Norway) (http://app.transifex.com/haiwen/seahub/language/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: seahub/adfs_auth/utils.py:49 +msgid "ADFS/SAML login relevant settings invalid." +msgstr "" + +#: seahub/adfs_auth/views.py:131 seahub/adfs_auth/views.py:160 +#: seahub/adfs_auth/views.py:193 seahub/adfs_auth/views.py:230 +#: seahub/adfs_auth/views.py:286 seahub/adfs_auth/views.py:292 +#: seahub/adfs_auth/views.py:319 seahub/adfs_auth/views.py:394 +#: seahub/adfs_auth/views.py:414 seahub/adfs_auth/views.py:431 +#: seahub/adfs_auth/views.py:435 seahub/adfs_auth/views.py:465 +#: seahub/adfs_auth/views.py:490 seahub/adfs_auth/views.py:494 +#: seahub/adfs_auth/views.py:558 seahub/adfs_auth/views.py:562 +msgid "Internal server error. Please contact system administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:156 seahub/adfs_auth/views.py:226 +#: seahub/adfs_auth/views.py:410 seahub/adfs_auth/views.py:461 +msgid "" +"Login failed: ADFS/SAML service error. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:209 seahub/adfs_auth/views.py:253 +#: seahub/adfs_auth/views.py:267 +msgid "" +"Login failed: Bad response from ADFS/SAML service. Please report to your " +"organization (company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:280 +msgid "Failed to bind SAML, please login first." +msgstr "" + +#: seahub/adfs_auth/views.py:334 +msgid "" +"Failed to create new user: the number of users exceeds the organization " +"quota. Please report to your organization (company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:356 +msgid "" +"Login failed: failed to create user. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:371 +msgid "" +"Login failed: user is deactivated. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:498 +msgid "Failed to unbind SAML, please set a password first." +msgstr "" + +#: seahub/adfs_auth/views.py:502 +msgid "Failed to unbind SAML, please set a contact email first." +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:204 +#: seahub/api2/endpoints/user.py:100 seahub/api2/views.py:367 +msgid "Name is too long (maximum is 64 characters)" +msgstr "Navnet er for langt (maks 64 tegn)" + +#: seahub/api2/endpoints/admin/account.py:208 +#: seahub/api2/endpoints/user.py:104 seahub/api2/views.py:371 +#: seahub/forms.py:44 seahub/profile/forms.py:27 +msgid "Name should not include '/'." +msgstr "Navnet kan ikke inneholde '/'." + +#: seahub/api2/endpoints/admin/account.py:223 +msgid "Login id can't be empty" +msgstr "Innloggings ID kan ikke være tom" + +#: seahub/api2/endpoints/admin/account.py:227 +#: seahub/api2/endpoints/admin/users.py:893 +#: seahub/api2/endpoints/admin/users.py:1320 +#, python-format +msgid "Login id %s already exists." +msgstr "Innloggings ID %s eksisterer allerede" + +#: seahub/api2/endpoints/admin/account.py:234 +msgid "Department is too long (maximum is 512 characters)" +msgstr "Avdeling er for langt (maks 512 tegn)" + +#: seahub/api2/endpoints/admin/account.py:250 seahub/forms.py:155 +msgid "Space quota can't be empty" +msgstr "Plasskvote kan ikke være tom" + +#: seahub/api2/endpoints/admin/account.py:256 +#: seahub/api2/endpoints/admin/users.py:1368 +#: seahub/api2/endpoints/admin/users.py:1372 +#: seahub/api2/endpoints/admin/users.py:1385 +#: seahub/api2/endpoints/admin/users.py:1389 +#: seahub/institutions/api_views.py:174 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "Må være et heltall større enn eller lik 0" + +#: seahub/api2/endpoints/admin/address_book/groups.py:82 +#: seahub/api2/endpoints/admin/groups.py:135 +#: seahub/api2/endpoints/admin/groups.py:274 +#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302 +#: seahub/api2/views.py:4675 seahub/group/forms.py:36 +msgid "" +"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " +"brackets or underscore." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:87 +#: seahub/api2/endpoints/admin/groups.py:142 +#: seahub/api2/endpoints/admin/groups.py:278 +#: seahub/api2/endpoints/groups.py:234 seahub/api2/endpoints/groups.py:307 +msgid "There is already a group with that name." +msgstr "Det finnes allerede en gruppe med dette navnet." + +#: seahub/api2/endpoints/admin/address_book/groups.py:235 +msgid "There are libraries in this department." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:239 +msgid "There are sub-departments in this department." +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 +#: seahub/views/__init__.py:546 seahub/views/__init__.py:547 +#: seahub/views/__init__.py:551 seahub/views/__init__.py:552 +msgid "My Library" +msgstr "Mitt bibliotek" + +#: seahub/api2/endpoints/admin/groups.py:222 +#: seahub/api2/endpoints/groups.py:333 +#, python-format +msgid "User %s is already group owner." +msgstr "Bruker %s er allerede eier av gruppen." + +#: seahub/api2/endpoints/admin/institution_users.py:169 +#, python-format +msgid "" +"Failed to add %s to the institution: user already belongs to an institution" +msgstr "" + +#: seahub/api2/endpoints/admin/institution_users.py:174 +#, python-format +msgid "" +"Failed to add %s to the institution: user already belongs to this " +"institution" +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:267 seahub/views/sysadmin.py:696 +msgid "System library can not be deleted." +msgstr "Systembiblioteket kan ikke slettes" + +#: seahub/api2/endpoints/admin/libraries.py:389 seahub/api2/views.py:1852 +#, python-format +msgid "Transfer failed: role of %s is %s, can not add library." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:415 seahub/api2/views.py:1857 +msgid "Library can not be transferred to owner." +msgstr "" + +#: seahub/api2/endpoints/admin/share_links.py:225 +#: seahub/api2/endpoints/repo_share_links.py:155 +#: seahub/api2/endpoints/share_links.py:577 +#: seahub/api2/endpoints/share_links.py:799 +msgid "There is an associated published library." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:185 +#, python-format +msgid "User %s is already library owner." +msgstr "Bruker %s er allerede eier av biblioteket." + +#: seahub/api2/endpoints/admin/shares.py:193 +#: seahub/api2/endpoints/invitations.py:51 +#: seahub/api2/endpoints/invitations.py:112 +#: seahub/api2/endpoints/repo_share_invitations.py:156 +#, python-format +msgid "Email %s invalid." +msgstr "E-post %s er ikke gyldig." + +#: seahub/api2/endpoints/admin/shares.py:211 +#: seahub/api2/endpoints/admin/shares.py:268 +#: seahub/api2/endpoints/dir_shared_items.py:372 +#: seahub/api2/endpoints/dir_shared_items.py:485 +#: seahub/api2/endpoints/group_owned_libraries.py:966 +#: seahub/api2/endpoints/group_owned_libraries.py:1241 +#: seahub/api2/endpoints/repo_share_invitations.py:190 +#, python-format +msgid "This item has been shared to %s." +msgstr "Dette elementet er blitt lagret på %s." + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/notifications/templates/notifications/file_updates_email.html:22 +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "Time" +msgstr "Tid" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_file_access_log.py:58 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/notifications/templates/notifications/file_updates_email.html:19 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "User" +msgstr "Bruker" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "Web Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:398 +#: seahub/base/management/commands/export_user_traffic_report.py:46 +#: seahub/organizations/api/admin/statistics.py:335 +msgid "Sync Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:398 +#: seahub/base/management/commands/export_user_traffic_report.py:46 +#: seahub/organizations/api/admin/statistics.py:335 +msgid "Link Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:399 +#: seahub/base/management/commands/export_user_traffic_report.py:47 +#: seahub/organizations/api/admin/statistics.py:336 +msgid "Web Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:399 +#: seahub/base/management/commands/export_user_traffic_report.py:47 +#: seahub/organizations/api/admin/statistics.py:336 +msgid "Sync Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:400 +#: seahub/base/management/commands/export_user_traffic_report.py:48 +#: seahub/organizations/api/admin/statistics.py:337 +msgid "Link Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:445 +#: seahub/api2/endpoints/group_members.py:530 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +#: seahub/views/sysadmin.py:765 seahub/views/sysadmin.py:780 +msgid "Email" +msgstr "E-post" + +#: seahub/api2/endpoints/admin/statistics.py:445 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/registration_form.html:20 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +#: seahub/views/sysadmin.py:643 seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:782 +msgid "Name" +msgstr "Navn" + +#: seahub/api2/endpoints/admin/statistics.py:445 seahub/auth/forms.py:298 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/password_set_form.html:17 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Contact Email" +msgstr "Kontakt e-post" + +#: seahub/api2/endpoints/admin/statistics.py:446 +#: seahub/base/management/commands/export_user_storage_report.py:42 +#: seahub/base/management/commands/export_users.py:44 +#: seahub/base/management/commands/export_users.py:48 +#: seahub/organizations/api/admin/statistics.py:381 +#: seahub/views/sysadmin.py:173 seahub/views/sysadmin.py:177 +msgid "Space Usage" +msgstr "Bruk av lagringsplass" + +#: seahub/api2/endpoints/admin/statistics.py:446 +#: seahub/base/management/commands/export_user_storage_report.py:42 +#: seahub/base/management/commands/export_users.py:44 +#: seahub/base/management/commands/export_users.py:48 +#: seahub/organizations/api/admin/statistics.py:381 +#: seahub/views/sysadmin.py:173 seahub/views/sysadmin.py:177 +#: seahub/views/sysadmin.py:769 seahub/views/sysadmin.py:783 +msgid "Space Quota" +msgstr "Kvote for lagringsplass" + +#: seahub/api2/endpoints/admin/users.py:671 +#: seahub/api2/endpoints/admin/users.py:708 +#: seahub/organizations/api/admin/users.py:155 +msgid "There are more than 500 users, and sort is not offered." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:808 +#: seahub/api2/endpoints/admin/users.py:1292 seahub/base/accounts.py:1263 +#: seahub/forms.py:30 seahub/institutions/api_views.py:202 +msgid "The number of users exceeds the limit." +msgstr "Antall brukere overskrider grensen." + +#: seahub/api2/endpoints/admin/users.py:907 +#, python-format +msgid "Successfully added user %(user)s." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:911 +#: seahub/api2/endpoints/admin/users_batch.py:390 seahub/views/sysadmin.py:542 +#, python-format +msgid "You are invited to join %s" +msgstr "Du er invitert til å bli med %s" + +#: seahub/api2/endpoints/admin/users.py:915 +#, python-format +msgid "Successfully added user %(user)s. An email notification has been sent." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:918 +#, python-format +msgid "" +"Successfully added user %(user)s. But email notification can not be sent, " +"because Email service is not properly configured." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1428 +msgid "Edit succeeded" +msgstr "Redigering vellykket" + +#: seahub/api2/endpoints/admin/users.py:1431 seahub/views/sysadmin.py:445 +#, python-format +msgid "Your account on %s is activated" +msgstr "Din konto på %s er aktivert" + +#: seahub/api2/endpoints/admin/users.py:1436 +msgid "Edit succeeded, an email has been sent." +msgstr "Vellykket endring - en e-post er sendt." + +#: seahub/api2/endpoints/admin/users.py:1439 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "Vellykket endring, men mislyktes i å sende e-post. Vennligst sjekk dine e-postinnstillinger." + +#: seahub/api2/endpoints/admin/users.py:1507 seahub/auth/views.py:371 +msgid "Unable to reset password." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1533 seahub/auth/forms.py:201 +#: seahub/organizations/api/admin/user_set_password.py:74 +#, python-format +msgid "Reset Password on %s" +msgstr "Tilbakestill passord for %s" + +#: seahub/api2/endpoints/admin/users.py:1537 +#: seahub/organizations/api/admin/user_set_password.py:78 +#, python-brace-format +msgid "A password reset link has been sent to {contact_email}." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1555 seahub/views/sysadmin.py:486 +#, python-format +msgid "Password has been reset on %s" +msgstr "Passordet har blitt nullstilt på %s" + +#: seahub/api2/endpoints/admin/users.py:1557 +#, python-format +msgid "Successfully reset password, an email has been sent to %(user)s." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1561 seahub/views/sysadmin.py:516 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, but failed to send email to " +"%(user)s, please check your email configuration." +msgstr "Vellykket nullstilling av passordet til %(passwd)s, men mislyktes i å sende e-post til %(user)s. Vennligst sjekk dine e-postinnstillinger." + +#: seahub/api2/endpoints/admin/users.py:1564 +#: seahub/organizations/api/admin/user_set_password.py:88 +#: seahub/views/sysadmin.py:520 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "Vellykket nullstilling av passord til %(passwd)s for bruker %(user)s." + +#: seahub/api2/endpoints/admin/users.py:1567 seahub/views/sysadmin.py:523 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "Vellykket nullstilling av passord til %(passwd)s for bruker %(user)s. Men e-postmeldingen kan ikke sendes, siden e-posttjenesten ikke er konfigurert ordentlig." + +#: seahub/api2/endpoints/admin/users_batch.py:173 +msgid "must be an integer that is greater than or equal to 0." +msgstr "må være et heltall større enn eller lik 0." + +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 +msgid "Virus file is not found." +msgstr "" + +#: seahub/api2/endpoints/admin/virus_scan_records.py:219 +#: seahub/api2/endpoints/admin/virus_scan_records.py:234 +#: seahub/api2/endpoints/admin/virus_scan_records.py:249 +#: seahub/api2/endpoints/file_participants.py:129 +#: seahub/api2/endpoints/file_tag.py:175 +#: seahub/api2/endpoints/invitations.py:80 +#: seahub/api2/endpoints/repo_set_password.py:72 +#: seahub/api2/endpoints/repo_share_invitations.py:201 +#: seahub/api2/endpoints/send_upload_link_email.py:102 +#: seahub/api2/endpoints/share_links.py:590 +#: seahub/api2/endpoints/subscription.py:52 +#: seahub/api2/endpoints/subscription.py:92 +#: seahub/api2/endpoints/subscription.py:129 +#: seahub/api2/endpoints/upload_links.py:329 +#: seahub/api2/endpoints/wiki2.py:457 seahub/api2/endpoints/wiki2.py:485 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:4009 +#: seahub/notifications/models.py:541 seahub/notifications/models.py:582 +#: seahub/notifications/models.py:624 seahub/notifications/models.py:675 +#: seahub/notifications/models.py:731 seahub/notifications/models.py:761 +#: seahub/notifications/models.py:783 seahub/notifications/models.py:809 +#: seahub/notifications/models.py:826 seahub/notifications/models.py:843 +#: seahub/notifications/models.py:872 seahub/seadoc/apis.py:2762 +#: seahub/search/views.py:200 seahub/share/views.py:230 +#: seahub/subscription/views.py:90 seahub/utils/__init__.py:192 +#: seahub/utils/__init__.py:1225 seahub/views/__init__.py:819 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:210 +#: seahub/wiki/views.py:217 seahub/wiki/views.py:226 +msgid "Internal Server Error" +msgstr "Intern tjenerfeil" + +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 +#: seahub/api2/endpoints/via_repo_token.py:1270 +msgid "Destination path is too long." +msgstr "Destinasjonsbanen er for lang." + +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 +#: seahub/api2/endpoints/via_repo_token.py:1266 +msgid "Invalid destination path" +msgstr "Ugyldig destinasjonsbane" + +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1939 +#: seahub/api2/views.py:1979 seahub/api2/views.py:2041 +#: seahub/api2/views.py:2085 seahub/api2/views.py:2131 +#: seahub/api2/views.py:2180 seahub/api2/views.py:2593 +#: seahub/api2/views.py:2701 seahub/seadoc/apis.py:381 +#: seahub/seadoc/apis.py:499 seahub/seadoc/apis.py:591 +#: seahub/seadoc/apis.py:3102 +msgid "Out of quota." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:164 +#, python-format +msgid "Can not move folder %(src)s to its subfolder %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:316 seahub/api2/endpoints/file.py:393 +#: seahub/api2/endpoints/file.py:508 seahub/api2/endpoints/file.py:566 +#: seahub/api2/endpoints/file.py:717 seahub/api2/endpoints/file.py:830 +#: seahub/api2/endpoints/via_repo_token.py:1010 +#: seahub/api2/endpoints/via_repo_token.py:1150 +#: seahub/api2/endpoints/wiki2.py:796 +msgid "File is locked" +msgstr "Filen er låst" + +#: seahub/api2/endpoints/copy_move_task.py:247 +msgid "Cancel failed" +msgstr "Mislykket avbrytelse" + +#: seahub/api2/endpoints/dir_shared_items.py:356 +#: seahub/api2/endpoints/group_owned_libraries.py:950 +msgid "username invalid." +msgstr "ugyldig brukernavn." + +#: seahub/api2/endpoints/dir_shared_items.py:365 +#: seahub/api2/endpoints/group_owned_libraries.py:959 +#, python-format +msgid "User %s not found." +msgstr "Bruker %s ble ikke funnet." + +#: seahub/api2/endpoints/file.py:201 seahub/api2/endpoints/upload_links.py:530 +#: seahub/api2/endpoints/via_repo_token.py:850 +#: seahub/api2/endpoints/wiki2.py:594 seahub/api2/endpoints/wikis.py:135 +#: seahub/api2/views.py:1987 seahub/seadoc/apis.py:3109 +msgid "The number of files in library exceeds the limit" +msgstr "" + +#: seahub/api2/endpoints/file.py:304 +#: seahub/api2/endpoints/file_participants.py:113 +#: seahub/api2/endpoints/file_tag.py:203 seahub/api2/endpoints/file_tag.py:216 +#: seahub/api2/endpoints/share_links.py:570 +#: seahub/api2/endpoints/subscription.py:36 +#: seahub/api2/endpoints/subscription.py:72 +#: seahub/api2/endpoints/subscription.py:112 +#: seahub/api2/endpoints/upload_links.py:316 +#: seahub/api2/endpoints/wiki2.py:1393 seahub/api2/endpoints/wikis.py:115 +#: seahub/api2/endpoints/wikis.py:210 seahub/profile/forms.py:24 +#: seahub/profile/views.py:272 seahub/seadoc/apis.py:2746 +#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85 +#: seahub/seadoc/views.py:168 seahub/search/views.py:174 +#: seahub/subscription/views.py:27 seahub/subscription/views.py:43 +#: seahub/thumbnail/views.py:54 seahub/thumbnail/views.py:172 +#: seahub/views/__init__.py:626 seahub/views/ajax.py:83 +#: seahub/views/ajax.py:113 seahub/views/ajax.py:119 seahub/views/sso.py:238 +msgid "Permission denied." +msgstr "Tilgang avvist." + +#: seahub/api2/endpoints/file.py:735 seahub/api2/endpoints/file.py:755 +#: seahub/api2/endpoints/via_repo_token.py:1167 +msgid "File is not locked." +msgstr "" + +#: seahub/api2/endpoints/file.py:782 seahub/api2/endpoints/share_links.py:881 +msgid "You can not refresh this file's lock." +msgstr "" + +#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753 +msgid "The participant already exists." +msgstr "" + +#: seahub/api2/endpoints/file_tag.py:256 seahub/api2/endpoints/file_tag.py:280 +#: seahub/api2/endpoints/file_tag.py:300 +#: seahub/api2/endpoints/revision_tag.py:55 +#: seahub/api2/endpoints/revision_tag.py:109 +msgid "Tag can only contain letters, numbers, dot, hyphen or underscore." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:104 +#: seahub/api2/endpoints/group_members.py:332 +#: seahub/api2/endpoints/group_members.py:480 +#, python-format +msgid "User %s is already a group member." +msgstr "Bruker %s er allerede gruppemedlem." + +#: seahub/api2/endpoints/group_members.py:110 +#: seahub/api2/endpoints/group_members.py:341 +#: seahub/api2/endpoints/group_members.py:489 seahub/api2/views.py:1847 +#: seahub/organizations/api/admin/user_repos.py:50 +#: seahub/organizations/api/admin/user_repos.py:103 +#: seahub/organizations/api/admin/users.py:339 +#, python-format +msgid "User %s not found in organization." +msgstr "Bruker %s ikke funnet i organisasjonen." + +#: seahub/api2/endpoints/group_members.py:113 +#: seahub/api2/endpoints/group_members.py:349 +#: seahub/api2/endpoints/group_members.py:497 +#, python-format +msgid "User %s is an organization user." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:403 seahub/group/error_msg.py:17 +#: seahub/group/error_msg.py:23 seahub/views/file.py:518 +msgid "Group does not exist" +msgstr "Gruppen finnes ikke" + +#: seahub/api2/endpoints/group_members.py:537 seahub/views/sysadmin.py:163 +#: seahub/views/sysadmin.py:271 seahub/views/sysadmin.py:640 +#: seahub/views/sysadmin.py:652 seahub/views/sysadmin.py:793 +msgid "Failed to export Excel" +msgstr "" + +#: seahub/api2/endpoints/group_owned_libraries.py:396 +#: seahub/api2/endpoints/group_owned_libraries.py:672 +msgid "Permission already exists." +msgstr "" + +#: seahub/api2/endpoints/invitation.py:110 +#, python-format +msgid "%(user)s revoked your access to %(site_name)s." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:55 +#: seahub/api2/endpoints/invitations.py:119 +#: seahub/api2/endpoints/repo_share_invitations.py:163 +msgid "The email address is not allowed to be invited as a guest." +msgstr "Det er ikke tillat å invitere e-postadressen som gjest." + +#: seahub/api2/endpoints/invitations.py:60 +#: seahub/api2/endpoints/invitations.py:128 +#, python-format +msgid "%s is already invited." +msgstr "%s er allerede invitert." + +#: seahub/api2/endpoints/invitations.py:68 +#: seahub/api2/endpoints/invitations.py:140 +#: seahub/api2/endpoints/repo_share_invitations.py:173 +#: seahub/api2/endpoints/share_link_auth.py:138 seahub/base/accounts.py:1274 +#: seahub/organizations/api/admin/users.py:270 +#, python-format +msgid "User %s already exists." +msgstr "Bruker %s eksisterer allerede." + +#: seahub/api2/endpoints/invitations.py:154 +#: seahub/api2/endpoints/repo_share_invitations.py:215 +#: seahub/api2/endpoints/send_share_link_email.py:34 +#: seahub/api2/endpoints/send_upload_link_email.py:33 seahub/auth/forms.py:165 +#: seahub/organizations/api/admin/users.py:787 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "E-post sending feilet, e-post tjenesten er ikke riktig konfigurert, vennligst kontakt administrator." + +#: seahub/api2/endpoints/multi_share_links.py:105 +#: seahub/api2/endpoints/multi_share_links.py:353 +#: seahub/api2/endpoints/share_links.py:339 +#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4162 +#: seahub/api2/views.py:4282 +msgid "Password is required." +msgstr "Passord er påkrevd." + +#: seahub/api2/endpoints/multi_share_links.py:110 +#: seahub/api2/endpoints/share_links.py:345 +#: seahub/api2/endpoints/upload_links.py:176 +#: seahub/api2/endpoints/webdav_secret.py:60 +msgid "Password is too short." +msgstr "Passord er for kort." + +#: seahub/api2/endpoints/multi_share_links.py:114 +#: seahub/api2/endpoints/share_links.py:349 +#: seahub/api2/endpoints/upload_links.py:180 +#: seahub/api2/endpoints/webdav_secret.py:64 +msgid "Password is too weak." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:118 +#: seahub/api2/endpoints/share_links.py:353 +#: seahub/api2/endpoints/upload_links.py:184 +#: seahub/api2/endpoints/webdav_secret.py:52 +msgid "" +"Password can only contain number, upper letter, lower letter and other " +"symbols." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:141 +#: seahub/api2/endpoints/multi_share_links.py:376 +#: seahub/api2/endpoints/share_links.py:376 +#: seahub/api2/endpoints/share_links.py:717 +#: seahub/api2/endpoints/upload_links.py:207 +#: seahub/api2/endpoints/upload_links.py:391 seahub/api2/views.py:3572 +#, python-format +msgid "Expire days should be greater or equal to %s" +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:146 +#: seahub/api2/endpoints/multi_share_links.py:382 +#: seahub/api2/endpoints/share_links.py:382 +#: seahub/api2/endpoints/share_links.py:723 +#: seahub/api2/endpoints/upload_links.py:213 +#: seahub/api2/endpoints/upload_links.py:397 seahub/api2/views.py:3578 +#, python-format +msgid "Expire days should be less than or equal to %s" +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:166 +#: seahub/api2/endpoints/multi_share_links.py:404 +#: seahub/api2/endpoints/share_links.py:404 +#: seahub/api2/endpoints/share_links.py:747 +#: seahub/api2/endpoints/upload_links.py:235 +#: seahub/api2/endpoints/upload_links.py:421 +#, python-format +msgid "Expiration time should be later than %s." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:175 +#: seahub/api2/endpoints/multi_share_links.py:413 +#: seahub/api2/endpoints/share_links.py:413 +#: seahub/api2/endpoints/share_links.py:756 +#: seahub/api2/endpoints/upload_links.py:244 +#: seahub/api2/endpoints/upload_links.py:430 +#, python-format +msgid "Expiration time should be earlier than %s." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/seadoc/apis.py:644 +#: seahub/templates/remote_user/create_unknown_user_false.html:4 +#: seahub/templates/remote_user/error.html:4 +msgid "Error" +msgstr "Feil" + +#: seahub/api2/endpoints/repo_commit_revert.py:66 +msgid "This library has not been decrypted." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:45 +#: seahub/api2/endpoints/user.py:89 seahub/api2/endpoints/user.py:96 +#: seahub/api2/endpoints/user.py:112 +#: seahub/organizations/api/admin/users.py:783 +msgid "Feature disabled." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:75 +#: seahub/api2/endpoints/repo_set_password.py:171 +msgid "Can not reset this library's password." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:82 +#, python-format +msgid "New password of library %s" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4006 +msgid "Wrong password" +msgstr "Feil passord" + +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4012 +msgid "Decrypt library error" +msgstr "Feil ved dekryptering av bibliotek" + +#: seahub/api2/endpoints/repo_set_password.py:138 +msgid "Wrong old password" +msgstr "Gammelt passord er feil" + +#: seahub/api2/endpoints/repos_batch.py:1298 +#: seahub/api2/endpoints/repos_batch.py:1557 +#: seahub/api2/endpoints/repos_batch.py:1649 +#: seahub/api2/endpoints/repos_batch.py:1730 +#, python-format +msgid "File %s is locked." +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1308 +#: seahub/api2/endpoints/repos_batch.py:1567 +#, python-format +msgid "Can't move folder %s, please check its permission." +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1657 +#, python-format +msgid "Can't delete folder %s, please check its permission." +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:97 +#: seahub/notifications/models.py:912 +msgid "file" +msgstr "fil" + +#: seahub/api2/endpoints/send_share_link_email.py:98 +#, python-format +msgid "A file is shared to you on %s" +msgstr "En fil er delt med deg på %s" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/notifications/models.py:912 +msgid "folder" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:101 +#, python-format +msgid "A folder is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:74 +msgid "email invalid." +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:92 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "En opplastingslenke er delt med deg på %s" + +#: seahub/api2/endpoints/share_link_auth.py:147 +#, python-format +msgid "User %s does not exist." +msgstr "" + +#: seahub/api2/endpoints/share_link_auth.py:310 +#, python-format +msgid "Email %s already exists." +msgstr "" + +#: seahub/api2/endpoints/share_link_auth.py:316 +#, python-format +msgid "Email %s is invalid." +msgstr "" + +#: seahub/api2/endpoints/share_links.py:482 +#: seahub/api2/endpoints/share_links.py:491 +#, python-format +msgid "Share link %s already exists." +msgstr "" + +#: seahub/api2/endpoints/subscription.py:32 +#: seahub/api2/endpoints/subscription.py:68 +#: seahub/api2/endpoints/subscription.py:108 +#: seahub/organizations/api/admin/info.py:145 +#: seahub/organizations/api/admin/logo.py:33 +#: seahub/organizations/api/admin/logo.py:42 seahub/subscription/views.py:24 +#: seahub/subscription/views.py:40 seahub/weixin/views.py:40 +#: seahub/weixin/views.py:62 seahub/weixin/views.py:164 +#: seahub/weixin/views.py:187 seahub/weixin/views.py:230 +#: seahub/work_weixin/views.py:38 seahub/work_weixin/views.py:63 +#: seahub/work_weixin/views.py:152 seahub/work_weixin/views.py:172 +#: seahub/work_weixin/views.py:233 +msgid "Feature is not enabled." +msgstr "" + +#: seahub/api2/endpoints/user.py:118 +#, python-format +msgid "Contact email %s already exists." +msgstr "" + +#: seahub/api2/endpoints/user.py:132 +msgid "telephone is too long (maximum is 100 characters)." +msgstr "" + +#: seahub/api2/endpoints/user_avatar.py:41 +#: seahub/organizations/api/admin/logo.py:56 seahub/utils/error_msg.py:8 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "%(ext)s er en ugyldig filendelse. Tillatte endelser er: %(valid_exts_list)s" + +#: seahub/api2/endpoints/user_avatar.py:45 +#: seahub/organizations/api/admin/logo.py:64 seahub/utils/error_msg.py:13 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "Filen din er for stor (%(size)s), høyeste tillatte størrelse er %(max_valid_size)s" + +#: seahub/api2/endpoints/user_avatar.py:51 seahub/avatar/forms.py:43 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "Du har allerede %(nb_avatars)d avatarer og maksimum tillatt er %(nb_max_avatars)d." + +#: seahub/api2/endpoints/webdav_secret.py:56 +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 +#: seahub/api2/endpoints/wikis.py:219 +msgid "Name can only contain letters, numbers, blank, hyphen or underscore." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1256 +msgid "URL is invalid" +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1260 +msgid "The custom part of URL should have 5-30 characters." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1282 +msgid "This custom domain is already in use and cannot be used for your wiki" +msgstr "" + +#: seahub/api2/endpoints/wikis.py:122 seahub/api2/endpoints/wikis.py:226 +#, python-format +msgid "%s is taken by others, please try another name." +msgstr "" + +#: seahub/api2/endpoints/wikis.py:206 +msgid "Wiki not found." +msgstr "" + +#: seahub/api2/endpoints/wikis.py:215 +msgid "Name is required." +msgstr "Navn er påkrevd" + +#: seahub/api2/utils.py:317 +msgid "A share link for you" +msgstr "" + +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Vennligst logg inn." + +#: seahub/auth/forms.py:32 seahub/templates/registration/login.html:35 +#: seahub/templates/registration/multi_adfs_sso.html:37 +msgid "Email or Username" +msgstr "E-post eller brukernavn" + +#: seahub/auth/forms.py:33 seahub/auth/forms.py:272 +#: seahub/base/accounts.py:1251 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/organizations/templates/organizations/org_register.html:41 +#: seahub/share/views.py:224 seahub/templates/decrypt_repo_form.html:10 +#: seahub/templates/registration/login.html:37 +#: seahub/templates/registration/password_set_form.html:22 +#: seahub/templates/registration/registration_form.html:26 +#: seahub/templates/share_access_validation.html:23 +#: seahub/templates/sysadmin/sudo_mode.html:28 seahub/views/sysadmin.py:766 +#: seahub/views/sysadmin.py:781 +msgid "Password" +msgstr "Passord" + +#: seahub/auth/forms.py:66 seahub/auth/forms.py:67 seahub/auth/forms.py:104 +#: seahub/auth/forms.py:105 +msgid "This account is inactive." +msgstr "Denne kontoen er inaktiv." + +#: seahub/auth/forms.py:83 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "Vennligst angi korrekt e-post/brukernavn og passord. Begge feltene krever riktig bruk av små og store bokstaver." + +#: seahub/auth/forms.py:89 seahub/auth/forms.py:174 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "Den e-post adressen ser ikke ut til å ha en tilkoblet brukerkonto. Er du sikker på at du er registrert?" + +#: seahub/auth/forms.py:136 seahub/auth/forms.py:137 +#: seahub/templates/registration/login.html:61 +msgid "Please use Single Sign-On to login." +msgstr "" + +#: seahub/auth/forms.py:142 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "Din nettleser ser ikke ut til å ha cookies påslått. Cookies er påkrevet for innlogging." + +#: seahub/auth/forms.py:158 +msgid "E-mail" +msgstr "E-post" + +#: seahub/auth/forms.py:177 +msgid "Can not reset password, please contact LDAP admin." +msgstr "Kan ikke tilbakestille passord, vennligst kontakt LDAP-administratoren." + +#: seahub/auth/forms.py:210 +msgid "New password" +msgstr "Nytt passord" + +#: seahub/auth/forms.py:211 +msgid "New password confirmation" +msgstr "Bekreftelse på nytt passord" + +#: seahub/auth/forms.py:238 seahub/auth/forms.py:284 +#: seahub/base/accounts.py:1306 seahub/organizations/forms.py:71 +msgid "The two password fields didn't match." +msgstr "De to passordene stemmer ikke overens" + +#: seahub/auth/forms.py:252 +msgid "Old password" +msgstr "Gammelt passord" + +#: seahub/auth/forms.py:260 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Ditt gamle passord ble ikke tastet inn riktig. Vennligst skriv det inn på nytt." + +#: seahub/auth/forms.py:273 seahub/base/accounts.py:1253 +msgid "Password (again)" +msgstr "Passord (igjen)" + +#: seahub/auth/forms.py:304 seahub/forms.py:35 seahub/invitations/views.py:39 +#: seahub/invitations/views.py:54 seahub/organizations/forms.py:49 +#: seahub/profile/forms.py:46 +msgid "A user with this email already exists." +msgstr "En bruker med denne e-postadressen eksisterer allerede." + +#: seahub/auth/views.py:158 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "Denne kontoen er fryst på grunn av for mange mislykkede innloggingsforsøk." + +#: seahub/auth/views.py:323 +msgid "Logged out" +msgstr "Logget ut" + +#: seahub/auth/views.py:392 +msgid "Failed to send email, please contact administrator." +msgstr "Kunne ikke sende e-post, vennligst kontakt administratoren." + +#: seahub/auth/views.py:466 +msgid "Unable to change password." +msgstr "" + +#: seahub/avatar/models.py:144 seahub/avatar/models.py:172 +#, python-format +msgid "Avatar for %s" +msgstr "Profilbilde for %s" + +#: seahub/avatar/views.py:77 +msgid "Successfully uploaded a new avatar." +msgstr "Vellyket opplasting av nytt profilbilde." + +#: seahub/avatar/views.py:111 +msgid "Successfully updated your avatar." +msgstr "Vellyket oppdatering av profilbildet." + +#: seahub/avatar/views.py:151 +msgid "Successfully deleted the requested avatars." +msgstr "Vellyket sletting av de valgte profilbildene." + +#: seahub/base/accounts.py:730 seahub/base/accounts.py:761 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "Konto %(account)s fryst på %(site)s." + +#: seahub/base/accounts.py:1241 +msgid "Email address" +msgstr "E-postadresse" + +#: seahub/base/accounts.py:1247 +msgid "Username" +msgstr "Brukernavn" + +#: seahub/base/accounts.py:1248 +msgid "This value must be of length 40" +msgstr "Denne verdien må ha lengde 40" + +#: seahub/base/accounts.py:1267 +msgid "Enter a valid email address." +msgstr "Angi en gyldig e-post adresse." + +#: seahub/base/accounts.py:1278 +msgid "Invalid user id." +msgstr "Ugyldig brukerid." + +#: seahub/base/accounts.py:1328 +msgid "name" +msgstr "navn" + +#: seahub/base/accounts.py:1331 +msgid "department" +msgstr "avdeling" + +#: seahub/base/accounts.py:1334 +msgid "telephone" +msgstr "telefon" + +#: seahub/base/accounts.py:1337 +msgid "note" +msgstr "notis" + +#: seahub/base/decorators.py:57 +msgid "Files in this library can not be viewed online." +msgstr "Filene i dette biblioteket kan ikke vises online." + +#: seahub/base/management/commands/check_user_quota.py:58 +#, python-format +msgid "Your quota is almost full on %s" +msgstr "" + +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "Skriv inn en gyldig e-postadresse." + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Type" +msgstr "Type" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "IP" +msgstr "IP" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Device" +msgstr "Enhet" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Date" +msgstr "Dato" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library Name" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library ID" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library Owner" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "File Path" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:85 +#: seahub/base/templatetags/seahub_tags.py:140 +msgid "Deleted" +msgstr "Slettet" + +#: seahub/base/management/commands/export_file_access_log.py:88 +#: seahub/templates/snippets/add_watermark.html:10 +msgid "Anonymous User" +msgstr "Anonym bruker" + +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Status" +msgstr "Status" + +#: seahub/base/management/commands/export_users.py:43 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:768 +msgid "Role" +msgstr "Rolle" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +#: seahub/views/sysadmin.py:643 +msgid "Create At" +msgstr "Opprette hos" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +msgid "Last Login" +msgstr "Tidspunkt for siste pålogging" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/institutions/views.py:186 seahub/views/sysadmin.py:174 +#: seahub/views/sysadmin.py:178 +msgid "Admin" +msgstr "Administrator" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +msgid "LDAP(imported)" +msgstr "LDAP (importert)" + +#: seahub/base/management/commands/export_users.py:118 +#: seahub/views/sysadmin.py:234 +msgid "Active" +msgstr "Aktiv" + +#: seahub/base/management/commands/export_users.py:120 +#: seahub/views/sysadmin.py:236 +msgid "Inactive" +msgstr "Inaktiv" + +#: seahub/base/management/commands/export_users.py:126 +#: seahub/base/management/commands/export_users.py:127 +#: seahub/templates/client_login_confirm.html:9 seahub/views/sysadmin.py:242 +#: seahub/views/sysadmin.py:243 +msgid "Yes" +msgstr "Ja" + +#: seahub/base/management/commands/export_users.py:132 +#: seahub/views/sysadmin.py:248 +msgid "Guest" +msgstr "Gjest" + +#: seahub/base/management/commands/export_users.py:134 +#: seahub/base/management/commands/export_users.py:138 +#: seahub/views/sysadmin.py:250 seahub/views/sysadmin.py:254 +msgid "Default" +msgstr "Forvalgt" + +#: seahub/base/templatetags/seahub_tags.py:139 +msgid "Added" +msgstr "Lagt til" + +#: seahub/base/templatetags/seahub_tags.py:141 +msgid "Removed" +msgstr "Fjernet" + +#: seahub/base/templatetags/seahub_tags.py:142 +msgid "Modified" +msgstr "Endret" + +#: seahub/base/templatetags/seahub_tags.py:143 +msgid "Renamed" +msgstr "Omdøpte" + +#: seahub/base/templatetags/seahub_tags.py:144 +msgid "Moved" +msgstr "Flyttet" + +#: seahub/base/templatetags/seahub_tags.py:145 +msgid "Added folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:146 +msgid "Removed folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:147 +#: seahub/notifications/management/commands/send_file_updates.py:172 +msgid "Renamed folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:148 +#: seahub/notifications/management/commands/send_file_updates.py:177 +msgid "Moved folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:149 +msgid "Added or modified" +msgstr "Lagt til eller endret" + +#: seahub/base/templatetags/seahub_tags.py:164 +#: seahub/base/templatetags/seahub_tags.py:235 +msgid "Reverted library to status at" +msgstr "Tilbakestilte bibliotek til tilstand ved" + +#: seahub/base/templatetags/seahub_tags.py:167 +#: seahub/base/templatetags/seahub_tags.py:238 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "Tilbakestile filen \"%(file)s\" til tilstand ved %(time)s." + +#: seahub/base/templatetags/seahub_tags.py:171 +#: seahub/base/templatetags/seahub_tags.py:242 +msgid "Recovered deleted folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:173 +#: seahub/base/templatetags/seahub_tags.py:244 seahub/views/ajax.py:460 +msgid "Changed library name or description" +msgstr "Endret navn eller beskrivelse på bibliotek" + +#: seahub/base/templatetags/seahub_tags.py:175 +#: seahub/base/templatetags/seahub_tags.py:246 +msgid "Auto merge by seafile system" +msgstr "Automatisk fletting med seafile-systemet" + +#: seahub/base/templatetags/seahub_tags.py:177 +#: seahub/base/templatetags/seahub_tags.py:248 +#: seahub/notifications/management/commands/send_file_updates.py:112 +msgid "Created library" +msgstr "Opprettet bibliotek" + +#: seahub/base/templatetags/seahub_tags.py:328 +#: seahub/base/templatetags/seahub_tags.py:364 +msgid "Just now" +msgstr "Nettopp" + +#: seahub/base/templatetags/seahub_tags.py:339 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "%(days)d dag siden" +msgstr[1] "%(days)d dager siden" + +#: seahub/base/templatetags/seahub_tags.py:346 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "%(hours)d time siden" +msgstr[1] "%(hours)d timer siden" + +#: seahub/base/templatetags/seahub_tags.py:353 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "%(minutes)d minutt siden" +msgstr[1] "%(minutes)d minutter siden" + +#: seahub/base/templatetags/seahub_tags.py:359 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "%(seconds)d sekund siden" +msgstr[1] "%(seconds)d sekunder siden" + +#: seahub/base/templatetags/seahub_tags.py:484 +msgid "Read-Write" +msgstr "Lese-skrive" + +#: seahub/base/templatetags/seahub_tags.py:486 +msgid "Read-Only" +msgstr "Kun lesetilgang" + +#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:522 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:524 +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#: seahub/base/templatetags/seahub_tags.py:526 +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#: seahub/base/templatetags/seahub_tags.py:528 +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#: seahub/base/templatetags/seahub_tags.py:530 +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#: seahub/base/templatetags/seahub_tags.py:532 +#, python-format +msgid "%s PB" +msgstr "%s PB" + +#: seahub/contacts/models.py:78 +msgid "Email is required." +msgstr "E-post er påkrevd." + +#: seahub/dingtalk/views.py:51 seahub/dingtalk/views.py:75 +#: seahub/dingtalk/views.py:84 seahub/dingtalk/views.py:106 +#: seahub/dingtalk/views.py:123 seahub/dingtalk/views.py:167 +#: seahub/dingtalk/views.py:192 seahub/dingtalk/views.py:201 +#: seahub/dingtalk/views.py:223 seahub/dingtalk/views.py:260 +#: seahub/dingtalk/views.py:300 seahub/dingtalk/views.py:347 +#: seahub/dingtalk/views.py:367 seahub/dingtalk/views.py:436 +#: seahub/dingtalk/views.py:483 seahub/oauth/views.py:89 +#: seahub/oauth/views.py:112 seahub/oauth/views.py:158 +#: seahub/oauth/views.py:170 seahub/oauth/views.py:176 +#: seahub/oauth/views.py:209 seahub/templates/remote_user/error.html:8 +#: seahub/weixin/views.py:67 seahub/weixin/views.py:86 +#: seahub/weixin/views.py:107 seahub/weixin/views.py:192 +#: seahub/weixin/views.py:211 seahub/work_weixin/views.py:69 +#: seahub/work_weixin/views.py:74 seahub/work_weixin/views.py:84 +#: seahub/work_weixin/views.py:88 seahub/work_weixin/views.py:107 +#: seahub/work_weixin/views.py:178 seahub/work_weixin/views.py:183 +#: seahub/work_weixin/views.py:193 seahub/work_weixin/views.py:197 +msgid "Error, please contact administrator." +msgstr "Feil, vennligst kontakt en administrator." + +#: seahub/dingtalk/views.py:126 seahub/dingtalk/views.py:370 +#: seahub/weixin/views.py:110 +#, python-format +msgid "User %s not found or inactive." +msgstr "" + +#: seahub/forms.py:59 +msgid "The two passwords didn't match." +msgstr "De to passordfeltene stemmer ikke overens" + +#: seahub/forms.py:68 +msgid "Name can't be empty" +msgstr "Navnet kan ikke være tomt." + +#: seahub/forms.py:69 +msgid "Name is too long (maximum is 255 characters)" +msgstr "Navnet er for langt (maks 255 tegn)" + +#: seahub/forms.py:72 +msgid "Description can't be empty" +msgstr "Navnet kan ikke være tomt." + +#: seahub/forms.py:73 +msgid "Description is too long (maximum is 100 characters)" +msgstr "Beskrivelsen er for lang (maks 100 tegn)" + +#: seahub/forms.py:83 seahub/forms.py:169 +#, python-format +msgid "Name %s is not valid" +msgstr "Navnet %s er ikke gyldig" + +#: seahub/forms.py:97 seahub/share/views.py:200 seahub/views/ajax.py:308 +#: seahub/views/ajax.py:312 seahub/views/ajax.py:316 seahub/views/ajax.py:327 +#: seahub/views/ajax.py:447 +msgid "Argument missing" +msgstr "Argument mangler" + +#: seahub/forms.py:111 +msgid "Oldname is required" +msgstr "Gammelt brukernavn er påkrevd" + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's too long." +msgstr "For langt" + +#: seahub/forms.py:115 seahub/forms.py:136 +msgid "It's required." +msgstr "Det er påkrevd." + +#: seahub/forms.py:122 seahub/forms.py:143 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "Navnet %s er ikke gyldig" + +#: seahub/forms.py:162 +msgid "Library name is required" +msgstr "Biblioteknavn påkrevd" + +#: seahub/forms.py:164 +msgid "Please enter a number" +msgstr "Angi et tall" + +#: seahub/forms.py:184 +msgid "Name is required" +msgstr "Navn er påkrevd" + +#: seahub/forms.py:185 +msgid "Please enter a valid number" +msgstr "Vennlig angi et gyldig nummer" + +#: seahub/forms.py:186 +msgid "Text is required" +msgstr "Tekst er obligatorisk" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "Gruppen er allerede opprettet" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "Oppreting av gruppen feilet" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "Gruppen er allerede blitt opprettet i denne organisasjonen." + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "Oppreting av organisasjon feilet." + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "Rettighetsfeil: bare gruppens moderatorer kan legge til medlemmer." + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "Grupen er full" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "Kunne ikke legge til nytt medlem i gruppen" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "Bare gruppens moderatorer kan fjerne medlemmer" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "Du kan ikke fjerne deg selv" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "Gruppenavn kan ikke være tomt" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "Gruppenavn er for langt (maks lengde er 255 bokstaver)" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "Bekreftelsesmelding kan ikke være tom" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "Bekreftelsesmelding er for lang (maks 255 bokstaver)" + +#: seahub/group/templates/group/add_member_email.html:8 +msgid "Hi, " +msgstr "Hei," + +#: seahub/group/templates/group/add_member_email.html:11 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "%(escaped_nickname)s inviterte deg til å bli med i gruppen %(grp_name)s på %(site_name)s:" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "%(user)s ønsker å bli med i gruppen \"%(group_name)s\", Her er bekreftelsesmeldingen: " + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:10 +msgid "Thanks for using our site!" +msgstr "Takk for at du bruker vår hjemmeside!" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:15 +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s teamet" + +#: seahub/group/views.py:105 seahub/share/views.py:137 +#: seahub/views/__init__.py:451 seahub/views/ajax.py:381 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 +msgid "Permission denied" +msgstr "Tilgang avvist" + +#: seahub/group/views.py:171 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "Du er invitert til å bli med i en gruppe på %s" + +#: seahub/institutions/views.py:184 +msgid "Owner" +msgstr "Eier" + +#: seahub/institutions/views.py:188 +msgid "Member" +msgstr "Medlem" + +#: seahub/institutions/views.py:219 seahub/views/sysadmin.py:365 +msgid "Failed to delete: the user does not exist" +msgstr "Feilet i å slette: Brukeren finnes ikke" + +#: seahub/institutions/views.py:223 +msgid "Failed to delete: the user is system administrator" +msgstr "" + +#: seahub/institutions/views.py:227 seahub/views/sysadmin.py:355 +#, python-format +msgid "Successfully deleted %s" +msgstr "Vellykket sletting av %s" + +#: seahub/invitations/models.py:95 +#, python-format +msgid "You are invited to join %(site_name)s." +msgstr "" + +#: seahub/invitations/models.py:98 +#, python-brace-format +msgid "You are invited to join team {org_name}." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/invitations/templates/invitations/invitation_revoke_email.html:9 +#: seahub/notifications/templates/notifications/file_updates_email.html:7 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:7 +#: seahub/share/templates/share/share_link_email.html:6 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/snippets/reset_repo_password.html:7 +#: seahub/templates/sysadmin/short_time_linving_password_reset_link.html:10 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:7 +#: seahub/templates/sysadmin/user_batch_add_email.html:7 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +#: seahub/templates/user_quota_full.html:9 +msgid "Hi," +msgstr "Hei," + +#: seahub/invitations/templates/invitations/invitation_email.html:13 +#, python-format +msgid "" +"You are invited to join team %(org_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:15 +#, python-format +msgid "" +"%(inviter_name)s invited you to join %(site_name)s. Please click the link " +"below:" +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_revoke_email.html:12 +#, python-format +msgid "%(inviter)s revoked your access to %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "Opprett konto" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "Angi ditt passord" + +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/organizations/templates/organizations/org_register.html:52 +#: seahub/search/templates/search_results.html:26 +#: seahub/search/templates/search_results.html:47 +#: seahub/share/templates/share/share_link_email_audit.html:39 +#: seahub/templates/decrypt_repo_form.html:13 +#: seahub/templates/registration/password_change_form.html:25 +#: seahub/templates/registration/password_reset_confirm.html:28 +#: seahub/templates/registration/password_reset_form.html:40 +#: seahub/templates/registration/password_set_form.html:28 +#: seahub/templates/share_access_validation.html:29 +msgid "Submit" +msgstr "Send inn" + +#: seahub/invitations/templates/invitations/token_view.html:26 +msgid "It is required." +msgstr "Påkrevd" + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:67 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:82 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:103 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_dingtalk_notifications.py:185 +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "\nDu har én ny notis på %(site_name)s:\n" +msgstr[1] "\nDu har %(num)s nye notiser på %(site_name)s:\n\n" + +#: seahub/notifications/management/commands/send_file_updates.py:115 +msgid "Renamed library" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:118 +msgid "Deleted library" +msgstr "Slettet bibliotek" + +#: seahub/notifications/management/commands/send_file_updates.py:121 +msgid "Restored library" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:125 +msgid "Removed all items from trash." +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:127 +#, python-format +msgid "Removed items older than %s days from trash." +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:135 +msgid "Created file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:138 +msgid "Deleted file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:141 +msgid "Restored file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:144 +msgid "Renamed file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:150 +msgid "Moved file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:156 +msgid "Updated file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:163 +msgid "Created folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:166 +msgid "Deleted folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:169 +msgid "Restored folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:277 +#, python-format +msgid "New file updates on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:462 +#, python-format +msgid "New notice on %s" +msgstr "Ny notis på %s" + +#: seahub/notifications/management/commands/send_notices_to_social_account.py:252 +#, python-format +msgid "You've got %(num)s new notices on %(site_name)s:\n" +msgstr "" + +#: seahub/notifications/models.py:559 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "En fil ved navn %(file_name)s er lastet opp til %(name)s" + +#: seahub/notifications/models.py:566 +#, python-format +msgid "A file named %(file_name)s is uploaded" +msgstr "" + +#: seahub/notifications/models.py:601 +#, python-format +msgid "" +"A folder named %(folder_name)s is uploaded to " +"%(name)s" +msgstr "" + +#: seahub/notifications/models.py:608 +#, python-format +msgid "A folder named %(folder_name)s is uploaded" +msgstr "" + +#: seahub/notifications/models.py:742 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "Brukeren, %(username)s, har spurt deg om du vil bli med i gruppen %(group_name)s, bekreftelsesmelding: %(join_request_msg)s" + +#: seahub/notifications/models.py:771 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "" + +#: seahub/notifications/models.py:797 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/models.py:814 +#, python-format +msgid "" +"Draft #%(draft_id)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/models.py:831 +#, python-format +msgid "" +"%(from_user)s has sent you a request for draft " +"#%(draft_id)s" +msgstr "" + +#: seahub/notifications/models.py:854 +#: seahub/notifications/templates/notifications/notice_email.html:66 +#, python-format +msgid "" +"Guest %(user)s accepted your invitation at %(time)s." +msgstr "" + +#: seahub/notifications/models.py:878 +#, python-format +msgid "" +"%(user)s has transfered a library named %(repo_name)s to you." +msgstr "" + +#: seahub/notifications/models.py:951 +#, python-brace-format +msgid "{name} created {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:953 +#, python-brace-format +msgid "" +"{name} created {obj_type} {obj_link} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:958 +#, python-brace-format +msgid "{name} deleted {obj_type} {obj_name} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:960 +#, python-brace-format +msgid "" +"{name} deleted {obj_type} {obj_name} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:964 +#, python-brace-format +msgid "{name} restored {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:968 +#, python-brace-format +msgid "" +"{name} renamed {obj_type} {old_obj_name} to {obj_link} in library " +"{repo_link}." +msgstr "" + +#: seahub/notifications/models.py:973 +#, python-brace-format +msgid "{name} moved {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:975 +#, python-brace-format +msgid "" +"{name} moved {obj_type} {obj_link} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:979 +#, python-brace-format +msgid "{name} updated {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:982 +#, python-brace-format +msgid "{name} {op_type} {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/templates/notifications/file_updates_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new file updates on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s file updates on %(site_name)s:\n" +msgstr[0] "" +msgstr[1] "" + +#: seahub/notifications/templates/notifications/file_updates_email.html:20 +msgid "Operation" +msgstr "Operasjon" + +#: seahub/notifications/templates/notifications/file_updates_email.html:21 +#: seahub/search/templates/search_results.html:67 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +msgid "File" +msgstr "Fil" + +#: seahub/notifications/templates/notifications/file_updates_email.html:21 +msgid "Library" +msgstr "Bibliotek" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "Hei, %(name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +msgid "Message" +msgstr "Melding" + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "Du har mottatt en ny melding fra %(user)s." + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"A file named %(file_name)s is " +"uploaded to your folder %(folder_name)s." +msgstr "En fil ved navn %(file_name)s har blitt lastet opp til mappen %(folder_name)s." + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"A folder named %(folder_name)s is" +" uploaded to your folder %(parent_dir_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:57 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "Brukeren %(user)s har spurt om å få bli med i gruppen %(grp_name)s, bekreftelsesmelding: %(msg)s" + +#: seahub/notifications/templates/notifications/notice_email.html:60 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:63 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:69 +#, python-format +msgid "" +"A large number of files in your library %(repo_name)s has been deleted " +"recently." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:84 +msgid "Go check out at the following page:" +msgstr "Sjekk dette på følgende side:" + +#: seahub/notifications/templates/notifications/notice_msg/folder_share_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a folder named %(lib_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_msg/folder_share_to_group_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a folder named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_msg/repo_share_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "%(user)s har delt biblioteket %(lib_name)s med deg." + +#: seahub/notifications/templates/notifications/notice_msg/repo_share_to_group_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in library %(repo_name)s during regular scanning: " +"%(file_path)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning:" +msgstr "" + +#: seahub/notifications/utils.py:429 +#, python-format +msgid "%(author)s added a new comment in document %(sdoc_name)s" +msgstr "" + +#: seahub/notifications/utils.py:436 seahub/notifications/utils.py:456 +msgid "Details" +msgstr "Detaljer" + +#: seahub/notifications/utils.py:442 +#, python-format +msgid "%(author)s added a new reply in document %(sdoc_name)s" +msgstr "" + +#: seahub/notifications/utils.py:448 +#, python-format +#| msgid "%(author)s added a new comment in document %(sdoc_name)s" +msgid "" +"%(author)s has marked the comment \"%(resolve_comment)s\" as resolved in " +"document %(sdoc_name)s\n" +msgstr "" + +#: seahub/oauth/views.py:212 +#: seahub/templates/remote_user/create_unknown_user_false.html:8 +#: seahub/work_weixin/views.py:111 +msgid "" +"Error, new user registration is not allowed, please contact administrator." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "Vennligst velg hvordan du vil se krypterte biblioteker online:" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "Send passord til serveren." + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "Filer vil bli dekryptert på serveren før de blir sendt til deg." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "Lagre passord i nettleseren din." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "Filene vil bli dekryptert i nettleseren din når du laster dem ned." + +#: seahub/options/templates/options/set_user_options.html:13 +msgid "" +"Tip: the latter way is more secure, but it is not supported well by all " +"browsers. We advise you to use the latest version of Chrome or Firefox." +msgstr "Tips: Den sistnevnte metoden er sikrest, men er ikke godt støttet av alle nettlesere. Vi anbefaler at du bruker den siste versjonen av Chrome eller Firefox." + +#: seahub/organizations/api/admin/users.py:810 +#, python-brace-format +msgid "Failed. You can only invite {org_members_quota} members." +msgstr "" + +#: seahub/organizations/api/admin/users.py:814 +msgid "The number of users exceeds the limit" +msgstr "" + +#: seahub/organizations/api/admin/users.py:832 +#, python-brace-format +msgid "User {email} already exists." +msgstr "" + +#: seahub/organizations/forms.py:41 seahub/share/views.py:354 +#: seahub/share/views.py:367 +msgid "Email address is not valid" +msgstr "E-postadresse er ugyldig" + +#: seahub/organizations/templates/organizations/org_register.html:3 +#: seahub/organizations/templates/organizations/org_register.html:13 +#: seahub/templates/choose_register.html:3 +#: seahub/templates/choose_register.html:8 +#: seahub/templates/registration/login.html:118 +#: seahub/templates/registration/registration_form.html:3 +#: seahub/templates/registration/registration_form.html:14 +msgid "Signup" +msgstr "Innmelding" + +#: seahub/organizations/templates/organizations/org_register.html:15 +#: seahub/templates/registration/registration_form.html:16 +msgid "Welcome back, you are already signed in." +msgstr "Velkommen tilbake - du er allerede logget inn." + +#: seahub/organizations/templates/organizations/org_register.html:18 +msgid "Organization Name" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:32 +msgid "Admin Name" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:37 +msgid "Admin Email" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:45 +#: seahub/templates/registration/password_change_form.html:22 +#: seahub/templates/registration/password_set_form.html:25 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:37 +msgid "Confirm Password" +msgstr "Bekreft passord" + +#: seahub/organizations/templates/organizations/org_register.html:75 +#: seahub/templates/registration/registration_form.html:80 +msgid "Email cannot be blank" +msgstr "E-post kan ikke være tom" + +#: seahub/organizations/templates/organizations/org_register.html:79 +#: seahub/templates/registration/login.html:195 +#: seahub/templates/registration/password_change_form.html:53 +#: seahub/templates/registration/password_reset_confirm.html:56 +#: seahub/templates/registration/password_set_form.html:51 +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sudo_mode.html:70 +msgid "Password cannot be blank" +msgstr "Passordet kan ikke være tomt" + +#: seahub/organizations/templates/organizations/org_register.html:83 +#: seahub/templates/registration/password_change_form.html:57 +#: seahub/templates/registration/password_reset_confirm.html:60 +#: seahub/templates/registration/password_set_form.html:55 +#: seahub/templates/registration/registration_form.html:88 +msgid "Please enter the password again" +msgstr "Vennligst skriv inn passordet på nytt." + +#: seahub/organizations/templates/organizations/org_register.html:87 +#: seahub/templates/registration/password_change_form.html:61 +#: seahub/templates/registration/password_reset_confirm.html:64 +#: seahub/templates/registration/password_set_form.html:59 +#: seahub/templates/registration/registration_form.html:92 +msgid "Passwords don't match" +msgstr "Passordene stemmer ikke overens" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:4 +#: seahub/search/templates/search_results.html:98 +#: seahub/templates/snippets/admin_paginator.html:4 +msgid "Previous" +msgstr "Forrige" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:7 +#: seahub/search/templates/search_results.html:101 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/two_factor/templates/two_factor/_wizard_actions.html:5 +msgid "Next" +msgstr "Neste" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:12 +#: seahub/templates/snippets/admin_paginator.html:12 +msgid "Per page: " +msgstr "Per side: " + +#: seahub/organizations/views.py:284 seahub/thumbnail/views.py:160 +msgid "Invalid token." +msgstr "Ugyldig token." + +#: seahub/profile/templates/profile/set_profile_react.html:5 +msgid "Settings" +msgstr "Innstillinger" + +#: seahub/profile/templates/profile/set_profile_react.html:21 +msgctxt "true name" +msgid "Name:" +msgstr "Navn:" + +#: seahub/profile/templates/profile/set_profile_react.html:27 +#: seahub/templates/registration/password_set_form.html:4 +#: seahub/templates/registration/password_set_form.html:13 +msgid "Set Password" +msgstr "" + +#: seahub/profile/templates/profile/set_profile_react.html:27 +msgid "Update" +msgstr "Oppdater" + +#: seahub/profile/templates/profile/user_profile.html:4 +msgid "Profile" +msgstr "Profil" + +#: seahub/profile/views.py:49 +msgid "Successfully edited profile." +msgstr "Vellykket redigering av profilen." + +#: seahub/profile/views.py:53 +msgid "Failed to edit profile" +msgstr "Redigering av profil feilet" + +#: seahub/profile/views.py:257 +msgid "Has not accepted invitation yet" +msgstr "Har ikke akseptert invitasjonen ennå." + +#: seahub/profile/views.py:282 +msgid "Demo account can not be deleted." +msgstr "Demokontoen kan ikke slettes." + +#: seahub/profile/views.py:309 +msgid "Failed to set default library." +msgstr "Klarte ikke å fastsette forvalgt bibliotek." + +#: seahub/profile/views.py:313 +msgid "Can not set encrypted library as default library." +msgstr "Kan ikke sette et kryptert bibliotek som forvalgt bibliotek." + +#: seahub/profile/views.py:318 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "Vellykket innstilling av \"%s\" som ditt forvalgte bibliotek." + +#: seahub/seadoc/views.py:26 seahub/seadoc/views.py:80 +#: seahub/seadoc/views.py:158 seahub/views/__init__.py:442 +#: seahub/views/__init__.py:485 seahub/views/__init__.py:621 +#: seahub/views/__init__.py:783 seahub/views/ajax.py:376 +msgid "Library does not exist" +msgstr "Biblioteket eksisterer ikke" + +#: seahub/seadoc/views.py:152 +msgid "File path invalid." +msgstr "" + +#: seahub/search/templates/search_results.html:25 +msgid "Search Files" +msgstr "Søk etter filer" + +#: seahub/search/templates/search_results.html:28 +msgid "advanced" +msgstr "avansert" + +#: seahub/search/templates/search_results.html:31 +msgid "Last Update" +msgstr "Siste oppdatering" + +#: seahub/search/templates/search_results.html:39 +msgid "Size" +msgstr "Størrelse" + +#: seahub/search/templates/search_results.html:56 +msgid "No result found" +msgstr "" + +#: seahub/search/templates/search_results.html:58 +#, python-format +msgid "%(total)s result" +msgid_plural "%(total)s results" +msgstr[0] "" +msgstr[1] "" + +#: seahub/search/templates/search_results.html:63 +msgid "Folder icon" +msgstr "" + +#: seahub/search/templates/search_results.html:168 +msgid "Invalid start date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/search/templates/search_results.html:172 +msgid "Invalid end date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/search/templates/search_results.html:176 +msgid "Start date should be earlier than end date." +msgstr "" + +#: seahub/search/views.py:33 +msgid "Invalid argument." +msgstr "" + +#: seahub/search/views.py:81 seahub/search/views.py:89 +msgid "Invalid date." +msgstr "" + +#: seahub/search/views.py:97 seahub/search/views.py:105 +msgid "Invalid file size." +msgstr "" + +#: seahub/search/views.py:112 +msgid "Invalid file size range." +msgstr "" + +#: seahub/search/views.py:117 +msgid "Invalid date range." +msgstr "" + +#: seahub/search/views.py:166 +#, python-format +msgid "Library %s not found." +msgstr "" + +#: seahub/share/decorators.py:50 +msgid "Invalid verification code, please try again." +msgstr "" + +#: seahub/share/decorators.py:81 +msgid "Link does not exist." +msgstr "" + +#: seahub/share/decorators.py:84 +msgid "Link is expired." +msgstr "" + +#: seahub/share/decorators.py:125 +msgid "The number of share link exceeds the limit." +msgstr "" + +#: seahub/share/models.py:127 +msgid "Password can't be empty" +msgstr "Passordet kan ikke være tomt" + +#: seahub/share/models.py:134 +msgid "Please enter a correct password." +msgstr "Oppgi et gyldig passord." + +#: seahub/share/templates/share/audit_code_email.html:10 +#, python-format +msgid "The verification code is %(code)s. It is valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_email.html:9 +#, python-format +msgid "" +"\n" +" %(shared_from)s shared a file link with you.\n" +msgstr "" + +#: seahub/share/templates/share/share_link_email.html:14 +#, python-format +msgid "" +"\n" +"You can click here to verify your email address and visit it.\n" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:4 +#: seahub/share/templates/share/share_link_email_audit.html:24 +msgid "Email address verification" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:25 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:28 +msgid "Enter your email address" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:29 +msgid "Get code" +msgstr "Få kode" + +#: seahub/share/templates/share/share_link_email_audit.html:31 +msgid "Paste the verification code here" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:64 +msgid "Resend" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:92 +msgid "A verification code has been sent to the email address." +msgstr "" + +#: seahub/share/views.py:133 +msgid "Please choose a folder." +msgstr "" + +#: seahub/share/views.py:157 +msgid "Successfully saved." +msgstr "Vellykket lagring." + +#: seahub/share/views.py:187 +msgid "Preview and download" +msgstr "" + +#: seahub/share/views.py:188 +msgid "Preview only" +msgstr "" + +#: seahub/share/views.py:189 +msgid "Download and upload" +msgstr "" + +#: seahub/share/views.py:190 +msgid "Edit on cloud and download" +msgstr "" + +#: seahub/share/views.py:191 +msgid "Edit on cloud only" +msgstr "" + +#: seahub/share/views.py:223 +msgid "Share Link" +msgstr "" + +#: seahub/share/views.py:223 seahub/views/sysadmin.py:643 +msgid "Creator" +msgstr "Opprettet av" + +#: seahub/share/views.py:224 +msgid "Permission" +msgstr "Tillatelse" + +#: seahub/share/views.py:224 +msgid "Expiration" +msgstr "Utløpsdato" + +#: seahub/share/views.py:254 seahub/thumbnail/views.py:42 +#: seahub/thumbnail/views.py:167 seahub/views/ajax.py:140 +#: seahub/views/ajax.py:418 +msgid "Library does not exist." +msgstr "Biblioteket eksisterer ikke." + +#: seahub/share/views.py:258 seahub/views/ajax.py:386 +msgid "Folder does not exist." +msgstr "" + +#: seahub/share/views.py:306 +msgid "Only the owner of the library has permission to share it." +msgstr "Bare eieren av biblioteket har tillatelse til å dele det." + +#: seahub/share/views.py:344 +msgid "Please check the email(s) you entered" +msgstr "Vennligst kontroller epostadressen(e) du skrev" + +#: seahub/share/views.py:360 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:375 +msgid "Verification code" +msgstr "Verifiseringskode" + +#: seahub/share/views.py:386 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "Beklager, men vi fant ikke siden du forsøkte å laste inn." + +#: seahub/templates/base.html:8 seahub/templates/base_for_react.html:9 +msgid "File, Collaboration, Team, Organization" +msgstr "" + +#: seahub/templates/base.html:35 +msgid "Close" +msgstr "Lukk" + +#: seahub/templates/choose_register.html:9 +msgid "Create a personal account" +msgstr "Opprett en personlig konto" + +#: seahub/templates/choose_register.html:10 +msgid "Create an organization account" +msgstr "Opprett en organisasjonskonto" + +#: seahub/templates/client_login_complete.html:6 +msgid "The client has logged in. Please open the client to confirm." +msgstr "" + +#: seahub/templates/client_login_confirm.html:6 +msgid "Client Login Confirm" +msgstr "" + +#: seahub/templates/client_login_confirm.html:8 +msgid "Do you want to login to your client?" +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "Dette biblioteket er kryptert. Du må taste inn passorder dersom du ønsker å se innholdet på nett. Passordet blir lagret på tjeneren kun 1 time." + +#: seahub/templates/decrypt_repo_form.html:26 +#: seahub/templates/share_access_validation.html:40 +msgid "Please enter the password." +msgstr "Vennligst oppgi passordet" + +#: seahub/templates/download.html:4 +msgid "Download" +msgstr "Nedlasting" + +#: seahub/templates/i18n.html:6 +msgid "Upload Folder" +msgstr "Opplastingsmappe" + +#: seahub/templates/i18n.html:7 +msgid "Add auto expiration" +msgstr "Legg til automatisk utløpsdato" + +#: seahub/templates/i18n.html:8 +msgid "Days" +msgstr "Dager" + +#: seahub/templates/i18n.html:9 +msgid "Shared Links" +msgstr "Delte lenker" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "Vis og behandle alle delte lenker i dette biblioteket." + +#: seahub/templates/i18n.html:11 +msgid "Owned Libs" +msgstr "Biblioteker eid av deg" + +#: seahub/templates/i18n.html:12 +msgid "Shared Libs" +msgstr "Delte biblioteker" + +#: seahub/templates/onlyoffice_file_view_react.html:86 +#: seahub/templates/onlyoffice_file_view_react.html:175 +#: seahub/templates/onlyoffice_file_view_react.html:198 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 +#: seahub/templates/view_file_onlyoffice.html:93 +#: seahub/templates/view_file_onlyoffice.html:182 +#: seahub/templates/view_file_onlyoffice.html:205 +msgid "Failed. Please check the network." +msgstr "Feilet. Vennligst sjekk nettverkstilkoblingen." + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "Du (eller noen som utgir seg for å være deg) har bedt om å få opprettet en konto på %(site_name)s. Hvis dette ikke var deg, vennligst se bort fra denne eposten og din adresse vil bli fjernet fra våre registre." + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "For å aktivere denne kontoen, vennligst klikk følgende lenke i løpet av de neste %(expiration_days)s dagene: " + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:52 +msgid "Sign Up" +msgstr "Registrer deg" + +#: seahub/templates/registration/logged_out.html:4 +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "Logg ut" + +#: seahub/templates/registration/logged_out.html:8 +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "Takk for deltakelsen!" + +#: seahub/templates/registration/logged_out.html:8 +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "Logg inn pånytt" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:33 +#: seahub/templates/registration/login.html:74 +#: seahub/templates/registration/multi_adfs_sso.html:4 +#: seahub/templates/registration/multi_adfs_sso.html:35 +#: seahub/templates/registration/multi_adfs_sso.html:46 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:23 +#: seahub/templates/sysadmin/user_batch_add_email.html:19 +msgid "Log In" +msgstr "Logg inn" + +#: seahub/templates/registration/login.html:43 +msgid "Refresh" +msgstr "Oppdater" + +#: seahub/templates/registration/login.html:63 +msgid "Incorrect email or password" +msgstr "Ugyldig e-post eller passord" + +#: seahub/templates/registration/login.html:71 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "Husk meg i %(remember_days)s dager " + +#: seahub/templates/registration/login.html:78 +#: seahub/templates/registration/login.html:82 +msgid "Single Sign-On" +msgstr "" + +#: seahub/templates/registration/login.html:89 +msgid "Login with" +msgstr "" + +#: seahub/templates/registration/login.html:115 +msgid "Forgot password?" +msgstr "" + +#: seahub/templates/registration/login.html:183 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "Mislyktes med å fornye kontrollordet. Vennligst prøv igjen senere." + +#: seahub/templates/registration/login.html:191 +#: seahub/templates/registration/multi_adfs_sso.html:89 +msgid "Email or username cannot be blank" +msgstr "E-post eller brukernavn kan ikke være blank" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "Passordet ble endret" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "Vellykket endring av passordet ditt." + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:12 +msgid "Password Modification" +msgstr "Endrong av passord" + +#: seahub/templates/registration/password_change_form.html:15 +msgid "Please update your password before continue." +msgstr "Vennligst oppdater ditt passord før du fortsetter." + +#: seahub/templates/registration/password_change_form.html:17 +msgid "Current Password" +msgstr "Nåværende passord" + +#: seahub/templates/registration/password_change_form.html:19 +msgid "New Password" +msgstr "Nytt passord" + +#: seahub/templates/registration/password_change_form.html:49 +msgid "Current password cannot be blank" +msgstr "Nåværende passord kan ikke vært tomt" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "Passord endret" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "Passord endret." + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_done.html:29 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:35 +msgid "Password Reset" +msgstr "Endre passord" + +#: seahub/templates/registration/password_reset_confirm.html:17 +msgid "Reset Password" +msgstr "Endre passord" + +#: seahub/templates/registration/password_reset_confirm.html:19 +msgid "New Password: " +msgstr "Nytt passord:" + +#: seahub/templates/registration/password_reset_confirm.html:23 +msgid "Confirm Password: " +msgstr "Bekreft passord:" + +#: seahub/templates/registration/password_reset_confirm.html:35 +msgid "Failed to reset password: this link is no longer available." +msgstr "Mislykket nullstilling av passord: Denne lenken er ikke tilgjengelig lenger." + +#: seahub/templates/registration/password_reset_done.html:31 +msgid "We've sent a password reset email to your mailbox." +msgstr "Vi har sendt deg en e-post med nullstilling av passord." + +#: seahub/templates/registration/password_reset_done.html:32 +msgid "Back to login page" +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "For å nullstille passordet til kontoen din %(account)s hos %(site_name)s, vennligst trykk på følgende lenke:" + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "Dersom du ikke ba om det, se bort fra det." + +#: seahub/templates/registration/password_reset_form.html:37 +msgid "We will send you an email to set new password" +msgstr "Vi vil sende deg en e-post for å lage nytt passord" + +#: seahub/templates/registration/password_reset_form.html:38 +msgid "Your email used in login" +msgstr "" + +#: seahub/templates/registration/register_complete_email.html:1 +#, python-format +msgid "" +"You're receiving this e-mail because you are the admin of %(site_name)s, and" +" a new user %(reg_email)s is joined." +msgstr "" + +#: seahub/templates/registration/register_complete_email.html:3 +msgid "Please click the following link to view the new account:" +msgstr "" + +#: seahub/templates/registration/register_complete_email_subject.html:1 +#, python-format +msgid "New account created on %(site_name)s" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "Registreringen er fullført" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "En e-post med aktiveringsinstruksjoner er sendt. Vennligst sjekk din e-post og trykk på lenken for å aktivere kontoen din." + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "Registrering komplett - vennligst vent på at administratoren aktiverer kontoen din." + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "Registreringsfunksjonen er ikke aktivert." + +#: seahub/templates/registration/registration_form.html:37 +msgid "Department" +msgstr "Avdeling" + +#: seahub/templates/registration/registration_form.html:42 +msgid "Telephone" +msgstr "Telefon" + +#: seahub/templates/registration/registration_form.html:47 +msgid "Note" +msgstr "Notat" + +#: seahub/templates/remote_user/not_active.html:6 +#: seahub/templates/shibboleth/complete.html:8 seahub/work_weixin/views.py:132 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/repo_folder_trash_react.html:5 +msgid "Trash" +msgstr "Papirkurv" + +#: seahub/templates/repo_history_react.html:5 +msgid "History" +msgstr "Historikk" + +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/folder." +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(escaped_file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_link_email.html:17 +#: seahub/templates/shared_upload_link_email.html:20 +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Password:" +msgstr "Passord:" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "Du kan gå til følgende side og laste opp filene dine:" + +#: seahub/templates/snippets/password_strength_js.html:7 +msgid "Password strength should be strong or very strong" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:11 +#: seahub/templates/snippets/password_strength_js.html:97 +msgid "Password strength" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:18 +msgid "" +"The password should contain different types of characters to make it strong:" +" uppercase letters, lowercase letters, numbers and special characters." +msgstr "" + +#: seahub/templates/snippets/policy_service_link.html:5 +#: seahub/templates/snippets/policy_service_link.html:9 +msgid "Privacy Policy" +msgstr "" + +#: seahub/templates/snippets/policy_service_link.html:7 +#: seahub/templates/snippets/policy_service_link.html:11 +msgid "Terms of Service" +msgstr "" + +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Folder" +msgstr "Mappe" + +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "Gjenopprett" + +#: seahub/templates/snippets/reset_repo_password.html:10 +#, python-format +msgid "" +"The new password of library %(repo_name)s is %(password)s. Please change it " +"as soon as possible." +msgstr "" + +#: seahub/templates/sysadmin/short_time_linving_password_reset_link.html:13 +#, python-format +msgid "" +"Administrator on %(site_name)s is resetting your password for %(account)s, " +"please click the following link to continue: " +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Confirm password to continue" +msgstr "Bekreft passord for å fortsette" + +#: seahub/templates/sysadmin/sudo_mode.html:25 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "Du går nå inn i administratorområdet - vi skal ikke etterspørre passordet ditt igjen på noen timer." + +#: seahub/templates/sysadmin/sudo_mode.html:32 +msgid "Incorrect password" +msgstr "Feil passord" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "Din konto %(username)s hos %(site_name)s er blitt aktivert." + +#: seahub/templates/sysadmin/user_add_email.html:11 +#, python-format +msgid "" +"%(nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#: seahub/templates/sysadmin/user_batch_add_email.html:10 +#, python-format +msgid "%(nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:18 +#: seahub/templates/sysadmin/user_batch_add_email.html:14 +msgid "Here is your account information:" +msgstr "Her er din kontoinformasjon:" + +#: seahub/templates/sysadmin/user_add_email.html:19 +#: seahub/templates/sysadmin/user_batch_add_email.html:15 +msgid "Email:" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "Ditt passord hos %(site_name)s har blitt nullstillt. Nytt passord er %(password)s. Vennligst bytt dette så snart som mulig." + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "endringsdetaljer" + +#: seahub/templates/text_diff.html:15 +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:26 +msgid "Back" +msgstr "Tilbake" + +#: seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "Nåværende sti:" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "Dette er en nyopprettet, tom fil." + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "før endringen" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "etter endring" + +#: seahub/templates/user_quota_full.html:12 +#, python-format +msgid "Your quota is almost full on %(site_name)s." +msgstr "" + +#: seahub/templates/user_quota_full.html:14 +msgid "Used:" +msgstr "Forbrukt: " + +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + +#: seahub/thumbnail/views.py:48 seahub/thumbnail/views.py:178 +#: seahub/views/__init__.py:483 +msgid "Invalid arguments." +msgstr "Ugyldige argumenter." + +#: seahub/thumbnail/views.py:65 seahub/thumbnail/views.py:191 +msgid "Failed to create thumbnail." +msgstr "Kunne ikke opprette miniatyrbilde." + +#: seahub/two_factor/forms.py:39 seahub/two_factor/forms.py:63 +#: seahub/two_factor/forms.py:167 seahub/two_factor/forms.py:173 +#: seahub/two_factor/forms.py:297 +msgid "Token" +msgstr "" + +#: seahub/two_factor/templates/two_factor/_wizard_actions.html:4 +#: seahub/two_factor/templates/two_factor/profile/disable.html:12 +msgid "Cancel" +msgstr "Avbryt" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:6 +msgid "Backup Tokens" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:8 +msgid "" +"Backup tokens can be used when your primary and backup\n" +" phone numbers aren't available. The backup tokens below can be used\n" +" for login verification. If you've used up all your backup tokens, you\n" +" can generate a new set of backup tokens. Only the backup tokens shown\n" +" below will be valid." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:20 +msgid "Print these tokens and keep them somewhere safe." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:22 +msgid "You don't have any backup codes yet." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:27 +msgid "Generate Tokens" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:7 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:19 +msgid "" +"Open the two-factor authentication app on your device to view your " +"authentication token and verify your identify." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:22 +msgid "Authentication token" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:28 +#, python-format +msgid "Remember this computer for %(remember_days)s days" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:33 +#: seahub/two_factor/templates/two_factor/core/login.html:52 +msgid "Incorrect code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:37 +#: seahub/two_factor/templates/two_factor/core/login.html:57 +msgid "Verify" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:42 +msgid "Don't have your phone?" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:43 +msgid "Enter a two-factor backup code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:49 +msgid "Backup code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:56 +msgid "" +"You can enter one of your backup codes in case you lost access to your " +"mobile device." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/setup.html:6 +msgid "Enable Two-Factor Authentication" +msgstr "Aktiver to-faktor autentisering" + +#: seahub/two_factor/templates/two_factor/core/setup.html:16 +msgid "" +"To start using a token generator, please use your\n" +" smartphone to scan the QR code below. For example, use Google\n" +" Authenticator. Then, enter the token generated by the app.\n" +" " +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:6 +msgid "Disable Two-Factor Authentication" +msgstr "Deaktiver to-faktor autentisering" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:8 +msgid "" +"You are about to disable two-factor authentication. This\n" +" compromises your account security, are you sure?" +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:11 +msgid "Disable" +msgstr "" + +#: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 +#: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 +msgid "Unable to view file" +msgstr "Filen kan ikke vises" + +#: seahub/utils/__init__.py:177 +msgid "permission error" +msgstr "Tilgangsfeil" + +#: seahub/views/__init__.py:305 +msgid "Unable to view recycle page" +msgstr "Ute av stand til å vise gjennopprettingssiden." + +#: seahub/views/__init__.py:360 +msgid "Unable to view library modification" +msgstr "Ute av stand til å vise endringen i biblioteket" + +#: seahub/views/__init__.py:476 +msgid "Please specify history ID" +msgstr "Vennligst spesifiser historie IDen" + +#: seahub/views/__init__.py:480 +msgid "Successfully restored the library." +msgstr "" + +#: seahub/views/__init__.py:487 +msgid "History you specified does not exist" +msgstr "Historien du spesifiserte eksisterer ikke" + +#: seahub/views/__init__.py:489 +msgid "Unknown error" +msgstr "Ukjent feil" + +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 +#, python-format +msgid "\"%s\" does not exist." +msgstr "\"%s\" finnes ikke." + +#: seahub/views/__init__.py:822 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "Kunne ikke laste ned \"%s\"" + +#: seahub/views/ajax.py:161 seahub/views/ajax.py:441 +msgid "Library is encrypted." +msgstr "Biblioteket er kryptert." + +#: seahub/views/ajax.py:167 +msgid "Error: no head commit id" +msgstr "Feil: \"no head commit id\"" + +#: seahub/views/ajax.py:321 +msgid "Wrong repo id" +msgstr "Ugyldig repo ID" + +#: seahub/views/ajax.py:332 seahub/views/ajax.py:364 +msgid "Bad upload link token." +msgstr "Feilaktig \"token\" i opplastingslenken" + +#: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 +msgid "File does not exist" +msgstr "Filen eksisterer ikke." + +#: seahub/views/ajax.py:371 +msgid "Bad repo id in upload link." +msgstr "Feilaktig mappe ID i opplastingslenken" + +#: seahub/views/ajax.py:463 +msgid "No conflict in the merge." +msgstr "Ingen konflikter i sammenslåingen" + +#: seahub/views/file.py:244 +msgid "HTTPError: failed to open file online" +msgstr "HTTP-feil: Ute av stand til å åpne filen på nett" + +#: seahub/views/file.py:248 +msgid "URLError: failed to open file online" +msgstr "URL-feil: Ute av stand til å åpne filen på nett" + +#: seahub/views/file.py:255 +msgid "The encoding you chose is not proper." +msgstr "Tegnkodingen du valgte er ikke riktig." + +#: seahub/views/file.py:272 seahub/views/file.py:275 +msgid "Unknown file encoding" +msgstr "Ukjent filkoding" + +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "Filstørrelsen overstiger%s, og kan derfor ikke åpnes på nett." + +#: seahub/views/file.py:404 seahub/views/file.py:913 +msgid "The library is encrypted, can not open file online." +msgstr "" + +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 +msgid "Error when prepare Office Online file preview page." +msgstr "" + +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 +msgid "Error when prepare OnlyOffice file preview page." +msgstr "" + +#: seahub/views/file.py:1210 +msgid "Unable to download file, invalid file path" +msgstr "Kan ikke laste ned filen. Ugyldig filbane" + +#: seahub/views/file.py:1219 +msgid "Unable to download file, wrong file path" +msgstr "Kan ikke laste ned filen. Feil filbane" + +#: seahub/views/file.py:1226 +msgid "Unable to download file." +msgstr "" + +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 +#, python-format +msgid "Share link for %s." +msgstr "" + +#: seahub/views/file.py:1845 seahub/views/file.py:1850 +msgid "Unable to download file" +msgstr "Ute av stand til å laste ned filen." + +#: seahub/views/file.py:2190 +msgid "The original file does not exist" +msgstr "" + +#: seahub/views/mobile.py:35 +#, python-brace-format +msgid "User {token.user} not found" +msgstr "" + +#: seahub/views/mobile.py:39 +#, python-brace-format +msgid "User {token.user} inactive" +msgstr "" + +#: seahub/views/sso.py:167 +msgid "" +"This link has already been visited, please click the login button on the " +"client again" +msgstr "" + +#: seahub/views/sso.py:192 +msgid "Invalid link, please click the login button on the client again" +msgstr "" + +#: seahub/views/sso.py:197 +msgid "Login timeout, please click the login button on the client again" +msgstr "" + +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Login ID" +msgstr "Innloggings ID" + +#: seahub/views/sysadmin.py:306 seahub/views/sysadmin.py:332 +msgid "Failed to set quota: internal server error" +msgstr "Feiled med å sette kvote: Intern tjenerfeil" + +#: seahub/views/sysadmin.py:351 +msgid "Failed to delete: the user is an organization creator" +msgstr "Feilet med å slette: brukeren er oppretteren av organisasjonen" + +#: seahub/views/sysadmin.py:396 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "Vellykket tilbaketrekking av administratorrettigheten til %s" + +#: seahub/views/sysadmin.py:398 +msgid "Failed to revoke admin: the user does not exist" +msgstr "Feilet med å trekke tilbake administrator: Brukeren eksiterer ikke" + +#: seahub/views/sysadmin.py:511 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "Vellykket nullstilling av passord til %(passwd)s. En e-post har blitt sendt til %(user)s." + +#: seahub/views/sysadmin.py:526 +msgid "Failed to reset password: user does not exist" +msgstr "Feilet med å nullstille passord: Brukeren eksisterer ikke" + +#: seahub/views/sysadmin.py:575 +#, python-format +msgid "Fail to add user %s." +msgstr "Kunne ikke legge til bruker %s." + +#: seahub/views/sysadmin.py:600 seahub/views/sysadmin.py:613 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "Brukeren %s er lagt til. En e-postmelding er sendt." + +#: seahub/views/sysadmin.py:603 seahub/views/sysadmin.py:616 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "Brukeren%s er lagt til. En feil oppsto når e-postmeldingen skulle sendes. Vennligst sjekk dine e-postinnstillinger." + +#: seahub/views/sysadmin.py:605 seahub/views/sysadmin.py:618 +#, python-format +msgid "Successfully added user %s." +msgstr "Brukeren %s er lagt til." + +#: seahub/views/sysadmin.py:620 +#, python-format +msgid "" +"Successfully added user %s. But email notification can not be sent, because " +"Email service is not properly configured." +msgstr "Brukeren %s er lagt til. Men e-postmeldingen kunne ikke bli sendt, siden e-posttjenesten ikke er konfiguert ordentlig." + +#: seahub/views/sysadmin.py:672 +msgid "Input should be a number" +msgstr "Svaret bør være et tall" + +#: seahub/views/sysadmin.py:678 +msgid "Success" +msgstr "Vellykket" + +#: seahub/views/sysadmin.py:682 +msgid "Input number should be greater than 0" +msgstr "Tallet bør være større enn 0" + +#: seahub/views/sysadmin.py:720 +msgid "Successfully deleted." +msgstr "Vellykket sletting." + +#: seahub/views/sysadmin.py:750 +#, python-format +msgid "Successfully set %s as admin." +msgstr "Vellykket aktivering av %s som administrator." + +#: seahub/views/sysadmin.py:752 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "Ute av stand til å sette %s som administrator: Brukeren finnes ikke." + +#: seahub/views/sysadmin.py:767 seahub/views/sysadmin.py:768 +#: seahub/views/sysadmin.py:769 seahub/views/sysadmin.py:782 +#: seahub/views/sysadmin.py:783 +msgid "Optional" +msgstr "" + +#: seahub/wiki/views.py:159 +msgid "Unable to view Wiki" +msgstr "" + +#~ msgid "Insufficient password strength" +#~ msgstr "Insufficient password strength" + +#~ msgid "" +#~ " User %(user_name)s created file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s restored file " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s restored file " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s renamed file " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s renamed file " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s updated file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s updated file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s restored folder" +#~ " %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s restored folder" +#~ " %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s renamed folder " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s renamed folder " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved folder %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved folder %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved folder %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved folder %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." diff --git a/locale/nb_NO/LC_MESSAGES/djangojs.po b/locale/nb_NO/LC_MESSAGES/djangojs.po index 12e425584e..068b570617 100644 --- a/locale/nb_NO/LC_MESSAGES/djangojs.po +++ b/locale/nb_NO/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Mikal Thunold-Olsen , 2017\n" "Language-Team: Norwegian Bokmål (Norway) (http://app.transifex.com/haiwen/seahub/language/nb_NO/)\n" @@ -37,8 +37,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Systemadministrator" @@ -50,44 +48,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Profilbilde" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Forbrukt: " - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Innstillinger" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Logg ut" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -137,6 +113,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -218,33 +210,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Påminnelser" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -282,54 +267,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Filer" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -340,57 +296,23 @@ msgstr "Filer" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Flere operasjoner" @@ -415,7 +337,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -437,7 +358,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -452,6 +373,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Beskrivelse" @@ -479,8 +401,6 @@ msgstr "Beskrivelse" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -490,8 +410,6 @@ msgstr "Beskrivelse" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -499,7 +417,6 @@ msgstr "Beskrivelse" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -508,30 +425,24 @@ msgstr "Beskrivelse" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -540,7 +451,6 @@ msgstr "Beskrivelse" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -556,11 +466,8 @@ msgstr "Beskrivelse" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -572,11 +479,9 @@ msgstr "Beskrivelse" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -605,18 +510,12 @@ msgstr "Avbryt" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -626,29 +525,21 @@ msgstr "Avbryt" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -657,7 +548,6 @@ msgstr "Avbryt" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -670,8 +560,6 @@ msgstr "Avbryt" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -680,9 +568,6 @@ msgstr "Avbryt" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -695,14 +580,12 @@ msgstr "Avbryt" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -732,14 +615,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -749,10 +627,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -760,12 +636,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -778,7 +650,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -786,12 +657,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -801,29 +668,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -850,13 +720,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -941,11 +811,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1013,122 +879,55 @@ msgstr "Ønsker du virkelig å slette denne kontoen?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1174,20 +973,15 @@ msgstr "Er du sikker på at du ønsker å gjenopprette dette biblioteket?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Gjenopprett" @@ -1208,12 +1002,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Koble fra" @@ -1249,7 +1037,6 @@ msgstr "Kopiere valgte element(er) til:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1305,16 +1092,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Ny fil" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1356,12 +1139,8 @@ msgstr "Passordene stemmer ikke overens" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1372,39 +1151,19 @@ msgid "Template" msgstr "Mal" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1421,6 +1180,7 @@ msgstr "Skrivbar" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1432,24 +1192,18 @@ msgstr "Kryptere" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Passord" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Passord på nytt" @@ -1460,7 +1214,6 @@ msgstr "Passord på nytt" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Intern tjenerfeil" @@ -1471,10 +1224,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1492,13 +1241,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1524,7 +1270,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1537,35 +1282,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Opplasting" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1573,10 +1307,6 @@ msgstr "Opplasting" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Nedlasting" @@ -1603,7 +1333,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1611,8 +1340,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopiere" @@ -1626,9 +1353,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1636,14 +1360,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1653,9 +1372,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Rediger" @@ -1696,16 +1412,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Slett bibliotek" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Slett gruppe" @@ -1713,17 +1426,6 @@ msgstr "Slett gruppe" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1737,10 +1439,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1798,18 +1496,6 @@ msgstr "Enhetsnavn" msgid "Date" msgstr "Dato" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonym bruker" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1870,114 +1556,19 @@ msgid "Upload Link" msgstr "Opplastingslenke" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Skjul" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Vis" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Oppdater" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Send" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Legg til passordbeskyttelse" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Legg til automatisk utløpsdato" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generere" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Forrige (Venstre piltast)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Neste (Høyre piltast)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Lukk (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1988,20 +1579,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Last opp fil" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2053,7 +1630,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2061,28 +1637,19 @@ msgid "It is required." msgstr "Påkrevd" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2093,10 +1660,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2119,30 +1683,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Dette biblioteket er passordbeskyttet" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Feil passord" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Passordet blir bare lagret i 1 time på serveren." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Innstillinger" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2162,6 +1720,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2225,70 +1789,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Gruppe" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Mappe" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Søk grupper" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2300,6 +1800,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2316,23 +1817,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2341,8 +1838,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2352,41 +1847,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Størrelse" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Siste oppdatering" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2410,6 +1897,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2447,14 +1936,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2465,14 +1953,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Legg til medlem" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2480,29 +1979,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Legg til bruker" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "E-post" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Bekreft passord" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2557,8 +2047,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2569,7 +2057,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Slett medlem" @@ -2598,7 +2085,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Angi kvote" @@ -2639,8 +2125,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2703,76 +2187,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Tilgang avvist" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Feil" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Vennligst sjekk nettverkstilkoblingen." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2818,39 +2232,6 @@ msgstr "Versjon" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Ingen" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Ukjent" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detaljer" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Gjeldende versjon" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Se på øyeblikksbilde" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2865,17 +2246,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Opplastingslenker" @@ -2888,98 +2263,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Utløpsdato" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Opprettet av" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Lenke" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Besøkende" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3017,39 +2300,6 @@ msgstr "" msgid "Search files in this library" msgstr "Søk filer i dette biblioteket" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Intet resultat" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Nåværende bibliotek" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Andre biblioteker" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3081,6 +2331,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Lenke" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3112,30 +2371,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Dele" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ikon" @@ -3148,78 +2395,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Velg biblioteker for deling" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Inviter" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3243,12 +2425,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3263,17 +2445,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3292,7 +2469,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3368,10 +2545,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3399,15 +2574,13 @@ msgstr "Navn (obligatorisk)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rolle" @@ -3463,8 +2636,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3478,19 +2649,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Brukere" @@ -3506,15 +2668,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3542,6 +2700,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Vennligst skriv inn 1 eller flere bokstaver" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Tilgang avvist" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Feil" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Vennligst sjekk nettverkstilkoblingen." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3553,25 +2768,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Nåværende sti:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Mappe" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3580,8 +2801,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Fil" @@ -3697,6 +2917,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Filer" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3706,7 +2937,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Papirkurv" @@ -3729,6 +2960,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3836,87 +3072,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Opprettet av" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "låst" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Fjerne favorittmarkering" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3927,28 +3140,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Biblioteker" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "du kan også trykke ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3990,57 +3195,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Lagrer..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4055,54 +3215,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Filen lastes opp..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Avbryt alle" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "navn" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4114,13 +3229,13 @@ msgid "unstarred" msgstr "ikke favorittmarkert" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Lås" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Lås opp" @@ -4129,74 +3244,26 @@ msgstr "Lås opp" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Åpne via klient" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Mine bibliotek" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Delt med meg" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Delt med alle" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detaljer" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4213,7 +3280,7 @@ msgstr "Administrator" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4226,8 +3293,8 @@ msgstr "Medlem" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4243,17 +3310,15 @@ msgstr "Nåværende sti:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4262,121 +3327,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoritter" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Aktiviteter" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Hjelp" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Klienter" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Lenker" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Mapper" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Delingsadministrator" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Medlemmer" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4403,6 +3357,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4415,6 +3370,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4451,21 +3411,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4477,53 +3422,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Biblioteker" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Intet resultat" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4532,8 +3467,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Forvalgt" @@ -4543,8 +3476,6 @@ msgstr "Forvalgt" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Gjest" @@ -4569,6 +3500,10 @@ msgstr "Send til:" msgid "Message (optional):" msgstr "Melding (valgfritt):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Send" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Sender...." @@ -4602,24 +3537,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4649,14 +3566,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Legg til passordbeskyttelse" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4671,30 +3584,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Utløpsdato" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4705,46 +3625,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Nedlasting av fil er slått av: Brukeren har brukt opp sin kvote av delingslenker." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Utgått" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Feilet. Vennligst sjekk nettverkstilkoblingen." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Overføre" @@ -4756,17 +3663,18 @@ msgid "Folder Permission" msgstr "Mappetillatelse" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Opphev deling" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Delingsadministrator" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4777,27 +3685,18 @@ msgstr "Endre passord" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Endre passord" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4814,18 +3713,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4833,8 +3720,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4888,15 +3773,9 @@ msgid "New" msgstr "Ny" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4969,17 +3848,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Språkinnstillinger" @@ -5006,18 +3874,6 @@ msgstr "Plattform" msgid "Last Access" msgstr "Siste tilgang" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Lenkede enheter" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5037,10 +3893,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5048,49 +3901,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Deaktiver to-faktor autentisering" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Vis koder" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Aktiver to-faktor autentisering" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5107,11 +3917,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Profilbilde:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Brukernavn:" @@ -5154,6 +3959,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5195,54 +4001,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Delt med meg" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5323,7 +4089,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5346,6 +4112,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5381,17 +4148,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Alle" @@ -5549,17 +4314,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5696,29 +4461,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5743,7 +4497,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5756,11 +4510,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5792,6 +4541,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5827,15 +4587,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5869,21 +4620,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6075,9 +4811,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6189,8 +4924,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6337,14 +5072,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6368,27 +5098,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6421,34 +5157,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6579,6 +5315,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6594,17 +5333,10 @@ msgstr "Opptelling" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Velg" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6718,15 +5450,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operasjon" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Bibliotek" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6745,11 +5492,6 @@ msgid "(current version)" msgstr "(nåværende versjon)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Vis" @@ -6763,19 +5505,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Ingen bibliotek" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6793,6 +5522,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Ingen bibliotek" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6800,6 +5543,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Medlemmer" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6821,27 +5581,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Informasjon" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6865,27 +5624,16 @@ msgstr "Opprette hos" msgid "Operations" msgstr "Operasjoner" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Profilbilde" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Lagringsplass brukt / kvote" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Kontakt e-post" @@ -6893,15 +5641,13 @@ msgstr "Kontakt e-post" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6910,34 +5656,32 @@ msgstr "Status" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Forbrukt lagringsplass" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Tidspunkt for siste pålogging" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Slett bruker" @@ -6946,7 +5690,6 @@ msgstr "Slett bruker" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6957,19 +5700,30 @@ msgstr "Aktiv" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inaktiv" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Akseptert" @@ -6981,7 +5735,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6989,103 +5743,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Vellykket kopiering av %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Kunne ikke kopiere %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Forlate delt resurss" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7099,6 +5845,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Lagrer..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Åpne via klient" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7107,29 +5863,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Hjelp" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Oppdater" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Mine bibliotek" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7150,15 +5915,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7189,96 +5958,33 @@ msgstr "" msgid "Shared By" msgstr "Delt av" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Opprettet den" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Ingen medlemmer" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Rediger kvote" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Ingen tilkoplede enheter" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Bibliotek" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7349,11 +6055,44 @@ msgstr "Er du sikker på at du ønsker å tømme papirkurven?" msgid "Clear" msgstr "Tøm" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Opprettet den" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Søk grupper" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7382,8 +6121,6 @@ msgstr "Alle grupper" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Forrige" @@ -7392,8 +6129,6 @@ msgstr "Forrige" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Neste" @@ -7402,45 +6137,11 @@ msgstr "Neste" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Alle offentlige lenker" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7449,6 +6150,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonym bruker" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7464,6 +6171,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Dele fra" @@ -7483,26 +6191,12 @@ msgid "Organization" msgstr "Organisasjon" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Eksporter til Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7516,7 +6210,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7579,36 +6272,9 @@ msgstr "Mislyktes" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Nullstill passord" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Oppheve administrator" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7663,39 +6329,6 @@ msgstr "Importere brukere" msgid "Add user" msgstr "Legg til bruker" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Enheter" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logger" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7714,8 +6347,6 @@ msgstr "Endret" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7782,39 +6413,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "System" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7872,6 +6470,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Filopplasting" @@ -7917,6 +6519,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7925,16 +6531,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7986,8 +6582,6 @@ msgstr "Tast inn filendelser her - separér dem med ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7996,6 +6590,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8008,6 +6603,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8036,94 +6642,66 @@ msgstr "" msgid "all members" msgstr "alle medlemmene" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Besøkende" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Fjerne" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Del eksiterende biblioteker" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8135,6 +6713,11 @@ msgstr "" msgid "Handled" msgstr "Håndtert" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8148,9 +6731,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operasjon" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8208,41 +6792,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Legg til bibliotek" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Legg til medlemmer" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8263,6 +6817,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Ingen medlemmer" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8283,40 +6856,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Opphev deling av bibliotek" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Ingen grupper" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8387,53 +6932,34 @@ msgid "Limits" msgstr "Begrensninger" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organisasjoner" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Oppheve administrator" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Antall medlemmer" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administratorer" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Sette administrator" @@ -8441,20 +6967,19 @@ msgstr "Sette administrator" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Inviter" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8481,30 +7006,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Invitasjoner" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Fjerne" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Legg til" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8532,31 +7090,32 @@ msgstr "" msgid "All Notifications" msgstr "Alle påminnelser" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Antall grupper" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8574,11 +7133,15 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "System" + #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" msgstr "" @@ -8602,30 +7165,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Virusskan" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Vilkår og betingelser" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Administratorlogger" - #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Opprettet" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Oppdater" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8634,6 +7186,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Vilkår og betingelser" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8644,15 +7204,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8664,34 +7226,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Innloggings ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Delte lenker" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Database" @@ -9001,23 +7551,9 @@ msgstr "" msgid "shared by:" msgstr "delt av:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Eieren av dette biblioteket har ikke mer lagringsplass tilgjengelig" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Avbryt alle" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9033,7 +7569,11 @@ msgstr "Er du sikker på at du vil slette denne siden?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9084,17 +7624,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Sider" @@ -9145,14 +7675,18 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Språk" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Lenkede enheter" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9161,35 +7695,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profilinstilling" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Delt av: " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Liste" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Rutenett" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9199,14 +7705,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Konvertering av dokument mislyktes." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "du kan også trykke ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9233,6 +7731,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9346,92 +7849,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Ingen tilkoplede enheter" - -#: frontend/src/translate.js:10 -msgid "No sync errors" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Ingen grupper" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9442,7 +7864,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9649,6 +8071,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9718,9 +8587,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9742,38 +8608,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/nl_NL/LC_MESSAGES/django.po b/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4678fa6c6c --- /dev/null +++ b/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,3471 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Translators: +# Alex Kroeze , 2016 +# Harmen , 2015-2018,2020 +# imwhatiam , 2017 +# Jorgen vd Meulen , 2014-2015,2017 +# jvanattenhoven , 2014-2015 +# kevinsky25, 2014-2015 +# INTIO , 2014 +# Thijs Broenink , 2016 +# Tony den Haan , 2014 +# Wijnand Modderman-Lenstra , 2014 +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" +"PO-Revision-Date: 2013-10-25 07:03+0000\n" +"Last-Translator: Harmen , 2015-2018,2020\n" +"Language-Team: Dutch (Netherlands) (http://app.transifex.com/haiwen/seahub/language/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: seahub/adfs_auth/utils.py:49 +msgid "ADFS/SAML login relevant settings invalid." +msgstr "" + +#: seahub/adfs_auth/views.py:131 seahub/adfs_auth/views.py:160 +#: seahub/adfs_auth/views.py:193 seahub/adfs_auth/views.py:230 +#: seahub/adfs_auth/views.py:286 seahub/adfs_auth/views.py:292 +#: seahub/adfs_auth/views.py:319 seahub/adfs_auth/views.py:394 +#: seahub/adfs_auth/views.py:414 seahub/adfs_auth/views.py:431 +#: seahub/adfs_auth/views.py:435 seahub/adfs_auth/views.py:465 +#: seahub/adfs_auth/views.py:490 seahub/adfs_auth/views.py:494 +#: seahub/adfs_auth/views.py:558 seahub/adfs_auth/views.py:562 +msgid "Internal server error. Please contact system administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:156 seahub/adfs_auth/views.py:226 +#: seahub/adfs_auth/views.py:410 seahub/adfs_auth/views.py:461 +msgid "" +"Login failed: ADFS/SAML service error. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:209 seahub/adfs_auth/views.py:253 +#: seahub/adfs_auth/views.py:267 +msgid "" +"Login failed: Bad response from ADFS/SAML service. Please report to your " +"organization (company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:280 +msgid "Failed to bind SAML, please login first." +msgstr "" + +#: seahub/adfs_auth/views.py:334 +msgid "" +"Failed to create new user: the number of users exceeds the organization " +"quota. Please report to your organization (company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:356 +msgid "" +"Login failed: failed to create user. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:371 +msgid "" +"Login failed: user is deactivated. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:498 +msgid "Failed to unbind SAML, please set a password first." +msgstr "" + +#: seahub/adfs_auth/views.py:502 +msgid "Failed to unbind SAML, please set a contact email first." +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:204 +#: seahub/api2/endpoints/user.py:100 seahub/api2/views.py:367 +msgid "Name is too long (maximum is 64 characters)" +msgstr "Naam is te lang (maximaal 64 tekens)" + +#: seahub/api2/endpoints/admin/account.py:208 +#: seahub/api2/endpoints/user.py:104 seahub/api2/views.py:371 +#: seahub/forms.py:44 seahub/profile/forms.py:27 +msgid "Name should not include '/'." +msgstr "Naam mag geen '/' bevatten." + +#: seahub/api2/endpoints/admin/account.py:223 +msgid "Login id can't be empty" +msgstr "Gebruikers-ID mag niet leeg zijn" + +#: seahub/api2/endpoints/admin/account.py:227 +#: seahub/api2/endpoints/admin/users.py:893 +#: seahub/api2/endpoints/admin/users.py:1320 +#, python-format +msgid "Login id %s already exists." +msgstr "Gebruikers-ID %s bestaat al" + +#: seahub/api2/endpoints/admin/account.py:234 +msgid "Department is too long (maximum is 512 characters)" +msgstr "Afdeling is te lang (maximaal 512 tekens)" + +#: seahub/api2/endpoints/admin/account.py:250 seahub/forms.py:155 +msgid "Space quota can't be empty" +msgstr "Quota mag niet leeg zijn" + +#: seahub/api2/endpoints/admin/account.py:256 +#: seahub/api2/endpoints/admin/users.py:1368 +#: seahub/api2/endpoints/admin/users.py:1372 +#: seahub/api2/endpoints/admin/users.py:1385 +#: seahub/api2/endpoints/admin/users.py:1389 +#: seahub/institutions/api_views.py:174 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "Moet een getal groter of gelijk aan 0 zijn." + +#: seahub/api2/endpoints/admin/address_book/groups.py:82 +#: seahub/api2/endpoints/admin/groups.py:135 +#: seahub/api2/endpoints/admin/groups.py:274 +#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302 +#: seahub/api2/views.py:4675 seahub/group/forms.py:36 +msgid "" +"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " +"brackets or underscore." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:87 +#: seahub/api2/endpoints/admin/groups.py:142 +#: seahub/api2/endpoints/admin/groups.py:278 +#: seahub/api2/endpoints/groups.py:234 seahub/api2/endpoints/groups.py:307 +msgid "There is already a group with that name." +msgstr "Er is al een groep met die naam" + +#: seahub/api2/endpoints/admin/address_book/groups.py:235 +msgid "There are libraries in this department." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:239 +msgid "There are sub-departments in this department." +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 +#: seahub/views/__init__.py:546 seahub/views/__init__.py:547 +#: seahub/views/__init__.py:551 seahub/views/__init__.py:552 +msgid "My Library" +msgstr "Mijn Bibliotheek" + +#: seahub/api2/endpoints/admin/groups.py:222 +#: seahub/api2/endpoints/groups.py:333 +#, python-format +msgid "User %s is already group owner." +msgstr "Gebruiker %s is al groepseigenaar." + +#: seahub/api2/endpoints/admin/institution_users.py:169 +#, python-format +msgid "" +"Failed to add %s to the institution: user already belongs to an institution" +msgstr "" + +#: seahub/api2/endpoints/admin/institution_users.py:174 +#, python-format +msgid "" +"Failed to add %s to the institution: user already belongs to this " +"institution" +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:267 seahub/views/sysadmin.py:696 +msgid "System library can not be deleted." +msgstr "Systeembibliotheek kan niet verwijderd worden." + +#: seahub/api2/endpoints/admin/libraries.py:389 seahub/api2/views.py:1852 +#, python-format +msgid "Transfer failed: role of %s is %s, can not add library." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:415 seahub/api2/views.py:1857 +msgid "Library can not be transferred to owner." +msgstr "" + +#: seahub/api2/endpoints/admin/share_links.py:225 +#: seahub/api2/endpoints/repo_share_links.py:155 +#: seahub/api2/endpoints/share_links.py:577 +#: seahub/api2/endpoints/share_links.py:799 +msgid "There is an associated published library." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:185 +#, python-format +msgid "User %s is already library owner." +msgstr "Gebruiker %s is reeds eigenaar van bibliotheek." + +#: seahub/api2/endpoints/admin/shares.py:193 +#: seahub/api2/endpoints/invitations.py:51 +#: seahub/api2/endpoints/invitations.py:112 +#: seahub/api2/endpoints/repo_share_invitations.py:156 +#, python-format +msgid "Email %s invalid." +msgstr "E-mailadres %s is ongeldig" + +#: seahub/api2/endpoints/admin/shares.py:211 +#: seahub/api2/endpoints/admin/shares.py:268 +#: seahub/api2/endpoints/dir_shared_items.py:372 +#: seahub/api2/endpoints/dir_shared_items.py:485 +#: seahub/api2/endpoints/group_owned_libraries.py:966 +#: seahub/api2/endpoints/group_owned_libraries.py:1241 +#: seahub/api2/endpoints/repo_share_invitations.py:190 +#, python-format +msgid "This item has been shared to %s." +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/notifications/templates/notifications/file_updates_email.html:22 +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "Time" +msgstr "Tijd" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_file_access_log.py:58 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/notifications/templates/notifications/file_updates_email.html:19 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "User" +msgstr "Gebruiker" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "Web Download" +msgstr "Webdownload" + +#: seahub/api2/endpoints/admin/statistics.py:398 +#: seahub/base/management/commands/export_user_traffic_report.py:46 +#: seahub/organizations/api/admin/statistics.py:335 +msgid "Sync Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:398 +#: seahub/base/management/commands/export_user_traffic_report.py:46 +#: seahub/organizations/api/admin/statistics.py:335 +msgid "Link Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:399 +#: seahub/base/management/commands/export_user_traffic_report.py:47 +#: seahub/organizations/api/admin/statistics.py:336 +msgid "Web Upload" +msgstr "Webupload" + +#: seahub/api2/endpoints/admin/statistics.py:399 +#: seahub/base/management/commands/export_user_traffic_report.py:47 +#: seahub/organizations/api/admin/statistics.py:336 +msgid "Sync Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:400 +#: seahub/base/management/commands/export_user_traffic_report.py:48 +#: seahub/organizations/api/admin/statistics.py:337 +msgid "Link Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:445 +#: seahub/api2/endpoints/group_members.py:530 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +#: seahub/views/sysadmin.py:765 seahub/views/sysadmin.py:780 +msgid "Email" +msgstr "E-mail" + +#: seahub/api2/endpoints/admin/statistics.py:445 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/registration_form.html:20 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +#: seahub/views/sysadmin.py:643 seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:782 +msgid "Name" +msgstr "Naam" + +#: seahub/api2/endpoints/admin/statistics.py:445 seahub/auth/forms.py:298 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/password_set_form.html:17 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Contact Email" +msgstr "Contact e-mail" + +#: seahub/api2/endpoints/admin/statistics.py:446 +#: seahub/base/management/commands/export_user_storage_report.py:42 +#: seahub/base/management/commands/export_users.py:44 +#: seahub/base/management/commands/export_users.py:48 +#: seahub/organizations/api/admin/statistics.py:381 +#: seahub/views/sysadmin.py:173 seahub/views/sysadmin.py:177 +msgid "Space Usage" +msgstr "Ruimte Gebruikt" + +#: seahub/api2/endpoints/admin/statistics.py:446 +#: seahub/base/management/commands/export_user_storage_report.py:42 +#: seahub/base/management/commands/export_users.py:44 +#: seahub/base/management/commands/export_users.py:48 +#: seahub/organizations/api/admin/statistics.py:381 +#: seahub/views/sysadmin.py:173 seahub/views/sysadmin.py:177 +#: seahub/views/sysadmin.py:769 seahub/views/sysadmin.py:783 +msgid "Space Quota" +msgstr "Ruimte Quota" + +#: seahub/api2/endpoints/admin/users.py:671 +#: seahub/api2/endpoints/admin/users.py:708 +#: seahub/organizations/api/admin/users.py:155 +msgid "There are more than 500 users, and sort is not offered." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:808 +#: seahub/api2/endpoints/admin/users.py:1292 seahub/base/accounts.py:1263 +#: seahub/forms.py:30 seahub/institutions/api_views.py:202 +msgid "The number of users exceeds the limit." +msgstr "Maximum aantal gebruikers overschreden." + +#: seahub/api2/endpoints/admin/users.py:907 +#, python-format +msgid "Successfully added user %(user)s." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:911 +#: seahub/api2/endpoints/admin/users_batch.py:390 seahub/views/sysadmin.py:542 +#, python-format +msgid "You are invited to join %s" +msgstr "Je bent uitgenodigd voor deelname aan %s" + +#: seahub/api2/endpoints/admin/users.py:915 +#, python-format +msgid "Successfully added user %(user)s. An email notification has been sent." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:918 +#, python-format +msgid "" +"Successfully added user %(user)s. But email notification can not be sent, " +"because Email service is not properly configured." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1428 +msgid "Edit succeeded" +msgstr "Wijzigen gelukt" + +#: seahub/api2/endpoints/admin/users.py:1431 seahub/views/sysadmin.py:445 +#, python-format +msgid "Your account on %s is activated" +msgstr "Je account op %s is geactiveerd" + +#: seahub/api2/endpoints/admin/users.py:1436 +msgid "Edit succeeded, an email has been sent." +msgstr "Aanpassing gelukt, een email werd verstuurd." + +#: seahub/api2/endpoints/admin/users.py:1439 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "Aanpassing gelukt,maar mislukt om email te versturen, controleer je email configuratie." + +#: seahub/api2/endpoints/admin/users.py:1507 seahub/auth/views.py:371 +msgid "Unable to reset password." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1533 seahub/auth/forms.py:201 +#: seahub/organizations/api/admin/user_set_password.py:74 +#, python-format +msgid "Reset Password on %s" +msgstr "Verander wachtwoord van %s" + +#: seahub/api2/endpoints/admin/users.py:1537 +#: seahub/organizations/api/admin/user_set_password.py:78 +#, python-brace-format +msgid "A password reset link has been sent to {contact_email}." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1555 seahub/views/sysadmin.py:486 +#, python-format +msgid "Password has been reset on %s" +msgstr "Wachtwoord opnieuw ingesteld op %s" + +#: seahub/api2/endpoints/admin/users.py:1557 +#, python-format +msgid "Successfully reset password, an email has been sent to %(user)s." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1561 seahub/views/sysadmin.py:516 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, but failed to send email to " +"%(user)s, please check your email configuration." +msgstr "Wachtwoord succesvol gereset naar %(passwd)s, maar mislukt om email te versturen naar %(user)s, controleer je email configuratie." + +#: seahub/api2/endpoints/admin/users.py:1564 +#: seahub/organizations/api/admin/user_set_password.py:88 +#: seahub/views/sysadmin.py:520 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "Succesvolle reset wachtwoord naar %(passwd)s voor gebruiker %(user)s." + +#: seahub/api2/endpoints/admin/users.py:1567 seahub/views/sysadmin.py:523 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "Succesvolle reset wachtwoord naar %(passwd)s voor gebruiker %(user)s. Maar email notificatie kan niet verzonden worden, omdat Emaildienst niet correct geconfigureerd is." + +#: seahub/api2/endpoints/admin/users_batch.py:173 +msgid "must be an integer that is greater than or equal to 0." +msgstr "moet een getal groter of gelijk aan 0 zijn." + +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 +msgid "Virus file is not found." +msgstr "" + +#: seahub/api2/endpoints/admin/virus_scan_records.py:219 +#: seahub/api2/endpoints/admin/virus_scan_records.py:234 +#: seahub/api2/endpoints/admin/virus_scan_records.py:249 +#: seahub/api2/endpoints/file_participants.py:129 +#: seahub/api2/endpoints/file_tag.py:175 +#: seahub/api2/endpoints/invitations.py:80 +#: seahub/api2/endpoints/repo_set_password.py:72 +#: seahub/api2/endpoints/repo_share_invitations.py:201 +#: seahub/api2/endpoints/send_upload_link_email.py:102 +#: seahub/api2/endpoints/share_links.py:590 +#: seahub/api2/endpoints/subscription.py:52 +#: seahub/api2/endpoints/subscription.py:92 +#: seahub/api2/endpoints/subscription.py:129 +#: seahub/api2/endpoints/upload_links.py:329 +#: seahub/api2/endpoints/wiki2.py:457 seahub/api2/endpoints/wiki2.py:485 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:4009 +#: seahub/notifications/models.py:541 seahub/notifications/models.py:582 +#: seahub/notifications/models.py:624 seahub/notifications/models.py:675 +#: seahub/notifications/models.py:731 seahub/notifications/models.py:761 +#: seahub/notifications/models.py:783 seahub/notifications/models.py:809 +#: seahub/notifications/models.py:826 seahub/notifications/models.py:843 +#: seahub/notifications/models.py:872 seahub/seadoc/apis.py:2762 +#: seahub/search/views.py:200 seahub/share/views.py:230 +#: seahub/subscription/views.py:90 seahub/utils/__init__.py:192 +#: seahub/utils/__init__.py:1225 seahub/views/__init__.py:819 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:210 +#: seahub/wiki/views.py:217 seahub/wiki/views.py:226 +msgid "Internal Server Error" +msgstr "Interne Server Fout" + +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 +#: seahub/api2/endpoints/via_repo_token.py:1270 +msgid "Destination path is too long." +msgstr "Bestemmingspad is te lang." + +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 +#: seahub/api2/endpoints/via_repo_token.py:1266 +msgid "Invalid destination path" +msgstr "Ongeldig bestandspad bestemming" + +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1939 +#: seahub/api2/views.py:1979 seahub/api2/views.py:2041 +#: seahub/api2/views.py:2085 seahub/api2/views.py:2131 +#: seahub/api2/views.py:2180 seahub/api2/views.py:2593 +#: seahub/api2/views.py:2701 seahub/seadoc/apis.py:381 +#: seahub/seadoc/apis.py:499 seahub/seadoc/apis.py:591 +#: seahub/seadoc/apis.py:3102 +msgid "Out of quota." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:164 +#, python-format +msgid "Can not move folder %(src)s to its subfolder %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:316 seahub/api2/endpoints/file.py:393 +#: seahub/api2/endpoints/file.py:508 seahub/api2/endpoints/file.py:566 +#: seahub/api2/endpoints/file.py:717 seahub/api2/endpoints/file.py:830 +#: seahub/api2/endpoints/via_repo_token.py:1010 +#: seahub/api2/endpoints/via_repo_token.py:1150 +#: seahub/api2/endpoints/wiki2.py:796 +msgid "File is locked" +msgstr "Bestand is geblokkeerd" + +#: seahub/api2/endpoints/copy_move_task.py:247 +msgid "Cancel failed" +msgstr "Afbreken mislukt" + +#: seahub/api2/endpoints/dir_shared_items.py:356 +#: seahub/api2/endpoints/group_owned_libraries.py:950 +msgid "username invalid." +msgstr "Gebruikersnaam ongeldig" + +#: seahub/api2/endpoints/dir_shared_items.py:365 +#: seahub/api2/endpoints/group_owned_libraries.py:959 +#, python-format +msgid "User %s not found." +msgstr "" + +#: seahub/api2/endpoints/file.py:201 seahub/api2/endpoints/upload_links.py:530 +#: seahub/api2/endpoints/via_repo_token.py:850 +#: seahub/api2/endpoints/wiki2.py:594 seahub/api2/endpoints/wikis.py:135 +#: seahub/api2/views.py:1987 seahub/seadoc/apis.py:3109 +msgid "The number of files in library exceeds the limit" +msgstr "" + +#: seahub/api2/endpoints/file.py:304 +#: seahub/api2/endpoints/file_participants.py:113 +#: seahub/api2/endpoints/file_tag.py:203 seahub/api2/endpoints/file_tag.py:216 +#: seahub/api2/endpoints/share_links.py:570 +#: seahub/api2/endpoints/subscription.py:36 +#: seahub/api2/endpoints/subscription.py:72 +#: seahub/api2/endpoints/subscription.py:112 +#: seahub/api2/endpoints/upload_links.py:316 +#: seahub/api2/endpoints/wiki2.py:1393 seahub/api2/endpoints/wikis.py:115 +#: seahub/api2/endpoints/wikis.py:210 seahub/profile/forms.py:24 +#: seahub/profile/views.py:272 seahub/seadoc/apis.py:2746 +#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85 +#: seahub/seadoc/views.py:168 seahub/search/views.py:174 +#: seahub/subscription/views.py:27 seahub/subscription/views.py:43 +#: seahub/thumbnail/views.py:54 seahub/thumbnail/views.py:172 +#: seahub/views/__init__.py:626 seahub/views/ajax.py:83 +#: seahub/views/ajax.py:113 seahub/views/ajax.py:119 seahub/views/sso.py:238 +msgid "Permission denied." +msgstr "Toegang geweigerd." + +#: seahub/api2/endpoints/file.py:735 seahub/api2/endpoints/file.py:755 +#: seahub/api2/endpoints/via_repo_token.py:1167 +msgid "File is not locked." +msgstr "" + +#: seahub/api2/endpoints/file.py:782 seahub/api2/endpoints/share_links.py:881 +msgid "You can not refresh this file's lock." +msgstr "" + +#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753 +msgid "The participant already exists." +msgstr "De deelnemer bestaat al." + +#: seahub/api2/endpoints/file_tag.py:256 seahub/api2/endpoints/file_tag.py:280 +#: seahub/api2/endpoints/file_tag.py:300 +#: seahub/api2/endpoints/revision_tag.py:55 +#: seahub/api2/endpoints/revision_tag.py:109 +msgid "Tag can only contain letters, numbers, dot, hyphen or underscore." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:104 +#: seahub/api2/endpoints/group_members.py:332 +#: seahub/api2/endpoints/group_members.py:480 +#, python-format +msgid "User %s is already a group member." +msgstr "Gebruiker %s is al een groepslid." + +#: seahub/api2/endpoints/group_members.py:110 +#: seahub/api2/endpoints/group_members.py:341 +#: seahub/api2/endpoints/group_members.py:489 seahub/api2/views.py:1847 +#: seahub/organizations/api/admin/user_repos.py:50 +#: seahub/organizations/api/admin/user_repos.py:103 +#: seahub/organizations/api/admin/users.py:339 +#, python-format +msgid "User %s not found in organization." +msgstr "Gebruiker %s niet gevonden in organisatie." + +#: seahub/api2/endpoints/group_members.py:113 +#: seahub/api2/endpoints/group_members.py:349 +#: seahub/api2/endpoints/group_members.py:497 +#, python-format +msgid "User %s is an organization user." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:403 seahub/group/error_msg.py:17 +#: seahub/group/error_msg.py:23 seahub/views/file.py:518 +msgid "Group does not exist" +msgstr "Groep bestaat niet" + +#: seahub/api2/endpoints/group_members.py:537 seahub/views/sysadmin.py:163 +#: seahub/views/sysadmin.py:271 seahub/views/sysadmin.py:640 +#: seahub/views/sysadmin.py:652 seahub/views/sysadmin.py:793 +msgid "Failed to export Excel" +msgstr "Kan niet exporteren naar Excel" + +#: seahub/api2/endpoints/group_owned_libraries.py:396 +#: seahub/api2/endpoints/group_owned_libraries.py:672 +msgid "Permission already exists." +msgstr "" + +#: seahub/api2/endpoints/invitation.py:110 +#, python-format +msgid "%(user)s revoked your access to %(site_name)s." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:55 +#: seahub/api2/endpoints/invitations.py:119 +#: seahub/api2/endpoints/repo_share_invitations.py:163 +msgid "The email address is not allowed to be invited as a guest." +msgstr "Het e-mailadres is niet toegestaan om als gast uitgenodigd te worden." + +#: seahub/api2/endpoints/invitations.py:60 +#: seahub/api2/endpoints/invitations.py:128 +#, python-format +msgid "%s is already invited." +msgstr "%s is reeds uitgenodigd." + +#: seahub/api2/endpoints/invitations.py:68 +#: seahub/api2/endpoints/invitations.py:140 +#: seahub/api2/endpoints/repo_share_invitations.py:173 +#: seahub/api2/endpoints/share_link_auth.py:138 seahub/base/accounts.py:1274 +#: seahub/organizations/api/admin/users.py:270 +#, python-format +msgid "User %s already exists." +msgstr "Gebruiker %s bestaat al" + +#: seahub/api2/endpoints/invitations.py:154 +#: seahub/api2/endpoints/repo_share_invitations.py:215 +#: seahub/api2/endpoints/send_share_link_email.py:34 +#: seahub/api2/endpoints/send_upload_link_email.py:33 seahub/auth/forms.py:165 +#: seahub/organizations/api/admin/users.py:787 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "E-mail verzenden mislukt. De e-maildienst is niet goed geconfigureerd. Neem contact op met de beheerder." + +#: seahub/api2/endpoints/multi_share_links.py:105 +#: seahub/api2/endpoints/multi_share_links.py:353 +#: seahub/api2/endpoints/share_links.py:339 +#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4162 +#: seahub/api2/views.py:4282 +msgid "Password is required." +msgstr "Wachtwoord is verplicht." + +#: seahub/api2/endpoints/multi_share_links.py:110 +#: seahub/api2/endpoints/share_links.py:345 +#: seahub/api2/endpoints/upload_links.py:176 +#: seahub/api2/endpoints/webdav_secret.py:60 +msgid "Password is too short." +msgstr "Wachtwoord is te kort." + +#: seahub/api2/endpoints/multi_share_links.py:114 +#: seahub/api2/endpoints/share_links.py:349 +#: seahub/api2/endpoints/upload_links.py:180 +#: seahub/api2/endpoints/webdav_secret.py:64 +msgid "Password is too weak." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:118 +#: seahub/api2/endpoints/share_links.py:353 +#: seahub/api2/endpoints/upload_links.py:184 +#: seahub/api2/endpoints/webdav_secret.py:52 +msgid "" +"Password can only contain number, upper letter, lower letter and other " +"symbols." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:141 +#: seahub/api2/endpoints/multi_share_links.py:376 +#: seahub/api2/endpoints/share_links.py:376 +#: seahub/api2/endpoints/share_links.py:717 +#: seahub/api2/endpoints/upload_links.py:207 +#: seahub/api2/endpoints/upload_links.py:391 seahub/api2/views.py:3572 +#, python-format +msgid "Expire days should be greater or equal to %s" +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:146 +#: seahub/api2/endpoints/multi_share_links.py:382 +#: seahub/api2/endpoints/share_links.py:382 +#: seahub/api2/endpoints/share_links.py:723 +#: seahub/api2/endpoints/upload_links.py:213 +#: seahub/api2/endpoints/upload_links.py:397 seahub/api2/views.py:3578 +#, python-format +msgid "Expire days should be less than or equal to %s" +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:166 +#: seahub/api2/endpoints/multi_share_links.py:404 +#: seahub/api2/endpoints/share_links.py:404 +#: seahub/api2/endpoints/share_links.py:747 +#: seahub/api2/endpoints/upload_links.py:235 +#: seahub/api2/endpoints/upload_links.py:421 +#, python-format +msgid "Expiration time should be later than %s." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:175 +#: seahub/api2/endpoints/multi_share_links.py:413 +#: seahub/api2/endpoints/share_links.py:413 +#: seahub/api2/endpoints/share_links.py:756 +#: seahub/api2/endpoints/upload_links.py:244 +#: seahub/api2/endpoints/upload_links.py:430 +#, python-format +msgid "Expiration time should be earlier than %s." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/seadoc/apis.py:644 +#: seahub/templates/remote_user/create_unknown_user_false.html:4 +#: seahub/templates/remote_user/error.html:4 +msgid "Error" +msgstr "Fout" + +#: seahub/api2/endpoints/repo_commit_revert.py:66 +msgid "This library has not been decrypted." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:45 +#: seahub/api2/endpoints/user.py:89 seahub/api2/endpoints/user.py:96 +#: seahub/api2/endpoints/user.py:112 +#: seahub/organizations/api/admin/users.py:783 +msgid "Feature disabled." +msgstr "Functie uitgeschakeld." + +#: seahub/api2/endpoints/repo_send_new_password.py:75 +#: seahub/api2/endpoints/repo_set_password.py:171 +msgid "Can not reset this library's password." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:82 +#, python-format +msgid "New password of library %s" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4006 +msgid "Wrong password" +msgstr "Verkeerd wachtwoord" + +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4012 +msgid "Decrypt library error" +msgstr "Decoderen van bibliotheek fout" + +#: seahub/api2/endpoints/repo_set_password.py:138 +msgid "Wrong old password" +msgstr "Onjuist oud wachtwoord" + +#: seahub/api2/endpoints/repos_batch.py:1298 +#: seahub/api2/endpoints/repos_batch.py:1557 +#: seahub/api2/endpoints/repos_batch.py:1649 +#: seahub/api2/endpoints/repos_batch.py:1730 +#, python-format +msgid "File %s is locked." +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1308 +#: seahub/api2/endpoints/repos_batch.py:1567 +#, python-format +msgid "Can't move folder %s, please check its permission." +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1657 +#, python-format +msgid "Can't delete folder %s, please check its permission." +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:97 +#: seahub/notifications/models.py:912 +msgid "file" +msgstr "bestand" + +#: seahub/api2/endpoints/send_share_link_email.py:98 +#, python-format +msgid "A file is shared to you on %s" +msgstr "Er is een bestand met jou gedeeld op %s" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/notifications/models.py:912 +msgid "folder" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:101 +#, python-format +msgid "A folder is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:74 +msgid "email invalid." +msgstr "ongeldig e-mailadres." + +#: seahub/api2/endpoints/send_upload_link_email.py:92 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "Er is een upload link met je gedeeld op %s" + +#: seahub/api2/endpoints/share_link_auth.py:147 +#, python-format +msgid "User %s does not exist." +msgstr "" + +#: seahub/api2/endpoints/share_link_auth.py:310 +#, python-format +msgid "Email %s already exists." +msgstr "" + +#: seahub/api2/endpoints/share_link_auth.py:316 +#, python-format +msgid "Email %s is invalid." +msgstr "" + +#: seahub/api2/endpoints/share_links.py:482 +#: seahub/api2/endpoints/share_links.py:491 +#, python-format +msgid "Share link %s already exists." +msgstr "" + +#: seahub/api2/endpoints/subscription.py:32 +#: seahub/api2/endpoints/subscription.py:68 +#: seahub/api2/endpoints/subscription.py:108 +#: seahub/organizations/api/admin/info.py:145 +#: seahub/organizations/api/admin/logo.py:33 +#: seahub/organizations/api/admin/logo.py:42 seahub/subscription/views.py:24 +#: seahub/subscription/views.py:40 seahub/weixin/views.py:40 +#: seahub/weixin/views.py:62 seahub/weixin/views.py:164 +#: seahub/weixin/views.py:187 seahub/weixin/views.py:230 +#: seahub/work_weixin/views.py:38 seahub/work_weixin/views.py:63 +#: seahub/work_weixin/views.py:152 seahub/work_weixin/views.py:172 +#: seahub/work_weixin/views.py:233 +msgid "Feature is not enabled." +msgstr "" + +#: seahub/api2/endpoints/user.py:118 +#, python-format +msgid "Contact email %s already exists." +msgstr "" + +#: seahub/api2/endpoints/user.py:132 +msgid "telephone is too long (maximum is 100 characters)." +msgstr "" + +#: seahub/api2/endpoints/user_avatar.py:41 +#: seahub/organizations/api/admin/logo.py:56 seahub/utils/error_msg.py:8 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "%(ext)s is een ongeldige extensie. Toegestane extensies zijn: %(valid_exts_list)s " + +#: seahub/api2/endpoints/user_avatar.py:45 +#: seahub/organizations/api/admin/logo.py:64 seahub/utils/error_msg.py:13 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "Uw bestand is te groot (%(size)s). De maximaal toegestane grootte is %(max_valid_size)s" + +#: seahub/api2/endpoints/user_avatar.py:51 seahub/avatar/forms.py:43 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "U heeft al %(nb_avatars)d avatars, en het maximum aantal is %(nb_max_avatars)d" + +#: seahub/api2/endpoints/webdav_secret.py:56 +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 +#: seahub/api2/endpoints/wikis.py:219 +msgid "Name can only contain letters, numbers, blank, hyphen or underscore." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1256 +msgid "URL is invalid" +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1260 +msgid "The custom part of URL should have 5-30 characters." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1282 +msgid "This custom domain is already in use and cannot be used for your wiki" +msgstr "" + +#: seahub/api2/endpoints/wikis.py:122 seahub/api2/endpoints/wikis.py:226 +#, python-format +msgid "%s is taken by others, please try another name." +msgstr "" + +#: seahub/api2/endpoints/wikis.py:206 +msgid "Wiki not found." +msgstr "Wiki niet gevonden." + +#: seahub/api2/endpoints/wikis.py:215 +msgid "Name is required." +msgstr "Naam is verplicht" + +#: seahub/api2/utils.py:317 +msgid "A share link for you" +msgstr "" + +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Inloggen alstublieft." + +#: seahub/auth/forms.py:32 seahub/templates/registration/login.html:35 +#: seahub/templates/registration/multi_adfs_sso.html:37 +msgid "Email or Username" +msgstr "E-mail of gebruikersnaam" + +#: seahub/auth/forms.py:33 seahub/auth/forms.py:272 +#: seahub/base/accounts.py:1251 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/organizations/templates/organizations/org_register.html:41 +#: seahub/share/views.py:224 seahub/templates/decrypt_repo_form.html:10 +#: seahub/templates/registration/login.html:37 +#: seahub/templates/registration/password_set_form.html:22 +#: seahub/templates/registration/registration_form.html:26 +#: seahub/templates/share_access_validation.html:23 +#: seahub/templates/sysadmin/sudo_mode.html:28 seahub/views/sysadmin.py:766 +#: seahub/views/sysadmin.py:781 +msgid "Password" +msgstr "Wachtwoord" + +#: seahub/auth/forms.py:66 seahub/auth/forms.py:67 seahub/auth/forms.py:104 +#: seahub/auth/forms.py:105 +msgid "This account is inactive." +msgstr "Dit account is inactief." + +#: seahub/auth/forms.py:83 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "Voer een geldige e-mailadres/gebruikersnaam en wachtwoord in. Beide velden zijn hoofdlettergevoelig." + +#: seahub/auth/forms.py:89 seahub/auth/forms.py:174 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "Dat e-mail adress is niet gekoppeld aan een gebruikersaccount. Weet u zeker dat u bent ingeschreven?" + +#: seahub/auth/forms.py:136 seahub/auth/forms.py:137 +#: seahub/templates/registration/login.html:61 +msgid "Please use Single Sign-On to login." +msgstr "" + +#: seahub/auth/forms.py:142 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "Uw webbrowser accepteert geen cookies. Cookies zijn noodzakelijk om in te loggen." + +#: seahub/auth/forms.py:158 +msgid "E-mail" +msgstr "E-mail" + +#: seahub/auth/forms.py:177 +msgid "Can not reset password, please contact LDAP admin." +msgstr "Kan het wachtwoord niet veranderen. Neem alstublieft contact op met de LDAP beheerder." + +#: seahub/auth/forms.py:210 +msgid "New password" +msgstr "Nieuw wachtwoord" + +#: seahub/auth/forms.py:211 +msgid "New password confirmation" +msgstr "Nieuw wachtwoord bevestigen" + +#: seahub/auth/forms.py:238 seahub/auth/forms.py:284 +#: seahub/base/accounts.py:1306 seahub/organizations/forms.py:71 +msgid "The two password fields didn't match." +msgstr "De twee wachtwoordvelden komen niet overeen." + +#: seahub/auth/forms.py:252 +msgid "Old password" +msgstr "Oud wachtwoord" + +#: seahub/auth/forms.py:260 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Uw oude wachtwoord is niet correct ingevoerd. Probeer het alstublieft opnieuw." + +#: seahub/auth/forms.py:273 seahub/base/accounts.py:1253 +msgid "Password (again)" +msgstr "Wachtwoord (nogmaals)" + +#: seahub/auth/forms.py:304 seahub/forms.py:35 seahub/invitations/views.py:39 +#: seahub/invitations/views.py:54 seahub/organizations/forms.py:49 +#: seahub/profile/forms.py:46 +msgid "A user with this email already exists." +msgstr "Een gebruiker met dit e-mailadres bestaat al." + +#: seahub/auth/views.py:158 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "Dit account is als gevolg van te veel mislukte inlogpogingen geblokkeerd " + +#: seahub/auth/views.py:323 +msgid "Logged out" +msgstr "Uitgelogd" + +#: seahub/auth/views.py:392 +msgid "Failed to send email, please contact administrator." +msgstr "E-mail verzenden mislukt. Neem alstublieft contact op met de beheerder." + +#: seahub/auth/views.py:466 +msgid "Unable to change password." +msgstr "" + +#: seahub/avatar/models.py:144 seahub/avatar/models.py:172 +#, python-format +msgid "Avatar for %s" +msgstr "Avatar voor %s" + +#: seahub/avatar/views.py:77 +msgid "Successfully uploaded a new avatar." +msgstr "Nieuwe avatar succesvol geüpload." + +#: seahub/avatar/views.py:111 +msgid "Successfully updated your avatar." +msgstr "Uw avatar is succesvol bijgewerkt." + +#: seahub/avatar/views.py:151 +msgid "Successfully deleted the requested avatars." +msgstr "De geselecteerde avatars zijn succesvol verwijderd." + +#: seahub/base/accounts.py:730 seahub/base/accounts.py:761 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:1241 +msgid "Email address" +msgstr "E-mailadres" + +#: seahub/base/accounts.py:1247 +msgid "Username" +msgstr "Gebruikersnaam" + +#: seahub/base/accounts.py:1248 +msgid "This value must be of length 40" +msgstr "Deze waarde moet 40 lang zijn" + +#: seahub/base/accounts.py:1267 +msgid "Enter a valid email address." +msgstr "Voer een geldig e-mailadres in." + +#: seahub/base/accounts.py:1278 +msgid "Invalid user id." +msgstr "Ongeldig gebruiker id" + +#: seahub/base/accounts.py:1328 +msgid "name" +msgstr "naam" + +#: seahub/base/accounts.py:1331 +msgid "department" +msgstr "afdeling" + +#: seahub/base/accounts.py:1334 +msgid "telephone" +msgstr "telefoon" + +#: seahub/base/accounts.py:1337 +msgid "note" +msgstr "aantekening" + +#: seahub/base/decorators.py:57 +msgid "Files in this library can not be viewed online." +msgstr "Bestanden in deze bibliotheek kunnen niet online worden bekeken." + +#: seahub/base/management/commands/check_user_quota.py:58 +#, python-format +msgid "Your quota is almost full on %s" +msgstr "" + +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "Voer een geldig e-mailadres in." + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Type" +msgstr "Type" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "IP" +msgstr "IP" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Device" +msgstr "Apparaat" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Date" +msgstr "Datum" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library Name" +msgstr "Naam bibliotheek" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library ID" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library Owner" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "File Path" +msgstr "Bestandslocatie" + +#: seahub/base/management/commands/export_file_access_log.py:85 +#: seahub/base/templatetags/seahub_tags.py:140 +msgid "Deleted" +msgstr "Verwijderd" + +#: seahub/base/management/commands/export_file_access_log.py:88 +#: seahub/templates/snippets/add_watermark.html:10 +msgid "Anonymous User" +msgstr "Anonieme gebruiker" + +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Status" +msgstr "Status" + +#: seahub/base/management/commands/export_users.py:43 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:768 +msgid "Role" +msgstr "Rol" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +#: seahub/views/sysadmin.py:643 +msgid "Create At" +msgstr "Gemaakt op" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +msgid "Last Login" +msgstr "Laatste inlog" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/institutions/views.py:186 seahub/views/sysadmin.py:174 +#: seahub/views/sysadmin.py:178 +msgid "Admin" +msgstr "Admin" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +msgid "LDAP(imported)" +msgstr "LDAP (geimporteerd)" + +#: seahub/base/management/commands/export_users.py:118 +#: seahub/views/sysadmin.py:234 +msgid "Active" +msgstr "Actief" + +#: seahub/base/management/commands/export_users.py:120 +#: seahub/views/sysadmin.py:236 +msgid "Inactive" +msgstr "Inactief" + +#: seahub/base/management/commands/export_users.py:126 +#: seahub/base/management/commands/export_users.py:127 +#: seahub/templates/client_login_confirm.html:9 seahub/views/sysadmin.py:242 +#: seahub/views/sysadmin.py:243 +msgid "Yes" +msgstr "Ja" + +#: seahub/base/management/commands/export_users.py:132 +#: seahub/views/sysadmin.py:248 +msgid "Guest" +msgstr "Gast" + +#: seahub/base/management/commands/export_users.py:134 +#: seahub/base/management/commands/export_users.py:138 +#: seahub/views/sysadmin.py:250 seahub/views/sysadmin.py:254 +msgid "Default" +msgstr "Standaard" + +#: seahub/base/templatetags/seahub_tags.py:139 +msgid "Added" +msgstr "Toegevoegd" + +#: seahub/base/templatetags/seahub_tags.py:141 +msgid "Removed" +msgstr "Verwijderd" + +#: seahub/base/templatetags/seahub_tags.py:142 +msgid "Modified" +msgstr "Gewijzigd" + +#: seahub/base/templatetags/seahub_tags.py:143 +msgid "Renamed" +msgstr "Hernoemd" + +#: seahub/base/templatetags/seahub_tags.py:144 +msgid "Moved" +msgstr "Verplaatst" + +#: seahub/base/templatetags/seahub_tags.py:145 +msgid "Added folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:146 +msgid "Removed folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:147 +#: seahub/notifications/management/commands/send_file_updates.py:172 +msgid "Renamed folder" +msgstr "Map hernoemd" + +#: seahub/base/templatetags/seahub_tags.py:148 +#: seahub/notifications/management/commands/send_file_updates.py:177 +msgid "Moved folder" +msgstr "Map verplaatst" + +#: seahub/base/templatetags/seahub_tags.py:149 +msgid "Added or modified" +msgstr "Toegevoegd of gewijzigd" + +#: seahub/base/templatetags/seahub_tags.py:164 +#: seahub/base/templatetags/seahub_tags.py:235 +msgid "Reverted library to status at" +msgstr "Status van de bibliotheek teruggezet naar" + +#: seahub/base/templatetags/seahub_tags.py:167 +#: seahub/base/templatetags/seahub_tags.py:238 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "Status bestand \"%(file)s\" teruggezet naar status op %(time)s." + +#: seahub/base/templatetags/seahub_tags.py:171 +#: seahub/base/templatetags/seahub_tags.py:242 +msgid "Recovered deleted folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:173 +#: seahub/base/templatetags/seahub_tags.py:244 seahub/views/ajax.py:460 +msgid "Changed library name or description" +msgstr "Bibliotheek naam of omschrijving veranderd" + +#: seahub/base/templatetags/seahub_tags.py:175 +#: seahub/base/templatetags/seahub_tags.py:246 +msgid "Auto merge by seafile system" +msgstr "Automatisch samenvoegen door Seafile systeem" + +#: seahub/base/templatetags/seahub_tags.py:177 +#: seahub/base/templatetags/seahub_tags.py:248 +#: seahub/notifications/management/commands/send_file_updates.py:112 +msgid "Created library" +msgstr "Bibliotheek aangemaakt" + +#: seahub/base/templatetags/seahub_tags.py:328 +#: seahub/base/templatetags/seahub_tags.py:364 +msgid "Just now" +msgstr "Zojuist" + +#: seahub/base/templatetags/seahub_tags.py:339 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "%(days)d dag geleden" +msgstr[1] "%(days)d dagen geleden" + +#: seahub/base/templatetags/seahub_tags.py:346 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "%(hours)d uur geleden" +msgstr[1] "%(hours)d uren geleden" + +#: seahub/base/templatetags/seahub_tags.py:353 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "%(minutes)d minuut geleden" +msgstr[1] "%(minutes)d minuten geleden" + +#: seahub/base/templatetags/seahub_tags.py:359 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "%(seconds)d seconde geleden" +msgstr[1] "%(seconds)d seconden geleden" + +#: seahub/base/templatetags/seahub_tags.py:484 +msgid "Read-Write" +msgstr "Lees-Schrijf" + +#: seahub/base/templatetags/seahub_tags.py:486 +msgid "Read-Only" +msgstr "Alleen-Lezen" + +#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:522 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "%(size)d byte" +msgstr[1] "%(size)d bytes" + +#: seahub/base/templatetags/seahub_tags.py:524 +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#: seahub/base/templatetags/seahub_tags.py:526 +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#: seahub/base/templatetags/seahub_tags.py:528 +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#: seahub/base/templatetags/seahub_tags.py:530 +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#: seahub/base/templatetags/seahub_tags.py:532 +#, python-format +msgid "%s PB" +msgstr "%s PB" + +#: seahub/contacts/models.py:78 +msgid "Email is required." +msgstr "E-mailadres is verplicht." + +#: seahub/dingtalk/views.py:51 seahub/dingtalk/views.py:75 +#: seahub/dingtalk/views.py:84 seahub/dingtalk/views.py:106 +#: seahub/dingtalk/views.py:123 seahub/dingtalk/views.py:167 +#: seahub/dingtalk/views.py:192 seahub/dingtalk/views.py:201 +#: seahub/dingtalk/views.py:223 seahub/dingtalk/views.py:260 +#: seahub/dingtalk/views.py:300 seahub/dingtalk/views.py:347 +#: seahub/dingtalk/views.py:367 seahub/dingtalk/views.py:436 +#: seahub/dingtalk/views.py:483 seahub/oauth/views.py:89 +#: seahub/oauth/views.py:112 seahub/oauth/views.py:158 +#: seahub/oauth/views.py:170 seahub/oauth/views.py:176 +#: seahub/oauth/views.py:209 seahub/templates/remote_user/error.html:8 +#: seahub/weixin/views.py:67 seahub/weixin/views.py:86 +#: seahub/weixin/views.py:107 seahub/weixin/views.py:192 +#: seahub/weixin/views.py:211 seahub/work_weixin/views.py:69 +#: seahub/work_weixin/views.py:74 seahub/work_weixin/views.py:84 +#: seahub/work_weixin/views.py:88 seahub/work_weixin/views.py:107 +#: seahub/work_weixin/views.py:178 seahub/work_weixin/views.py:183 +#: seahub/work_weixin/views.py:193 seahub/work_weixin/views.py:197 +msgid "Error, please contact administrator." +msgstr "" + +#: seahub/dingtalk/views.py:126 seahub/dingtalk/views.py:370 +#: seahub/weixin/views.py:110 +#, python-format +msgid "User %s not found or inactive." +msgstr "" + +#: seahub/forms.py:59 +msgid "The two passwords didn't match." +msgstr "De twee wachtwoorden komen niet overeen." + +#: seahub/forms.py:68 +msgid "Name can't be empty" +msgstr "Naam mag niet leeg zijn" + +#: seahub/forms.py:69 +msgid "Name is too long (maximum is 255 characters)" +msgstr "Naam is te lang (maximaal 255 karakters)" + +#: seahub/forms.py:72 +msgid "Description can't be empty" +msgstr "Beschrijving mag niet leeg zijn" + +#: seahub/forms.py:73 +msgid "Description is too long (maximum is 100 characters)" +msgstr "Beschrijving is te lang (maximaal 100 karakters)" + +#: seahub/forms.py:83 seahub/forms.py:169 +#, python-format +msgid "Name %s is not valid" +msgstr "%s is geen geldige naam" + +#: seahub/forms.py:97 seahub/share/views.py:200 seahub/views/ajax.py:308 +#: seahub/views/ajax.py:312 seahub/views/ajax.py:316 seahub/views/ajax.py:327 +#: seahub/views/ajax.py:447 +msgid "Argument missing" +msgstr "Er ontbreekt een argument" + +#: seahub/forms.py:111 +msgid "Oldname is required" +msgstr "Oude naam is verplicht" + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's too long." +msgstr "Het is te lang." + +#: seahub/forms.py:115 seahub/forms.py:136 +msgid "It's required." +msgstr "Het is verplicht." + +#: seahub/forms.py:122 seahub/forms.py:143 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "De naam \"%s\" is niet geldig" + +#: seahub/forms.py:162 +msgid "Library name is required" +msgstr "Bibliotheek naam is verplicht" + +#: seahub/forms.py:164 +msgid "Please enter a number" +msgstr "Voer een nummer in" + +#: seahub/forms.py:184 +msgid "Name is required" +msgstr "Naam is verplicht" + +#: seahub/forms.py:185 +msgid "Please enter a valid number" +msgstr "Geef een geldig nummer op" + +#: seahub/forms.py:186 +msgid "Text is required" +msgstr "Tekst is verplicht" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "De groep is reeds aangemaakt" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "Aanmaken groep mislukt" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "De groep heeft in deze org. al" + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "Mislukt om org groep aan te maken." + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "Permissie fout: alleen groep-beheerders kunnen leden toevoegen" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "Groep is vol" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "Kon lid niet aan groep toevoegen" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "Alleen groep-beheerders kunnen een lid verwijderen" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "Kan mezelf niet verwijderen" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "Groep naam mag niet leeg zijn" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "Groep naam is te lang (maximaal 255 karakters)" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "Controle bericht mag niet leeg zijn" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "Controle bericht is te lang (maximaal 255 karakters)" + +#: seahub/group/templates/group/add_member_email.html:8 +msgid "Hi, " +msgstr "Hallo, " + +#: seahub/group/templates/group/add_member_email.html:11 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "%(user)s wil lid worden van groep \"%(group_name)s\", het controle bericht is:" + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:10 +msgid "Thanks for using our site!" +msgstr "Bedankt voor het gebruiken van deze site!" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:15 +#, python-format +msgid "The %(site_name)s team" +msgstr "Het %(site_name)s team" + +#: seahub/group/views.py:105 seahub/share/views.py:137 +#: seahub/views/__init__.py:451 seahub/views/ajax.py:381 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 +msgid "Permission denied" +msgstr "Permissie geweigerd" + +#: seahub/group/views.py:171 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "Je bent uitgenodigd voor deelname aan groep %s" + +#: seahub/institutions/views.py:184 +msgid "Owner" +msgstr "Eigenaar" + +#: seahub/institutions/views.py:188 +msgid "Member" +msgstr "Lid" + +#: seahub/institutions/views.py:219 seahub/views/sysadmin.py:365 +msgid "Failed to delete: the user does not exist" +msgstr "Verwijderen mislukt: de gebruiker bestaat niet" + +#: seahub/institutions/views.py:223 +msgid "Failed to delete: the user is system administrator" +msgstr "" + +#: seahub/institutions/views.py:227 seahub/views/sysadmin.py:355 +#, python-format +msgid "Successfully deleted %s" +msgstr "%s verwijderd." + +#: seahub/invitations/models.py:95 +#, python-format +msgid "You are invited to join %(site_name)s." +msgstr "" + +#: seahub/invitations/models.py:98 +#, python-brace-format +msgid "You are invited to join team {org_name}." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/invitations/templates/invitations/invitation_revoke_email.html:9 +#: seahub/notifications/templates/notifications/file_updates_email.html:7 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:7 +#: seahub/share/templates/share/share_link_email.html:6 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/snippets/reset_repo_password.html:7 +#: seahub/templates/sysadmin/short_time_linving_password_reset_link.html:10 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:7 +#: seahub/templates/sysadmin/user_batch_add_email.html:7 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +#: seahub/templates/user_quota_full.html:9 +msgid "Hi," +msgstr "Goedendag," + +#: seahub/invitations/templates/invitations/invitation_email.html:13 +#, python-format +msgid "" +"You are invited to join team %(org_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:15 +#, python-format +msgid "" +"%(inviter_name)s invited you to join %(site_name)s. Please click the link " +"below:" +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_revoke_email.html:12 +#, python-format +msgid "%(inviter)s revoked your access to %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "Account aanmaken" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "Accountwachtwoord instellen" + +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/organizations/templates/organizations/org_register.html:52 +#: seahub/search/templates/search_results.html:26 +#: seahub/search/templates/search_results.html:47 +#: seahub/share/templates/share/share_link_email_audit.html:39 +#: seahub/templates/decrypt_repo_form.html:13 +#: seahub/templates/registration/password_change_form.html:25 +#: seahub/templates/registration/password_reset_confirm.html:28 +#: seahub/templates/registration/password_reset_form.html:40 +#: seahub/templates/registration/password_set_form.html:28 +#: seahub/templates/share_access_validation.html:29 +msgid "Submit" +msgstr "Verzenden" + +#: seahub/invitations/templates/invitations/token_view.html:26 +msgid "It is required." +msgstr "Het is verplicht." + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:67 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:82 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:103 +#, python-format +msgid "Virus detected on %s" +msgstr "Virus gedetecteerd op %s" + +#: seahub/notifications/management/commands/send_dingtalk_notifications.py:185 +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "\nJe hebt 1 nieuwe melding op %(site_name)s:\n" +msgstr[1] "\nJe hebt %(num)s nieuwe meldingen op %(site_name)s:\n" + +#: seahub/notifications/management/commands/send_file_updates.py:115 +msgid "Renamed library" +msgstr "Bibliotheek hernoemd" + +#: seahub/notifications/management/commands/send_file_updates.py:118 +msgid "Deleted library" +msgstr "Verwijderde bibliotheek" + +#: seahub/notifications/management/commands/send_file_updates.py:121 +msgid "Restored library" +msgstr "Bibliotheek hersteld" + +#: seahub/notifications/management/commands/send_file_updates.py:125 +msgid "Removed all items from trash." +msgstr "Alle items uit de prullenbak verwijderd." + +#: seahub/notifications/management/commands/send_file_updates.py:127 +#, python-format +msgid "Removed items older than %s days from trash." +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:135 +msgid "Created file" +msgstr "Bestand aangemaakt" + +#: seahub/notifications/management/commands/send_file_updates.py:138 +msgid "Deleted file" +msgstr "Bestand verwijderd" + +#: seahub/notifications/management/commands/send_file_updates.py:141 +msgid "Restored file" +msgstr "Bestand hersteld" + +#: seahub/notifications/management/commands/send_file_updates.py:144 +msgid "Renamed file" +msgstr "Bestand hernoemd" + +#: seahub/notifications/management/commands/send_file_updates.py:150 +msgid "Moved file" +msgstr "Bestand verplaatst" + +#: seahub/notifications/management/commands/send_file_updates.py:156 +msgid "Updated file" +msgstr "Bestand bijgewerkt" + +#: seahub/notifications/management/commands/send_file_updates.py:163 +msgid "Created folder" +msgstr "Map aangemaakt" + +#: seahub/notifications/management/commands/send_file_updates.py:166 +msgid "Deleted folder" +msgstr "Map verwijderd" + +#: seahub/notifications/management/commands/send_file_updates.py:169 +msgid "Restored folder" +msgstr "Map hersteld" + +#: seahub/notifications/management/commands/send_file_updates.py:277 +#, python-format +msgid "New file updates on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:462 +#, python-format +msgid "New notice on %s" +msgstr "Nieuwe aankondiging op %s" + +#: seahub/notifications/management/commands/send_notices_to_social_account.py:252 +#, python-format +msgid "You've got %(num)s new notices on %(site_name)s:\n" +msgstr "" + +#: seahub/notifications/models.py:559 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "Bestand getiteld %(file_name)s is geüpload naar %(name)s" + +#: seahub/notifications/models.py:566 +#, python-format +msgid "A file named %(file_name)s is uploaded" +msgstr "" + +#: seahub/notifications/models.py:601 +#, python-format +msgid "" +"A folder named %(folder_name)s is uploaded to " +"%(name)s" +msgstr "" + +#: seahub/notifications/models.py:608 +#, python-format +msgid "A folder named %(folder_name)s is uploaded" +msgstr "" + +#: seahub/notifications/models.py:742 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "Gebruiker %(username)s heeft gevraagd om deel uite te maken van groep %(group_name)s, verificatie bericht: %(join_request_msg)s" + +#: seahub/notifications/models.py:771 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "Gebruiker %(group_staff)s heeft je toegevoegd aan de groep %(group_name)s" + +#: seahub/notifications/models.py:797 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "Het bestand %(file_name)s heeft een nieuwe opmerking van gebruiker %(author)s" + +#: seahub/notifications/models.py:814 +#, python-format +msgid "" +"Draft #%(draft_id)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/models.py:831 +#, python-format +msgid "" +"%(from_user)s has sent you a request for draft " +"#%(draft_id)s" +msgstr "" + +#: seahub/notifications/models.py:854 +#: seahub/notifications/templates/notifications/notice_email.html:66 +#, python-format +msgid "" +"Guest %(user)s accepted your invitation at %(time)s." +msgstr "" + +#: seahub/notifications/models.py:878 +#, python-format +msgid "" +"%(user)s has transfered a library named %(repo_name)s to you." +msgstr "" + +#: seahub/notifications/models.py:951 +#, python-brace-format +msgid "{name} created {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:953 +#, python-brace-format +msgid "" +"{name} created {obj_type} {obj_link} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:958 +#, python-brace-format +msgid "{name} deleted {obj_type} {obj_name} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:960 +#, python-brace-format +msgid "" +"{name} deleted {obj_type} {obj_name} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:964 +#, python-brace-format +msgid "{name} restored {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:968 +#, python-brace-format +msgid "" +"{name} renamed {obj_type} {old_obj_name} to {obj_link} in library " +"{repo_link}." +msgstr "" + +#: seahub/notifications/models.py:973 +#, python-brace-format +msgid "{name} moved {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:975 +#, python-brace-format +msgid "" +"{name} moved {obj_type} {obj_link} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:979 +#, python-brace-format +msgid "{name} updated {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:982 +#, python-brace-format +msgid "{name} {op_type} {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/templates/notifications/file_updates_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new file updates on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s file updates on %(site_name)s:\n" +msgstr[0] "" +msgstr[1] "" + +#: seahub/notifications/templates/notifications/file_updates_email.html:20 +msgid "Operation" +msgstr "Acties" + +#: seahub/notifications/templates/notifications/file_updates_email.html:21 +#: seahub/search/templates/search_results.html:67 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +msgid "File" +msgstr "Bestand" + +#: seahub/notifications/templates/notifications/file_updates_email.html:21 +msgid "Library" +msgstr "Bibliotheek" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "Hallo, %(name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +msgid "Message" +msgstr "Bericht" + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "Je hebt een nieuw bericht gekregen van %(user)s." + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"A file named %(file_name)s is " +"uploaded to your folder %(folder_name)s." +msgstr "Een bestand genaamd %(file_name)s werd naar je map %(folder_name)s geüpload." + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"A folder named %(folder_name)s is" +" uploaded to your folder %(parent_dir_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:57 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "Gebruiker %(user)s heeft verzocht om deel uit te maken van groep %(grp_name)s, verificatiebericht: %(msg)s" + +#: seahub/notifications/templates/notifications/notice_email.html:60 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "Gebruiker %(user)s heeft je toegevoegd aan de groep %(grp_name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:63 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:69 +#, python-format +msgid "" +"A large number of files in your library %(repo_name)s has been deleted " +"recently." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:84 +msgid "Go check out at the following page:" +msgstr "Bekijk de volgende pagina:" + +#: seahub/notifications/templates/notifications/notice_msg/folder_share_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a folder named %(lib_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_msg/folder_share_to_group_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a folder named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_msg/repo_share_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "%(user)s heeft een bibliotheek met naam %(lib_name)s met jou gedeeld." + +#: seahub/notifications/templates/notifications/notice_msg/repo_share_to_group_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in library %(repo_name)s during regular scanning: " +"%(file_path)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning:" +msgstr "" + +#: seahub/notifications/utils.py:429 +#, python-format +msgid "%(author)s added a new comment in document %(sdoc_name)s" +msgstr "" + +#: seahub/notifications/utils.py:436 seahub/notifications/utils.py:456 +msgid "Details" +msgstr "Details" + +#: seahub/notifications/utils.py:442 +#, python-format +msgid "%(author)s added a new reply in document %(sdoc_name)s" +msgstr "" + +#: seahub/notifications/utils.py:448 +#, python-format +#| msgid "%(author)s added a new comment in document %(sdoc_name)s" +msgid "" +"%(author)s has marked the comment \"%(resolve_comment)s\" as resolved in " +"document %(sdoc_name)s\n" +msgstr "" + +#: seahub/oauth/views.py:212 +#: seahub/templates/remote_user/create_unknown_user_false.html:8 +#: seahub/work_weixin/views.py:111 +msgid "" +"Error, new user registration is not allowed, please contact administrator." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "Kies hoe je versleutelde bibliotheken online wilt bekijken:" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "Stuur wachtwoorden naar de server." + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "Bestanden zullen gedecodeerd worden in de server alvorens ze naar jou verzonden worden." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "Sla wachtwoorden op in je browser." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "Bestanden zullen gedecodeerd worden in je browser wanneer je ze download." + +#: seahub/options/templates/options/set_user_options.html:13 +msgid "" +"Tip: the latter way is more secure, but it is not supported well by all " +"browsers. We advise you to use the latest version of Chrome or Firefox." +msgstr "Tip: de laatste manier is veiliger, maar wordt niet goed ondersteund door alle browsers. We adviseren om de laatste versie van Chrome of Firefox te gebruiken." + +#: seahub/organizations/api/admin/users.py:810 +#, python-brace-format +msgid "Failed. You can only invite {org_members_quota} members." +msgstr "" + +#: seahub/organizations/api/admin/users.py:814 +msgid "The number of users exceeds the limit" +msgstr "" + +#: seahub/organizations/api/admin/users.py:832 +#, python-brace-format +msgid "User {email} already exists." +msgstr "" + +#: seahub/organizations/forms.py:41 seahub/share/views.py:354 +#: seahub/share/views.py:367 +msgid "Email address is not valid" +msgstr "E-mailadres is niet geldig" + +#: seahub/organizations/templates/organizations/org_register.html:3 +#: seahub/organizations/templates/organizations/org_register.html:13 +#: seahub/templates/choose_register.html:3 +#: seahub/templates/choose_register.html:8 +#: seahub/templates/registration/login.html:118 +#: seahub/templates/registration/registration_form.html:3 +#: seahub/templates/registration/registration_form.html:14 +msgid "Signup" +msgstr "Aanmelden" + +#: seahub/organizations/templates/organizations/org_register.html:15 +#: seahub/templates/registration/registration_form.html:16 +msgid "Welcome back, you are already signed in." +msgstr "Welkom terug, je bent reeds ingelogd." + +#: seahub/organizations/templates/organizations/org_register.html:18 +msgid "Organization Name" +msgstr "Naam organisatie" + +#: seahub/organizations/templates/organizations/org_register.html:32 +msgid "Admin Name" +msgstr "Naam admin" + +#: seahub/organizations/templates/organizations/org_register.html:37 +msgid "Admin Email" +msgstr "E-mailadres admin" + +#: seahub/organizations/templates/organizations/org_register.html:45 +#: seahub/templates/registration/password_change_form.html:22 +#: seahub/templates/registration/password_set_form.html:25 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:37 +msgid "Confirm Password" +msgstr "Bevestig Wachtwoord" + +#: seahub/organizations/templates/organizations/org_register.html:75 +#: seahub/templates/registration/registration_form.html:80 +msgid "Email cannot be blank" +msgstr "Email mag niet leeg zijn" + +#: seahub/organizations/templates/organizations/org_register.html:79 +#: seahub/templates/registration/login.html:195 +#: seahub/templates/registration/password_change_form.html:53 +#: seahub/templates/registration/password_reset_confirm.html:56 +#: seahub/templates/registration/password_set_form.html:51 +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sudo_mode.html:70 +msgid "Password cannot be blank" +msgstr "Wachtwoord mag niet leeg zijn" + +#: seahub/organizations/templates/organizations/org_register.html:83 +#: seahub/templates/registration/password_change_form.html:57 +#: seahub/templates/registration/password_reset_confirm.html:60 +#: seahub/templates/registration/password_set_form.html:55 +#: seahub/templates/registration/registration_form.html:88 +msgid "Please enter the password again" +msgstr "Gelieve het wachtwoord opnieuw in te voeren" + +#: seahub/organizations/templates/organizations/org_register.html:87 +#: seahub/templates/registration/password_change_form.html:61 +#: seahub/templates/registration/password_reset_confirm.html:64 +#: seahub/templates/registration/password_set_form.html:59 +#: seahub/templates/registration/registration_form.html:92 +msgid "Passwords don't match" +msgstr "De wachtwoorden komen niet overeen" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:4 +#: seahub/search/templates/search_results.html:98 +#: seahub/templates/snippets/admin_paginator.html:4 +msgid "Previous" +msgstr "Vorige" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:7 +#: seahub/search/templates/search_results.html:101 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/two_factor/templates/two_factor/_wizard_actions.html:5 +msgid "Next" +msgstr "Volgende" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:12 +#: seahub/templates/snippets/admin_paginator.html:12 +msgid "Per page: " +msgstr "Per pagina:" + +#: seahub/organizations/views.py:284 seahub/thumbnail/views.py:160 +msgid "Invalid token." +msgstr "Ongeldige token." + +#: seahub/profile/templates/profile/set_profile_react.html:5 +msgid "Settings" +msgstr "Instellingen" + +#: seahub/profile/templates/profile/set_profile_react.html:21 +msgctxt "true name" +msgid "Name:" +msgstr "Naam:" + +#: seahub/profile/templates/profile/set_profile_react.html:27 +#: seahub/templates/registration/password_set_form.html:4 +#: seahub/templates/registration/password_set_form.html:13 +msgid "Set Password" +msgstr "Wachtwoord instellen" + +#: seahub/profile/templates/profile/set_profile_react.html:27 +msgid "Update" +msgstr "Bijwerken" + +#: seahub/profile/templates/profile/user_profile.html:4 +msgid "Profile" +msgstr "Profiel" + +#: seahub/profile/views.py:49 +msgid "Successfully edited profile." +msgstr "Profiel aangepast." + +#: seahub/profile/views.py:53 +msgid "Failed to edit profile" +msgstr "Aanpassen profiel mislukt" + +#: seahub/profile/views.py:257 +msgid "Has not accepted invitation yet" +msgstr "Heeft uitnodiging nog niet aanvaard" + +#: seahub/profile/views.py:282 +msgid "Demo account can not be deleted." +msgstr "Demo account kan niet verwijderd worden." + +#: seahub/profile/views.py:309 +msgid "Failed to set default library." +msgstr "Kon standaardbibliotheek niet instellen." + +#: seahub/profile/views.py:313 +msgid "Can not set encrypted library as default library." +msgstr "Kan geen versleutelde bibliotheek als standaardbibliotheek instellen." + +#: seahub/profile/views.py:318 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "Succesvolle instelling van \"%s\" als je standaard bibliotheek." + +#: seahub/seadoc/views.py:26 seahub/seadoc/views.py:80 +#: seahub/seadoc/views.py:158 seahub/views/__init__.py:442 +#: seahub/views/__init__.py:485 seahub/views/__init__.py:621 +#: seahub/views/__init__.py:783 seahub/views/ajax.py:376 +msgid "Library does not exist" +msgstr "Bibliotheek bestaat niet" + +#: seahub/seadoc/views.py:152 +msgid "File path invalid." +msgstr "" + +#: seahub/search/templates/search_results.html:25 +msgid "Search Files" +msgstr "Zoek Bestanden" + +#: seahub/search/templates/search_results.html:28 +msgid "advanced" +msgstr "uitgebreid" + +#: seahub/search/templates/search_results.html:31 +msgid "Last Update" +msgstr "Laatste wijziging" + +#: seahub/search/templates/search_results.html:39 +msgid "Size" +msgstr "Grootte" + +#: seahub/search/templates/search_results.html:56 +msgid "No result found" +msgstr "" + +#: seahub/search/templates/search_results.html:58 +#, python-format +msgid "%(total)s result" +msgid_plural "%(total)s results" +msgstr[0] "" +msgstr[1] "" + +#: seahub/search/templates/search_results.html:63 +msgid "Folder icon" +msgstr "" + +#: seahub/search/templates/search_results.html:168 +msgid "Invalid start date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/search/templates/search_results.html:172 +msgid "Invalid end date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/search/templates/search_results.html:176 +msgid "Start date should be earlier than end date." +msgstr "" + +#: seahub/search/views.py:33 +msgid "Invalid argument." +msgstr "" + +#: seahub/search/views.py:81 seahub/search/views.py:89 +msgid "Invalid date." +msgstr "" + +#: seahub/search/views.py:97 seahub/search/views.py:105 +msgid "Invalid file size." +msgstr "" + +#: seahub/search/views.py:112 +msgid "Invalid file size range." +msgstr "" + +#: seahub/search/views.py:117 +msgid "Invalid date range." +msgstr "" + +#: seahub/search/views.py:166 +#, python-format +msgid "Library %s not found." +msgstr "" + +#: seahub/share/decorators.py:50 +msgid "Invalid verification code, please try again." +msgstr "" + +#: seahub/share/decorators.py:81 +msgid "Link does not exist." +msgstr "" + +#: seahub/share/decorators.py:84 +msgid "Link is expired." +msgstr "" + +#: seahub/share/decorators.py:125 +msgid "The number of share link exceeds the limit." +msgstr "" + +#: seahub/share/models.py:127 +msgid "Password can't be empty" +msgstr "Wachtwoord mag niet leeg zijn" + +#: seahub/share/models.py:134 +msgid "Please enter a correct password." +msgstr "Voer het juiste wachtwoord in." + +#: seahub/share/templates/share/audit_code_email.html:10 +#, python-format +msgid "The verification code is %(code)s. It is valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_email.html:9 +#, python-format +msgid "" +"\n" +" %(shared_from)s shared a file link with you.\n" +msgstr "" + +#: seahub/share/templates/share/share_link_email.html:14 +#, python-format +msgid "" +"\n" +"You can click here to verify your email address and visit it.\n" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:4 +#: seahub/share/templates/share/share_link_email_audit.html:24 +msgid "Email address verification" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:25 +msgid "Please provide your email address to continue." +msgstr "Geef je e-mailadres op om verder te gaan." + +#: seahub/share/templates/share/share_link_email_audit.html:28 +msgid "Enter your email address" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:29 +msgid "Get code" +msgstr "Code ophalen" + +#: seahub/share/templates/share/share_link_email_audit.html:31 +msgid "Paste the verification code here" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:64 +msgid "Resend" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:92 +msgid "A verification code has been sent to the email address." +msgstr "" + +#: seahub/share/views.py:133 +msgid "Please choose a folder." +msgstr "" + +#: seahub/share/views.py:157 +msgid "Successfully saved." +msgstr "Opslaan gelukt." + +#: seahub/share/views.py:187 +msgid "Preview and download" +msgstr "Voorbeeld en download" + +#: seahub/share/views.py:188 +msgid "Preview only" +msgstr "Alleen voorbeeld" + +#: seahub/share/views.py:189 +msgid "Download and upload" +msgstr "" + +#: seahub/share/views.py:190 +msgid "Edit on cloud and download" +msgstr "" + +#: seahub/share/views.py:191 +msgid "Edit on cloud only" +msgstr "" + +#: seahub/share/views.py:223 +msgid "Share Link" +msgstr "Deellink" + +#: seahub/share/views.py:223 seahub/views/sysadmin.py:643 +msgid "Creator" +msgstr "Maker" + +#: seahub/share/views.py:224 +msgid "Permission" +msgstr "Toegangsrechten" + +#: seahub/share/views.py:224 +msgid "Expiration" +msgstr "Vervaldatum" + +#: seahub/share/views.py:254 seahub/thumbnail/views.py:42 +#: seahub/thumbnail/views.py:167 seahub/views/ajax.py:140 +#: seahub/views/ajax.py:418 +msgid "Library does not exist." +msgstr "Bibliotheek bestaat niet." + +#: seahub/share/views.py:258 seahub/views/ajax.py:386 +msgid "Folder does not exist." +msgstr "" + +#: seahub/share/views.py:306 +msgid "Only the owner of the library has permission to share it." +msgstr "Alleen de eigenaar van een bibliotheek mag deze delen." + +#: seahub/share/views.py:344 +msgid "Please check the email(s) you entered" +msgstr "Controleer de ingevoerde email(s) a.u.b." + +#: seahub/share/views.py:360 +msgid "Share link is not found" +msgstr "Gedeelde link is niet gevonden" + +#: seahub/share/views.py:375 +msgid "Verification code" +msgstr "Verificatiecode" + +#: seahub/share/views.py:386 +msgid "Failed to send a verification code, please try again later." +msgstr "Kon geen verificatiecode versturen. Probeer het later nog eens." + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "De opgevraagde pagina kan niet gevonden worden." + +#: seahub/templates/base.html:8 seahub/templates/base_for_react.html:9 +msgid "File, Collaboration, Team, Organization" +msgstr "" + +#: seahub/templates/base.html:35 +msgid "Close" +msgstr "Sluiten" + +#: seahub/templates/choose_register.html:9 +msgid "Create a personal account" +msgstr "Maak een persoonlijke account" + +#: seahub/templates/choose_register.html:10 +msgid "Create an organization account" +msgstr "Maak een organisatie account" + +#: seahub/templates/client_login_complete.html:6 +msgid "The client has logged in. Please open the client to confirm." +msgstr "" + +#: seahub/templates/client_login_confirm.html:6 +msgid "Client Login Confirm" +msgstr "" + +#: seahub/templates/client_login_confirm.html:8 +msgid "Do you want to login to your client?" +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "Deze bibliotheek is versleuteld. Voer het wachtwoord in om deze online te bekijken. Het wachtwoord wordt maar 1 uur bewaard op de server." + +#: seahub/templates/decrypt_repo_form.html:26 +#: seahub/templates/share_access_validation.html:40 +msgid "Please enter the password." +msgstr "Voer het wachtwoord in." + +#: seahub/templates/download.html:4 +msgid "Download" +msgstr "Downloaden" + +#: seahub/templates/i18n.html:6 +msgid "Upload Folder" +msgstr "Map uploaden" + +#: seahub/templates/i18n.html:7 +msgid "Add auto expiration" +msgstr "Voeg automatische vervaldatum toe" + +#: seahub/templates/i18n.html:8 +msgid "Days" +msgstr "Dagen" + +#: seahub/templates/i18n.html:9 +msgid "Shared Links" +msgstr "Gedeelde links" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "Bekijk en beheer alle gedeelde links in deze bibliotheek." + +#: seahub/templates/i18n.html:11 +msgid "Owned Libs" +msgstr "Mijn bibliotheken" + +#: seahub/templates/i18n.html:12 +msgid "Shared Libs" +msgstr "Gedeelde bibliotheken" + +#: seahub/templates/onlyoffice_file_view_react.html:86 +#: seahub/templates/onlyoffice_file_view_react.html:175 +#: seahub/templates/onlyoffice_file_view_react.html:198 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 +#: seahub/templates/view_file_onlyoffice.html:93 +#: seahub/templates/view_file_onlyoffice.html:182 +#: seahub/templates/view_file_onlyoffice.html:205 +msgid "Failed. Please check the network." +msgstr "Mislukt. Controleer de netwerkverbinding." + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "Jij (of iemand die pretendeert jou te zijn) heeft gevraagd om een nieuwe account te maken op %(site_name)s. Als jij het niet was negeer deze email dan en dan wordt je adres verwijderd uit onze administratie." + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "Klik op de volgende link binnen de komende %(expiration_days)s dagen om deze account te activeren." + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:52 +msgid "Sign Up" +msgstr "Initieel aanmelden" + +#: seahub/templates/registration/logged_out.html:4 +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "Uitloggen" + +#: seahub/templates/registration/logged_out.html:8 +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "Bedankt voor je deelname!" + +#: seahub/templates/registration/logged_out.html:8 +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "Opnieuw inloggen" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:33 +#: seahub/templates/registration/login.html:74 +#: seahub/templates/registration/multi_adfs_sso.html:4 +#: seahub/templates/registration/multi_adfs_sso.html:35 +#: seahub/templates/registration/multi_adfs_sso.html:46 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:23 +#: seahub/templates/sysadmin/user_batch_add_email.html:19 +msgid "Log In" +msgstr "Inloggen" + +#: seahub/templates/registration/login.html:43 +msgid "Refresh" +msgstr "Vernieuwen" + +#: seahub/templates/registration/login.html:63 +msgid "Incorrect email or password" +msgstr "Onjuist emailadres of wachtwoord" + +#: seahub/templates/registration/login.html:71 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "Onthoud me gedurende %(remember_days)s dagen" + +#: seahub/templates/registration/login.html:78 +#: seahub/templates/registration/login.html:82 +msgid "Single Sign-On" +msgstr "" + +#: seahub/templates/registration/login.html:89 +msgid "Login with" +msgstr "" + +#: seahub/templates/registration/login.html:115 +msgid "Forgot password?" +msgstr "Wachtwoord vergeten?" + +#: seahub/templates/registration/login.html:183 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "Mislukt om een refresh te doen van de CAPTCHA, probeer later opnieuw." + +#: seahub/templates/registration/login.html:191 +#: seahub/templates/registration/multi_adfs_sso.html:89 +msgid "Email or username cannot be blank" +msgstr "E-mailadres of gebruikersnaam mag niet leeg zijn" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "Wachtwoord Succesvol Gewijzigd" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "Jouw wachtwoord werd succesvol veranderd." + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:12 +msgid "Password Modification" +msgstr "Wachtwoord Aanpassing" + +#: seahub/templates/registration/password_change_form.html:15 +msgid "Please update your password before continue." +msgstr "Wachtwoord bijwerken voordat je verder gaat" + +#: seahub/templates/registration/password_change_form.html:17 +msgid "Current Password" +msgstr "Huidig wachtwoord" + +#: seahub/templates/registration/password_change_form.html:19 +msgid "New Password" +msgstr "Nieuw wachtwoord" + +#: seahub/templates/registration/password_change_form.html:49 +msgid "Current password cannot be blank" +msgstr "Huidige wachtwoord mag niet leeg zijn" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "Succesvolle wachtwoord reset" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "Wachtwoord succesvol gereset." + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_done.html:29 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:35 +msgid "Password Reset" +msgstr "Wachtwoord resetten" + +#: seahub/templates/registration/password_reset_confirm.html:17 +msgid "Reset Password" +msgstr "Wachtwoord reset" + +#: seahub/templates/registration/password_reset_confirm.html:19 +msgid "New Password: " +msgstr "Nieuw wachtwoord:" + +#: seahub/templates/registration/password_reset_confirm.html:23 +msgid "Confirm Password: " +msgstr "Bevestig wachtwoord:" + +#: seahub/templates/registration/password_reset_confirm.html:35 +msgid "Failed to reset password: this link is no longer available." +msgstr "Mislukt om wachtwoord te resetten: deze link is niet langer beschikbaar." + +#: seahub/templates/registration/password_reset_done.html:31 +msgid "We've sent a password reset email to your mailbox." +msgstr "We hebben je een wachtwoord reset email gestuurd." + +#: seahub/templates/registration/password_reset_done.html:32 +msgid "Back to login page" +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "Om het wachtwoord van uw account %(account)s op %(site_name)s te resetten, klik a.u.b. op de volgende link:" + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "Als het verzoek niet van u kwam, negeert u dit dan." + +#: seahub/templates/registration/password_reset_form.html:37 +msgid "We will send you an email to set new password" +msgstr "We sturen je een email om een nieuw wachtwoord in te stellen" + +#: seahub/templates/registration/password_reset_form.html:38 +msgid "Your email used in login" +msgstr "" + +#: seahub/templates/registration/register_complete_email.html:1 +#, python-format +msgid "" +"You're receiving this e-mail because you are the admin of %(site_name)s, and" +" a new user %(reg_email)s is joined." +msgstr "" + +#: seahub/templates/registration/register_complete_email.html:3 +msgid "Please click the following link to view the new account:" +msgstr "" + +#: seahub/templates/registration/register_complete_email_subject.html:1 +#, python-format +msgid "New account created on %(site_name)s" +msgstr "Nieuw account aangemaakt op %(site_name)s" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "Registratie compleet" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "Een activatie mail werd verstuurd. Controleer je email en klik op de link om je account te activeren." + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "Regristratie compleet, wacht tot de beheerder je account activeert." + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "Registratiefunctie is niet ingeschakeld" + +#: seahub/templates/registration/registration_form.html:37 +msgid "Department" +msgstr "Departement" + +#: seahub/templates/registration/registration_form.html:42 +msgid "Telephone" +msgstr "Telefoon" + +#: seahub/templates/registration/registration_form.html:47 +msgid "Note" +msgstr "Aantekening" + +#: seahub/templates/remote_user/not_active.html:6 +#: seahub/templates/shibboleth/complete.html:8 seahub/work_weixin/views.py:132 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "Je account is succesvol aangemaakt. Wacht op activatie door een administrator." + +#: seahub/templates/repo_folder_trash_react.html:5 +msgid "Trash" +msgstr "Prullenbak" + +#: seahub/templates/repo_history_react.html:5 +msgid "History" +msgstr "Geschiedenis" + +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "Snapshot" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/folder." +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(escaped_file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_link_email.html:17 +#: seahub/templates/shared_upload_link_email.html:20 +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Password:" +msgstr "Wachtwoord:" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "%(escaped_nickname)sheeft een uploadlink met je gedeeld op %(site_name)s." + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "Je kan naar de volgende pagina gaan en je bestanden uploaden:" + +#: seahub/templates/snippets/password_strength_js.html:7 +msgid "Password strength should be strong or very strong" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:11 +#: seahub/templates/snippets/password_strength_js.html:97 +msgid "Password strength" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:18 +msgid "" +"The password should contain different types of characters to make it strong:" +" uppercase letters, lowercase letters, numbers and special characters." +msgstr "" + +#: seahub/templates/snippets/policy_service_link.html:5 +#: seahub/templates/snippets/policy_service_link.html:9 +msgid "Privacy Policy" +msgstr "Privacybeleid" + +#: seahub/templates/snippets/policy_service_link.html:7 +#: seahub/templates/snippets/policy_service_link.html:11 +msgid "Terms of Service" +msgstr "" + +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Folder" +msgstr "Map" + +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "Terughalen" + +#: seahub/templates/snippets/reset_repo_password.html:10 +#, python-format +msgid "" +"The new password of library %(repo_name)s is %(password)s. Please change it " +"as soon as possible." +msgstr "" + +#: seahub/templates/sysadmin/short_time_linving_password_reset_link.html:13 +#, python-format +msgid "" +"Administrator on %(site_name)s is resetting your password for %(account)s, " +"please click the following link to continue: " +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Confirm password to continue" +msgstr "Om door te gaan: bevestig wachtwoord" + +#: seahub/templates/sysadmin/sudo_mode.html:25 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "Je komt in het beheerdersgebied, we zullen je de eerste uren niet nogmaals om je wachtwoord vragen." + +#: seahub/templates/sysadmin/sudo_mode.html:32 +msgid "Incorrect password" +msgstr "Onjuist wachtwoord" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "Je account %(username)s op %(site_name)s is geactiveerd." + +#: seahub/templates/sysadmin/user_add_email.html:11 +#, python-format +msgid "" +"%(nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#: seahub/templates/sysadmin/user_batch_add_email.html:10 +#, python-format +msgid "%(nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:18 +#: seahub/templates/sysadmin/user_batch_add_email.html:14 +msgid "Here is your account information:" +msgstr "Het volgende is je account informatie:" + +#: seahub/templates/sysadmin/user_add_email.html:19 +#: seahub/templates/sysadmin/user_batch_add_email.html:15 +msgid "Email:" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "Je wachtwoord op %(site_name)s is gereset. Je huidige wachtwoord is %(password)s. Pas je wachtwoord zo spoedig mogelijk aan." + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "wijzigingsdetails" + +#: seahub/templates/text_diff.html:15 +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:26 +msgid "Back" +msgstr "Terug" + +#: seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "Huidig pad:" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "Het is een nieuw aangemaakt leeg bestand." + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "voor wijzigen" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "na wijzigen" + +#: seahub/templates/user_quota_full.html:12 +#, python-format +msgid "Your quota is almost full on %(site_name)s." +msgstr "" + +#: seahub/templates/user_quota_full.html:14 +msgid "Used:" +msgstr "Gebruikt:" + +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + +#: seahub/thumbnail/views.py:48 seahub/thumbnail/views.py:178 +#: seahub/views/__init__.py:483 +msgid "Invalid arguments." +msgstr "Ongeldige argumenten." + +#: seahub/thumbnail/views.py:65 seahub/thumbnail/views.py:191 +msgid "Failed to create thumbnail." +msgstr "Niet gelukt om miniatuur te maken." + +#: seahub/two_factor/forms.py:39 seahub/two_factor/forms.py:63 +#: seahub/two_factor/forms.py:167 seahub/two_factor/forms.py:173 +#: seahub/two_factor/forms.py:297 +msgid "Token" +msgstr "" + +#: seahub/two_factor/templates/two_factor/_wizard_actions.html:4 +#: seahub/two_factor/templates/two_factor/profile/disable.html:12 +msgid "Cancel" +msgstr "Afbreken" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:6 +msgid "Backup Tokens" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:8 +msgid "" +"Backup tokens can be used when your primary and backup\n" +" phone numbers aren't available. The backup tokens below can be used\n" +" for login verification. If you've used up all your backup tokens, you\n" +" can generate a new set of backup tokens. Only the backup tokens shown\n" +" below will be valid." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:20 +msgid "Print these tokens and keep them somewhere safe." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:22 +msgid "You don't have any backup codes yet." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:27 +msgid "Generate Tokens" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:7 +msgid "Two-Factor Authentication" +msgstr "Tweestapsauthenticatie" + +#: seahub/two_factor/templates/two_factor/core/login.html:19 +msgid "" +"Open the two-factor authentication app on your device to view your " +"authentication token and verify your identify." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:22 +msgid "Authentication token" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:28 +#, python-format +msgid "Remember this computer for %(remember_days)s days" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:33 +#: seahub/two_factor/templates/two_factor/core/login.html:52 +msgid "Incorrect code" +msgstr "Onjuiste code" + +#: seahub/two_factor/templates/two_factor/core/login.html:37 +#: seahub/two_factor/templates/two_factor/core/login.html:57 +msgid "Verify" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:42 +msgid "Don't have your phone?" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:43 +msgid "Enter a two-factor backup code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:49 +msgid "Backup code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:56 +msgid "" +"You can enter one of your backup codes in case you lost access to your " +"mobile device." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/setup.html:6 +msgid "Enable Two-Factor Authentication" +msgstr "Tweestapsauthenticatie inschakelen" + +#: seahub/two_factor/templates/two_factor/core/setup.html:16 +msgid "" +"To start using a token generator, please use your\n" +" smartphone to scan the QR code below. For example, use Google\n" +" Authenticator. Then, enter the token generated by the app.\n" +" " +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:6 +msgid "Disable Two-Factor Authentication" +msgstr "Tweestapsauthenticatie uitschakelen" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:8 +msgid "" +"You are about to disable two-factor authentication. This\n" +" compromises your account security, are you sure?" +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:11 +msgid "Disable" +msgstr "" + +#: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 +#: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 +msgid "Unable to view file" +msgstr "Kan bestand niet bekijken" + +#: seahub/utils/__init__.py:177 +msgid "permission error" +msgstr "rechten fout" + +#: seahub/views/__init__.py:305 +msgid "Unable to view recycle page" +msgstr "Onmogelijk om de recycle pagina te bekijken" + +#: seahub/views/__init__.py:360 +msgid "Unable to view library modification" +msgstr "Kan wijzigingen bibliotheek niet bekijken" + +#: seahub/views/__init__.py:476 +msgid "Please specify history ID" +msgstr "Gelieve de geschiedenis ID te specifiëren" + +#: seahub/views/__init__.py:480 +msgid "Successfully restored the library." +msgstr "" + +#: seahub/views/__init__.py:487 +msgid "History you specified does not exist" +msgstr "De opgegeven geschiedenis bestaat niet" + +#: seahub/views/__init__.py:489 +msgid "Unknown error" +msgstr "Onbekende fout" + +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 +#, python-format +msgid "\"%s\" does not exist." +msgstr "\"%s\" bestaat niet." + +#: seahub/views/__init__.py:822 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "Kan \"%s\" niet downloaden" + +#: seahub/views/ajax.py:161 seahub/views/ajax.py:441 +msgid "Library is encrypted." +msgstr "Bibliotheek is versleuteld." + +#: seahub/views/ajax.py:167 +msgid "Error: no head commit id" +msgstr "Fout: geen head commit id" + +#: seahub/views/ajax.py:321 +msgid "Wrong repo id" +msgstr "Verkeerde repo id" + +#: seahub/views/ajax.py:332 seahub/views/ajax.py:364 +msgid "Bad upload link token." +msgstr "Verkeerde uploadlink token." + +#: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 +msgid "File does not exist" +msgstr "Bestand bestaat niet" + +#: seahub/views/ajax.py:371 +msgid "Bad repo id in upload link." +msgstr "Verkeerde repo id in uploadlink." + +#: seahub/views/ajax.py:463 +msgid "No conflict in the merge." +msgstr "Geen conflict bij samenvoegen" + +#: seahub/views/file.py:244 +msgid "HTTPError: failed to open file online" +msgstr "HTTPFout: mislukt om bestand online te openen" + +#: seahub/views/file.py:248 +msgid "URLError: failed to open file online" +msgstr "URLFout: mislukt om bestand online te openen" + +#: seahub/views/file.py:255 +msgid "The encoding you chose is not proper." +msgstr "De codering die je koos, is niet de juiste." + +#: seahub/views/file.py:272 seahub/views/file.py:275 +msgid "Unknown file encoding" +msgstr "Onbekende bestandscodering" + +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "Bestandsgrootte overschrijdt %s, kan online niet geopend worden." + +#: seahub/views/file.py:404 seahub/views/file.py:913 +msgid "The library is encrypted, can not open file online." +msgstr "Kan het bestand niet online openen. De bibliotheek is gecodeerd." + +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 +msgid "Error when prepare Office Online file preview page." +msgstr "" + +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 +msgid "Error when prepare OnlyOffice file preview page." +msgstr "" + +#: seahub/views/file.py:1210 +msgid "Unable to download file, invalid file path" +msgstr "Kan bestand niet downloaden, ongeldig pad" + +#: seahub/views/file.py:1219 +msgid "Unable to download file, wrong file path" +msgstr "Kan bestand niet downloaden, ongeldig pad" + +#: seahub/views/file.py:1226 +msgid "Unable to download file." +msgstr "Kan bestand niet downloaden." + +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 +#, python-format +msgid "Share link for %s." +msgstr "" + +#: seahub/views/file.py:1845 seahub/views/file.py:1850 +msgid "Unable to download file" +msgstr "Kan bestand niet downloaden" + +#: seahub/views/file.py:2190 +msgid "The original file does not exist" +msgstr "" + +#: seahub/views/mobile.py:35 +#, python-brace-format +msgid "User {token.user} not found" +msgstr "" + +#: seahub/views/mobile.py:39 +#, python-brace-format +msgid "User {token.user} inactive" +msgstr "" + +#: seahub/views/sso.py:167 +msgid "" +"This link has already been visited, please click the login button on the " +"client again" +msgstr "" + +#: seahub/views/sso.py:192 +msgid "Invalid link, please click the login button on the client again" +msgstr "" + +#: seahub/views/sso.py:197 +msgid "Login timeout, please click the login button on the client again" +msgstr "" + +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Login ID" +msgstr "" + +#: seahub/views/sysadmin.py:306 seahub/views/sysadmin.py:332 +msgid "Failed to set quota: internal server error" +msgstr "Kon geen quotum instellen: interne serverfout" + +#: seahub/views/sysadmin.py:351 +msgid "Failed to delete: the user is an organization creator" +msgstr "Verwijderen mislukt: de gebruiker heeft de organisatie aangemaakt" + +#: seahub/views/sysadmin.py:396 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "Adminrechten van %s succesvol ingetrokken" + +#: seahub/views/sysadmin.py:398 +msgid "Failed to revoke admin: the user does not exist" +msgstr "Mislukt om admin in te trekken: de gebruiker bestaat niet" + +#: seahub/views/sysadmin.py:511 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "Wachtwoord succesvol gereset naar %(passwd)s, een email werd verstuurd naar %(user)s." + +#: seahub/views/sysadmin.py:526 +msgid "Failed to reset password: user does not exist" +msgstr "Wachtwoord reset mislukt: gebruiker bestaat niet" + +#: seahub/views/sysadmin.py:575 +#, python-format +msgid "Fail to add user %s." +msgstr "Gebruiker %s toevoegen is mislukt." + +#: seahub/views/sysadmin.py:600 seahub/views/sysadmin.py:613 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "Gebruiker %s succesvol toegevoegd. Een email bericht werd verstuurd." + +#: seahub/views/sysadmin.py:603 seahub/views/sysadmin.py:616 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "Gebruiker %s succesvol toegevoegd. Er is een fout tijdens het verzenden van een email bericht, controleer je email configuratie." + +#: seahub/views/sysadmin.py:605 seahub/views/sysadmin.py:618 +#, python-format +msgid "Successfully added user %s." +msgstr "Gebruiker %s succesvol toegevoegd." + +#: seahub/views/sysadmin.py:620 +#, python-format +msgid "" +"Successfully added user %s. But email notification can not be sent, because " +"Email service is not properly configured." +msgstr "Gebruiker %s succesvol toegevoegd. Maar email bericht kan niet verstuurd worden, omdat Emaildienst iet correct geconfigureerd werd." + +#: seahub/views/sysadmin.py:672 +msgid "Input should be a number" +msgstr "Invoer dient numeriek te zijn" + +#: seahub/views/sysadmin.py:678 +msgid "Success" +msgstr "Gelukt" + +#: seahub/views/sysadmin.py:682 +msgid "Input number should be greater than 0" +msgstr "Waarde dient hoger dan 0 te zijn" + +#: seahub/views/sysadmin.py:720 +msgid "Successfully deleted." +msgstr "Succesvol verwijderd." + +#: seahub/views/sysadmin.py:750 +#, python-format +msgid "Successfully set %s as admin." +msgstr "%s succesvol ingesteld als admin." + +#: seahub/views/sysadmin.py:752 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "Mislukt om %s als admin in te stellen: de gebruiker bestaat niet." + +#: seahub/views/sysadmin.py:767 seahub/views/sysadmin.py:768 +#: seahub/views/sysadmin.py:769 seahub/views/sysadmin.py:782 +#: seahub/views/sysadmin.py:783 +msgid "Optional" +msgstr "Optioneel" + +#: seahub/wiki/views.py:159 +msgid "Unable to view Wiki" +msgstr "" + +#~ msgid "Insufficient password strength" +#~ msgstr "Insufficient password strength" + +#~ msgid "" +#~ " User %(user_name)s created file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s restored file " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s restored file " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s renamed file " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s renamed file " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s updated file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s updated file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s restored folder" +#~ " %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s restored folder" +#~ " %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s renamed folder " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s renamed folder " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved folder %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved folder %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved folder %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved folder %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." diff --git a/locale/nl_NL/LC_MESSAGES/djangojs.po b/locale/nl_NL/LC_MESSAGES/djangojs.po index 4e63e0008c..f3050966e1 100644 --- a/locale/nl_NL/LC_MESSAGES/djangojs.po +++ b/locale/nl_NL/LC_MESSAGES/djangojs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Harmen , 2015-2018,2020\n" "Language-Team: Dutch (Netherlands) (http://app.transifex.com/haiwen/seahub/language/nl_NL/)\n" @@ -40,8 +40,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Systeembeheerder" @@ -53,44 +51,22 @@ msgstr "Organisatiebeheerder" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Profiel en meer weergeven" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Gebruikt:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Instellingen" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Uitloggen" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -140,6 +116,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -221,33 +213,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Meldingen" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -285,54 +270,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Tags" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Bestanden" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -343,57 +299,23 @@ msgstr "Bestanden" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Meer handelingen" @@ -418,7 +340,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -440,7 +361,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Anders" @@ -455,6 +376,7 @@ msgstr "Contactinformatie" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Beschrijving" @@ -482,8 +404,6 @@ msgstr "Beschrijving" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -493,8 +413,6 @@ msgstr "Beschrijving" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -502,7 +420,6 @@ msgstr "Beschrijving" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -511,30 +428,24 @@ msgstr "Beschrijving" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -543,7 +454,6 @@ msgstr "Beschrijving" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -559,11 +469,8 @@ msgstr "Beschrijving" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -575,11 +482,9 @@ msgstr "Beschrijving" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -608,18 +513,12 @@ msgstr "Annuleren" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -629,29 +528,21 @@ msgstr "Annuleren" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -660,7 +551,6 @@ msgstr "Annuleren" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -673,8 +563,6 @@ msgstr "Annuleren" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -683,9 +571,6 @@ msgstr "Annuleren" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -698,14 +583,12 @@ msgstr "Annuleren" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -735,14 +618,9 @@ msgstr "Wiki toevoegen" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -752,10 +630,8 @@ msgstr "Wiki toevoegen" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -763,12 +639,8 @@ msgstr "Wiki toevoegen" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -781,7 +653,6 @@ msgstr "Wiki toevoegen" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -789,12 +660,8 @@ msgstr "Wiki toevoegen" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -804,29 +671,32 @@ msgstr "Wiki toevoegen" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -853,13 +723,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -944,11 +814,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1016,122 +882,55 @@ msgstr "Wil je je account echt verwijderen?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1177,20 +976,15 @@ msgstr "Weet je zeker dat je deze bibliotheek wil terughalen?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Terughalen" @@ -1211,12 +1005,6 @@ msgstr "Verwijder bestanden van dit apparaat op het moment dat deze weer online #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Ontkoppelen" @@ -1252,7 +1040,6 @@ msgstr "Geselecteerde item(s) kopiëren naar:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1308,16 +1095,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nieuw bestand" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1359,12 +1142,8 @@ msgstr "Wachtwoorden komen niet overeen" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1375,39 +1154,19 @@ msgid "Template" msgstr "Sjabloon" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1424,6 +1183,7 @@ msgstr "Lezen/schrijven" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1435,24 +1195,18 @@ msgstr "Versleutel" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Wachtwoord" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Wachtwoord nogmaals" @@ -1463,7 +1217,6 @@ msgstr "Wachtwoord nogmaals" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Interne Server Fout" @@ -1474,10 +1227,6 @@ msgstr "Tag \"{name}\" bestaat al" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1495,13 +1244,10 @@ msgstr "Kies een kleur" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Opslaan" @@ -1527,7 +1273,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1540,35 +1285,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Upload" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1576,10 +1310,6 @@ msgstr "Upload" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Downloaden" @@ -1606,7 +1336,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1614,8 +1343,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopiëren " @@ -1629,9 +1356,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1639,14 +1363,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1656,9 +1375,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Aanpassen" @@ -1699,16 +1415,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Bibliotheek verwijderen" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Groep verwijderen" @@ -1716,17 +1429,6 @@ msgstr "Groep verwijderen" msgid "Really want to delete this group?" msgstr "Zeker weten dat je deze groep wilt verwijderen?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Tags selecteren" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Nieuwe tag aanmaken" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1740,10 +1442,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1801,18 +1499,6 @@ msgstr "Apparaatnaam" msgid "Date" msgstr "Datum" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonieme gebruiker" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Dit bestand is (kennelijk) nog niet geraadpleegd" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1873,114 +1559,19 @@ msgid "Upload Link" msgstr "Upload Link" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Verbergen" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Toon" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Bijwerken" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Verzend" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Wachtwoord beveiliging toevoegen" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Voeg automatische vervaldatum toe" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Genereer" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Vorige (linker pijltjestoets)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Volgende (rechter pijltjestoets)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Sluiten (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Inzoomen" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Uitzoomen" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1991,20 +1582,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Upload bestand" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2056,7 +1633,6 @@ msgstr "Toegang intrekken" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2064,28 +1640,19 @@ msgid "It is required." msgstr "Het is verplicht." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "E-mailadres is ongeldig" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Gast uitnodigen" @@ -2096,10 +1663,7 @@ msgstr "E-mails" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2122,30 +1686,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Verlaten" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Deze bibliotheek is beveiligd met een wachtwoord" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Verkeerd wachtwoord" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Het wachtwoord wordt maar 1 uur op de server bewaard." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Instellingen" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2165,6 +1723,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2228,70 +1792,6 @@ msgstr "{placeholder} Map toegangsrechten" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Groep" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Map" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Zoek groepen" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2303,6 +1803,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2319,23 +1820,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2344,8 +1841,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2355,41 +1850,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Grootte" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Laatste wijziging" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "verwijderd" @@ -2413,6 +1900,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2450,14 +1939,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Nieuwe subafdeling" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2468,14 +1956,25 @@ msgstr "Nieuwe afdeling" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Lid toevoegen" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2483,29 +1982,20 @@ msgstr "e-mail is verplicht" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Gebruiker toevoegen" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "E-mail" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Bevestig Wachtwoord" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2560,8 +2050,6 @@ msgstr "Einddatum" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2572,7 +2060,6 @@ msgstr "Afdeling verwijderen" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Lid verwijderen" @@ -2601,7 +2088,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Quota instellen" @@ -2642,8 +2128,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2706,76 +2190,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Permissie geweigerd" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Fout" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Controleer de netwerkverbinding." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Appnaam" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2821,39 +2235,6 @@ msgstr "Versie" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Geen" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Onbekend" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Details" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Huidige versie" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Bekijk Snapshot" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2868,17 +2249,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Gedeelde links" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Uploadlinks" @@ -2891,98 +2266,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Vervaldatum" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Succesvol 1 item verwijderd." - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Maker" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Link" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Bezoeken" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3020,39 +2303,6 @@ msgstr "" msgid "Search files in this library" msgstr "Zoek bestanden in deze bibliotheek" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Geen resultaat" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Huidige bibliotheek" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Andere bibliotheken" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3084,6 +2334,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Link" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3115,30 +2374,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Delen" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icoon" @@ -3151,78 +2398,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Selecteer bibliotheken om te delen" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Uitgenodigd door" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Succesvol 1 item verwijderd." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3246,12 +2428,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3266,17 +2448,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Weet je zeker dat je wilt verwijderen" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3295,7 +2472,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3371,10 +2548,8 @@ msgstr "Organisatie toevoegen" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3402,15 +2577,13 @@ msgstr "Naam(optioneel)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rol" @@ -3466,8 +2639,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3481,19 +2652,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Gebruikers" @@ -3509,15 +2671,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Afdelingen" @@ -3545,6 +2703,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Voer 1 of meer tekens in." +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Permissie geweigerd" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Fout" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Controleer de netwerkverbinding." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3556,25 +2771,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Huidig pad:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Map" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3583,8 +2804,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Bestand" @@ -3700,6 +2920,17 @@ msgstr "" msgid "Packaging..." msgstr "Aan het inpakken..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Bestanden" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3709,7 +2940,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Prullenbak" @@ -3732,6 +2963,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3839,87 +3075,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Maker" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "Geblokkeerd" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Ongedaan maken van favoriet" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Favoriet maken" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3930,28 +3143,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliotheken" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "je kan ook drukken op..." + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3993,57 +3198,12 @@ msgstr "Netwerkfout" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Opslaan..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4058,54 +3218,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Bestand uploaden..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Alles annuleren" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "naam" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "grootte" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "voortgang" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4117,13 +3232,13 @@ msgid "unstarred" msgstr "geen favoriet" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Slot" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Deblokkeer" @@ -4132,74 +3247,26 @@ msgstr "Deblokkeer" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Openen via programma" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Mijn bibliotheken" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Gedeeld met mij" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Gedeeld met iedereen" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Details" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4216,7 +3283,7 @@ msgstr "Admin" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4229,8 +3296,8 @@ msgstr "Lid" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4246,17 +3313,15 @@ msgstr "Huidig pad:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Soort bibliotheek" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Acties" @@ -4265,121 +3330,10 @@ msgstr "Acties" msgid "Add group member" msgstr "Groepslid toevoegen" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favorieten" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Activiteiten" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikis" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Help" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Clients" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Over" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Links" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Mappen" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Delen beheer" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Leden" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4406,6 +3360,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Geen tags" @@ -4418,6 +3373,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Nieuwe tag aanmaken" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4454,21 +3414,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4480,53 +3425,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliotheken" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Geen resultaat" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4535,8 +3470,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Standaard" @@ -4546,8 +3479,6 @@ msgstr "Standaard" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Gast" @@ -4572,6 +3503,10 @@ msgstr "Verzend naar:" msgid "Message (optional):" msgstr "Bericht (optioneel):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Verzend" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Verzenden..." @@ -4605,24 +3540,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4652,14 +3569,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Rechten instellen" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Wachtwoord beveiliging toevoegen" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4674,30 +3587,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Vervaldatum" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4708,46 +3628,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Download is niet mogelijk: de limiet voor verkeer van bestanden delen is overschreden." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Gedeeld door:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Opslaan als ..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Verlopen" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Verplaatsen van de bibliotheek is gelukt." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Mislukt. Controleer de netwerkverbinding." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Overzetten" @@ -4759,17 +3666,18 @@ msgid "Folder Permission" msgstr "Map toegangsrechten" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Delen intrekken" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Delen beheer" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4780,27 +3688,18 @@ msgstr "Wijzig het wachtwoord" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Wachtwoord reset" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4817,18 +3716,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4836,8 +3723,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4891,15 +3776,9 @@ msgid "New" msgstr "Nieuw" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4972,17 +3851,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Taalinstelling" @@ -5009,18 +3877,6 @@ msgstr "Platform" msgid "Last Access" msgstr "Laatst gesynchroniseerd" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Gekoppelde apparaten" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5040,10 +3896,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5051,49 +3904,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Tweestapsauthenticatie uitschakelen" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Codes tonen" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Tweestapsauthenticatie is niet ingeschakeld voor je account. Schakel tweestapsauthenticatie in voor uitgebreide accountbeveiliging." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Tweestapsauthenticatie inschakelen" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Tweestapsauthenticatie" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5110,11 +3920,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Gebruikersnaam:" @@ -5157,6 +3962,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5198,54 +4004,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Publiceren" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Wiki verwijderen" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Gedeeld met mij" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5326,7 +4092,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5349,6 +4115,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5384,17 +4151,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Alle" @@ -5552,17 +4317,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5699,29 +4464,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5746,7 +4500,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5759,11 +4513,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5795,6 +4544,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5830,15 +4590,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5872,21 +4623,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6078,9 +4814,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6192,8 +4927,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6340,14 +5075,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6371,27 +5101,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6424,34 +5160,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6582,6 +5318,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6597,15 +5336,8 @@ msgstr "Teller" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6721,15 +5453,30 @@ msgstr "Map verplaatst" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Acties" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Bibliotheek" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6748,11 +5495,6 @@ msgid "(current version)" msgstr "(huidige versie)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Bekijken" @@ -6766,19 +5508,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Geen bibliotheken" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6796,6 +5525,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Geen bibliotheken" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6803,6 +5546,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Leden" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6824,27 +5584,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Informatie" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6868,27 +5627,16 @@ msgstr "Gemaakt op" msgid "Operations" msgstr "Handelingen" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Contact e-mail" @@ -6896,15 +5644,13 @@ msgstr "Contact e-mail" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6913,34 +5659,32 @@ msgstr "Status" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Ruimte Gebruikt" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Laatste inlog" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Gebruiker verwijderen" @@ -6949,7 +5693,6 @@ msgstr "Gebruiker verwijderen" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6960,19 +5703,30 @@ msgstr "Actief" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inactief" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Succesvol 1 item verwijderd." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Tijdstip uitnodiging" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Geaccepteerd" @@ -6984,7 +5738,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6992,103 +5746,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Kopiëren van %(name)s gelukt." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Kon %(name)s niet kopiëren" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Gedeelde folder verlaten" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7102,6 +5848,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Opslaan..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Openen via programma" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7110,29 +5866,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Help" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Vernieuwen" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Mijn bibliotheken" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7153,17 +5918,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Defect (neem contact op met je systeembeheerder om deze bibliotheek te repareren)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7192,97 +5961,34 @@ msgstr "" msgid "Shared By" msgstr "Gedeeld Door" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Gemaakt om" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Geen afdelingen" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Geen leden" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Quota bewerken" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Geen apparaten verbonden" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Bibliotheek" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Geen synchronisatiefouten" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7352,11 +6058,44 @@ msgstr "Weet je zeker dat je de prullenbak wilt legen?" msgid "Clear" msgstr "Wissen" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Gemaakt om" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Zoek groepen" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7385,8 +6124,6 @@ msgstr "Alle groepen" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Vorige" @@ -7395,8 +6132,6 @@ msgstr "Vorige" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Volgende" @@ -7405,45 +6140,11 @@ msgstr "Volgende" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Alle Openbare Linken" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7452,6 +6153,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonieme gebruiker" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7467,6 +6174,7 @@ msgstr "Actie" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Delen Van" @@ -7486,26 +6194,12 @@ msgid "Organization" msgstr "Organisatie" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Export naar Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7519,7 +6213,6 @@ msgid "Copied" msgstr "Gekopieerd" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7582,36 +6275,9 @@ msgstr "Mislukt" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "ResetPwd" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Intrekken Admin" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7666,39 +6332,6 @@ msgstr "Importeer gebruikers" msgid "Add user" msgstr "Voeg nieuwe gebruiker toe" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Apparaten" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logbestanden" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 dagen" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 dagen" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 jaar" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7717,8 +6350,6 @@ msgstr "Gewijzigd" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7785,39 +6416,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Systeem" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7875,6 +6473,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Bestandsupload" @@ -7920,6 +6522,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Publiceren" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7928,16 +6534,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7989,8 +6585,6 @@ msgstr "Vul hier bestands extensies in, gescheiden door ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7999,6 +6593,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8011,6 +6606,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8039,94 +6645,66 @@ msgstr "" msgid "all members" msgstr "alle leden" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Bezoeken" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Verwijderen" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Geen publieke bibliotheken" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Deel bestaande bibliotheken" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8138,6 +6716,11 @@ msgstr "" msgid "Handled" msgstr "Behandeld" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8151,9 +6734,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Acties" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8211,41 +6795,11 @@ msgstr "Gebruiker {user} verwijderd" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Voeg bibliotheek toe" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Leden toevoegen" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8266,6 +6820,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Geen afdelingen" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Geen leden" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8286,40 +6859,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Delen ongedaan maken" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Geen groepen" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8390,53 +6935,34 @@ msgid "Limits" msgstr "Limieten" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organisaties" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Intrekken Admin" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Aantal leden" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Admins" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Organisaties" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Admin instellen" @@ -8444,21 +6970,20 @@ msgstr "Admin instellen" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Organisatie verwijderen" - -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Uitgenodigd door" + #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" msgstr "Geaccepteerd door" @@ -8484,30 +7009,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Uitnodigingen" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Verwijderen" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Toevoegen" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8535,31 +7093,32 @@ msgstr "" msgid "All Notifications" msgstr "Alle meldingen" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Aantal groepen" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Verwijder Organisatie" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8577,10 +7136,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Geschiedenis-instellingen" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikis" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Systeem" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8605,30 +7168,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Virusscan" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Voorwaarden" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Aangemaakt" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Bijwerken" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8637,6 +7189,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Voorwaarden" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8647,15 +7207,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8667,34 +7229,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Gedeelde links" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Database" @@ -9004,23 +7554,9 @@ msgstr "" msgid "shared by:" msgstr "gedeeld door:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "De eigenaar van deze bibliotheek heeft geen ruimte meer." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Alles annuleren" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9036,7 +7572,11 @@ msgstr "Weet je zeker dat je deze pagina wilt verwijderen?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9087,17 +7627,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Pagina's" @@ -9148,14 +7678,18 @@ msgstr "" msgid "Profile" msgstr "Profiel" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Taal" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Tweestapsauthenticatie" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Gekoppelde apparaten" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9164,35 +7698,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profielinstelling" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Gedeeld door:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Lijst" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Raster" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9202,14 +7708,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Document conversie mislukt." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "je kan ook drukken op..." - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9236,6 +7734,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9349,92 +7852,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Geen apparaten verbonden" - -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Geen synchronisatiefouten" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Geen groepen" - -#: frontend/src/translate.js:12 -msgid "No notifications" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9445,7 +7867,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9652,6 +8074,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9721,9 +8590,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9745,38 +8611,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po index deefed1983..af0c9b5e06 100644 --- a/locale/pl/LC_MESSAGES/django.po +++ b/locale/pl/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Ryszard Trojnacki , 2020\n" "Language-Team: Polish (http://app.transifex.com/haiwen/seahub/language/pl/)\n" @@ -868,7 +868,8 @@ msgid "" msgstr "Obecnie posiadasz %(nb_avatars)d awatarów, a dozwolone maksimum to %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1529,11 +1530,11 @@ msgstr "Załoga %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Odmowa dostępu" @@ -2520,8 +2521,8 @@ msgstr "Współdzielone biblioteki" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3057,11 +3058,11 @@ msgstr "Wyłącz" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Nie można wyświetlić pliku" @@ -3093,7 +3094,7 @@ msgstr "Wskazana historia nie istnieje" msgid "Unknown error" msgstr "Nieznany błąd" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nie istnieje." @@ -3120,9 +3121,9 @@ msgid "Bad upload link token." msgstr "Nieprawidłowy token łącza przesyłania." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Plik nie istnieje" @@ -3150,49 +3151,49 @@ msgstr "Wybrane kodowanie jest nieprawidłowe." msgid "Unknown file encoding" msgstr "Nieznane kodowanie pliku" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Rozmiar pliku przekracza %s, nie może być otwarty online." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Biblioteka jest zaszyfrowana, nie można otworzyć pliku online." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Nie można pobrać pliku, nieprawidłowa ścieżka" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Nie można pobrać pliku, zła ścieżka" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Nie można pobrać pliku." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Link udostępnienia dla %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Nie udało się pobrać pliku" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/pl/LC_MESSAGES/djangojs.po b/locale/pl/LC_MESSAGES/djangojs.po index ee034ac59b..1f5e11d242 100644 --- a/locale/pl/LC_MESSAGES/djangojs.po +++ b/locale/pl/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: K.S. , 2015-2018\n" "Language-Team: Polish (http://app.transifex.com/haiwen/seahub/language/pl/)\n" @@ -36,8 +36,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Administrator systemu" @@ -49,44 +47,22 @@ msgstr "Administrator organizacji" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Awatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Pokaż profil i więcej" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Wykorzystane:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Ustawienia" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Wyloguj się" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -136,6 +112,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -217,33 +209,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Powiadomienia" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -281,54 +266,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Tagi" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Pliki" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -339,57 +295,23 @@ msgstr "Pliki" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Więcej operacji" @@ -414,7 +336,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -436,7 +357,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -451,6 +372,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Opis" @@ -478,8 +400,6 @@ msgstr "Opis" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -489,8 +409,6 @@ msgstr "Opis" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -498,7 +416,6 @@ msgstr "Opis" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -507,30 +424,24 @@ msgstr "Opis" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -539,7 +450,6 @@ msgstr "Opis" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -555,11 +465,8 @@ msgstr "Opis" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -571,11 +478,9 @@ msgstr "Opis" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -604,18 +509,12 @@ msgstr "Anuluj" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -625,29 +524,21 @@ msgstr "Anuluj" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -656,7 +547,6 @@ msgstr "Anuluj" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -669,8 +559,6 @@ msgstr "Anuluj" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -679,9 +567,6 @@ msgstr "Anuluj" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -694,14 +579,12 @@ msgstr "Anuluj" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -731,14 +614,9 @@ msgstr "Dodaj Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -748,10 +626,8 @@ msgstr "Dodaj Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -759,12 +635,8 @@ msgstr "Dodaj Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -777,7 +649,6 @@ msgstr "Dodaj Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -785,12 +656,8 @@ msgstr "Dodaj Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -800,29 +667,32 @@ msgstr "Dodaj Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -849,13 +719,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -940,11 +810,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1012,122 +878,55 @@ msgstr "Czy na pewno chcesz usunąć swoje konto?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1173,20 +972,15 @@ msgstr "Czy na pewno chcesz przywrócić tę bibliotekę?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Przywróć" @@ -1207,12 +1001,6 @@ msgstr "Usuń pliki z tego urządzenia jak tylko będzie ono dostępne." #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Odłącz" @@ -1248,7 +1036,6 @@ msgstr "Kopiuj wybrane elementy do:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1304,16 +1091,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nowy plik" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1355,12 +1138,8 @@ msgstr "Hasła nie są identyczne" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1371,39 +1150,19 @@ msgid "Template" msgstr "Szablon" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1420,6 +1179,7 @@ msgstr "Odczyt i zapis" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1431,24 +1191,18 @@ msgstr "Zaszyfruj" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Hasło" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Powtórz hasło" @@ -1459,7 +1213,6 @@ msgstr "Powtórz hasło" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Wewnętrzny błąd serwera" @@ -1470,10 +1223,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1491,13 +1240,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1523,7 +1269,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1536,35 +1281,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Prześlij" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1572,10 +1306,6 @@ msgstr "Prześlij" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Pobierz" @@ -1602,7 +1332,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1610,8 +1339,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopiuj" @@ -1625,9 +1352,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1635,14 +1359,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1652,9 +1371,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Edytuj" @@ -1695,16 +1411,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Usuń bibliotekę" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Usuń grupę" @@ -1712,17 +1425,6 @@ msgstr "Usuń grupę" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Pomyślnie edytowane etykiety." @@ -1736,10 +1438,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1797,18 +1495,6 @@ msgstr "Nazwa urządzenia" msgid "Date" msgstr "Data" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Użytkownik anonimowy" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Dostęp do tego pliku (najwyraźniej) nie został nigdy uzyskany" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1869,114 +1555,19 @@ msgid "Upload Link" msgstr "Łącze przesyłania" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Ukryj" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Pokaż" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Aktualizuj" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Wyślij" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Dodaj ochronę hasła" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Dodaj termin ważności" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Wygeneruj" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Poprzedni (strzałka w lewo)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Następny (strzałka w prawo)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Zamknij (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1987,20 +1578,6 @@ msgstr "Wybierz plik .xlsx" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Pobierz przykładowy plik" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Prześlij plik" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2052,7 +1629,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2060,28 +1636,19 @@ msgid "It is required." msgstr "Wymagane." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "Pomyślnie zaproszono %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "Pomyślnie zaproszono %(email) i %(num) innych osób." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2092,10 +1659,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Emaile, rozdzielone ','" @@ -2118,30 +1682,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Ta biblioteka jest chroniona hasłem" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Nieprawidłowe hasło" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Hasło będzie przechowywane na serwerze wyłącznie przez 1 godzinę." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Ustawienia" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2161,6 +1719,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2224,70 +1788,6 @@ msgstr "Uprawnienia folderu {placeholder}" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grupa" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Folder" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Szukaj grup" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2299,6 +1799,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2315,23 +1816,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2340,8 +1837,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2351,41 +1846,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Rozmiar" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Ostatnia aktualizacja" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2409,6 +1896,8 @@ msgstr "Usunięte biblioteki" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2446,14 +1935,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2464,14 +1952,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Dodaj członka" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2479,29 +1978,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Dodaj użytkownika" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "E-mail" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Potwierdź hasło" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2556,8 +2046,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2568,7 +2056,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Usuń członka" @@ -2597,7 +2084,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Ogranicz przestrzeń" @@ -2638,8 +2124,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2702,76 +2186,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Odmowa dostępu" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Błąd" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Proszę sprawdzić sieć." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2817,39 +2231,6 @@ msgstr "Wersja" msgid "Labels" msgstr "Etykiety" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Żaden" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Nieznany" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Szczegóły" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Aktualna wersja" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Pokaż migawkę" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2864,17 +2245,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Łącza udostępniania" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Łącza przesyłania" @@ -2887,98 +2262,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Wygaśnięcie" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Pomyślnie usunięto 1 element" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Twórca" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Odsyłacz" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Wizyty" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3016,39 +2299,6 @@ msgstr "" msgid "Search files in this library" msgstr "Przeszukaj pliki w tej bibliotece" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Brak rezultatu" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Aktualna biblioteka" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Inne biblioteki" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3080,6 +2330,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Odsyłacz" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3111,30 +2370,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Udostępnij" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ikona" @@ -3147,78 +2394,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Wybierz biblioteki do udostępnienia" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Zapraszający" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Pomyślnie usunięto 1 element." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3242,12 +2424,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3262,17 +2444,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3291,7 +2468,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3367,10 +2544,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3398,15 +2573,13 @@ msgstr "Nazwa (opcjonalna)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rola" @@ -3462,8 +2635,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3477,19 +2648,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Użytkownicy" @@ -3505,15 +2667,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3541,6 +2699,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Proszę podać 1 lub więcej znaków" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Odmowa dostępu" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Błąd" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Proszę sprawdzić sieć." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3552,25 +2767,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Aktualna ścieżka: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Folder" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3579,8 +2800,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Plik" @@ -3696,6 +2916,17 @@ msgstr "" msgid "Packaging..." msgstr "Pakowanie..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Pliki" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3705,7 +2936,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Kosz" @@ -3728,6 +2959,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3835,87 +3071,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Twórca" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "zablokowany" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Usuń gwiazdkę" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Gwiazdka" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3926,28 +3139,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Biblioteki" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "możesz także wcisnąć ←" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3989,57 +3194,12 @@ msgstr "Błąd sieci" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Zapisywanie..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4054,54 +3214,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Wysyłanie pliku..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Anuluj wszystko" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nazwa" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4113,13 +3228,13 @@ msgid "unstarred" msgstr "Nieoznaczone gwiazdką" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Zablokuj" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Odblokuj" @@ -4128,74 +3243,26 @@ msgstr "Odblokuj" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Otwórz w kliencie" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Otwórz folder nadrzędny" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Moje biblioteki" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Udostępnione dla mnie" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Udostępnione wszystkim" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Szczegóły" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4212,7 +3279,7 @@ msgstr "Admin" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4225,8 +3292,8 @@ msgstr "Członek" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4242,17 +3309,15 @@ msgstr "Aktualna ścieżka: " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Typ biblioteki" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Akcje" @@ -4261,121 +3326,10 @@ msgstr "Akcje" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Ulubione" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Aktywności" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Pomoc" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Klienci" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "O..." - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Łącza" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Foldery" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Udostępnianie" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Członkowie" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4402,6 +3356,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4414,6 +3369,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4450,21 +3410,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4476,53 +3421,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Biblioteki" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Brak rezultatu" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4531,8 +3466,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Domyślnie" @@ -4542,8 +3475,6 @@ msgstr "Domyślnie" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Gość" @@ -4568,6 +3499,10 @@ msgstr "Wyślij do:" msgid "Message (optional):" msgstr "Wiadomość (opcjonalnie)" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Wyślij" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Wysyłanie..." @@ -4601,24 +3536,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4648,14 +3565,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Dodaj ochronę hasła" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4670,30 +3583,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Wygaśnięcie" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4704,46 +3624,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Pobieranie plików jest wyłączone: transfer właściciela łącza został wykorzystany." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Wygasło" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Pomyślnie przeniesiono bibliotekę." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Niepowodzenie. Proszę sprawdzić sieć." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Przekaż" @@ -4755,17 +3662,18 @@ msgid "Folder Permission" msgstr "Uprawnienia folderu" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Wyłącz udostępnianie" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Udostępnianie" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4776,27 +3684,18 @@ msgstr "Zmień hasło" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Zresetuj hasło" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4813,18 +3712,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4832,8 +3719,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4887,15 +3772,9 @@ msgid "New" msgstr "Nowy" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4968,17 +3847,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Ustawienia językowe" @@ -5005,18 +3873,6 @@ msgstr "Platforma" msgid "Last Access" msgstr "Ostatni dostęp" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Dołączone urządzenia" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5036,10 +3892,7 @@ msgstr "Umieść swoje konto w globalnej książce adresowej, aby inni użytkown msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5047,49 +3900,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Wyłącz uwierzytelnianie dwuskładnikowe" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Jeżeli nie masz żadnego urządzenia ze sobą, możesz uzyskać dostęp do konta przy pomocy kodów zapasowych." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Pokaż kody" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Uwierzytelnianie dwuskładnikowe nie jest włączone na Twoim koncie. Aby zwiększyć poziom bezpieczeństwa włącz je." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Włącz uwierzytelnianie dwuskładnikowe" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Uwierzytelnianie dwuskładnikowe" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5106,11 +3916,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Awatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Nazwa użytkownika:" @@ -5153,6 +3958,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5194,54 +4000,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Udostępnione dla mnie" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5322,7 +4088,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5345,6 +4111,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5380,17 +4147,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Wszystkie" @@ -5548,17 +4313,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5695,29 +4460,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5742,7 +4496,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5755,11 +4509,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5791,6 +4540,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5826,15 +4586,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5868,21 +4619,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6074,9 +4810,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6188,8 +4923,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6336,14 +5071,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6367,27 +5097,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Otwórz folder nadrzędny" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6420,34 +5156,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6578,6 +5314,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6593,17 +5332,10 @@ msgstr "Ilość" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Wybierz" - #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" msgstr "" @@ -6717,15 +5449,30 @@ msgstr "Folder przeniesiono" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operacja" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Biblioteka" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6744,11 +5491,6 @@ msgid "(current version)" msgstr "(obecna wersja)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Wyświetl" @@ -6762,19 +5504,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Brak bibliotek" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6792,6 +5521,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Brak bibliotek" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6799,6 +5542,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Członkowie" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6820,27 +5580,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Informacje" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6864,27 +5623,16 @@ msgstr "Utworzono" msgid "Operations" msgstr "Akcje" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Awatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Wykorzystane miejsce / Quota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Kontakt email" @@ -6892,15 +5640,13 @@ msgstr "Kontakt email" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6909,34 +5655,32 @@ msgstr "Status" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Wykorzystana przestrzeń" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Ostatnie logowanie" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Usuń użytkownika" @@ -6945,7 +5689,6 @@ msgstr "Usuń użytkownika" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6956,19 +5699,30 @@ msgstr "Aktywny" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Nieaktywny" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Pomyślnie usunięto 1 element." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Czas zaproszenia" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Zaakceptowane" @@ -6980,7 +5734,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6988,103 +5742,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Pomyślnie skopiowano %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Nie można skopiować %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Opuść udział" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7098,6 +5844,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Zapisywanie..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Otwórz w kliencie" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7106,29 +5862,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Pomoc" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Odśwież" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Moje biblioteki" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7149,17 +5914,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Uszkodzona (proszę się skontaktować z administratorem w celu naprawy)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7188,97 +5957,34 @@ msgstr "" msgid "Shared By" msgstr "Udostępniony przez" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Utworzono" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Brak członków" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Edytuj przydzielone miejsce" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Brak podłączonych urządzeń" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Biblioteka" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Brak błędów synchronizacji" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7348,11 +6054,44 @@ msgstr "Czy na pewno chcesz opróżnić kosz?" msgid "Clear" msgstr "Wyczyść" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Utworzono" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Szukaj grup" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7381,8 +6120,6 @@ msgstr "Wszystkie grupy" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Poprzedni" @@ -7391,8 +6128,6 @@ msgstr "Poprzedni" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Następny" @@ -7401,45 +6136,11 @@ msgstr "Następny" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Wszystkie publiczne łącza" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7448,6 +6149,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Użytkownik anonimowy" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7463,6 +6170,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Udostępnione od" @@ -7482,26 +6190,12 @@ msgid "Organization" msgstr "Organizacja" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Wyeksportuj do Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7515,7 +6209,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7578,36 +6271,9 @@ msgstr "Niepowodzenie" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Resetuj hasło" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Odwołaj admina" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7662,39 +6328,6 @@ msgstr "Zaimportuj użytkowników" msgid "Add user" msgstr "Dodaj użytkownika" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Statystyka" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Urządzenia" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logi" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 dni" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 dni" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 rok" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7713,8 +6346,6 @@ msgstr "Zmodyfikowano" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7781,39 +6412,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "System" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7871,6 +6469,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Wyślij plik" @@ -7916,6 +6518,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7924,16 +6530,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7985,8 +6581,6 @@ msgstr "Podaj tutaj rozszerzenia plików, rozdzielona za pomocą ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7995,6 +6589,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8007,6 +6602,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8035,94 +6641,66 @@ msgstr "" msgid "all members" msgstr "wszyscy członkowie" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Wizyty" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Usuń" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Brak bibliotek publicznych" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Udostępnij istniejące biblioteki" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8134,6 +6712,11 @@ msgstr "" msgid "Handled" msgstr "Przetworzone" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8147,9 +6730,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "Dziennik logowań administratora" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operacja" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8207,41 +6791,11 @@ msgstr "Usunięto użytkownika {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Dodaj bibliotekę" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Dodaj członków" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8262,6 +6816,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Brak członków" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8282,40 +6855,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Przestań udostępniać bibliotekę" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Pomyślnie wyłączono udostępnianie biblioteki {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Brak grup" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8386,53 +6931,34 @@ msgid "Limits" msgstr "Limity" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizacje" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Odwołaj admina" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Liczba uzytkowników" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Admini" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Instytucje" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Ustaw jako administratora" @@ -8440,21 +6966,20 @@ msgstr "Ustaw jako administratora" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Usuń instytucję" - -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Zapraszający" + #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" msgstr "Zaakceptował" @@ -8480,31 +7005,64 @@ msgid "Delete Expired Invitations" msgstr "Usuń zaproszenia, które utracił ważność" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Zaproszenia" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Token" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Usuń" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Dodaj" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Boczne menu nawigacyjne" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8531,31 +7089,32 @@ msgstr "" msgid "All Notifications" msgstr "Wszystkie powiadomienia" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Liczba grup" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Usuń organizację" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8573,10 +7132,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Ustawienia historii" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "System" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8601,30 +7164,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Skanowanie antywirusowe" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Regulamin" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Logi administracyjne" - #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Utworzone" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Aktualizuj" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8633,6 +7185,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Regulamin" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8643,15 +7203,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Czy na pewno chcesz usunąć wybranych użytkowników?" @@ -8663,34 +7225,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Login ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Współdzielone łącza" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Instytucja" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Domyślny administrator" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Baza danych" @@ -9000,23 +7550,9 @@ msgstr "" msgid "shared by:" msgstr "udostępnił:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Właściciel tej biblioteki wykorzystał całą dostępną przestrzeń." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Anuluj wszystko" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9032,7 +7568,11 @@ msgstr "Czy na pewno chcesz usunąć tę stronę?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Boczne menu nawigacyjne" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9083,17 +7623,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Strony" @@ -9144,14 +7674,18 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Język" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Uwierzytelnianie dwuskładnikowe" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Dołączone urządzenia" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9160,35 +7694,7 @@ msgstr "" msgid "Profile Setting" msgstr "Ustawienia profilu" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Udostępnił: " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Lista" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Siatka" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9198,14 +7704,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Niepowodzenie konwersji dokumentu" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "możesz także wcisnąć ←" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9232,6 +7730,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9345,92 +7848,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Brak podłączonych urządzeń" - -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Brak błędów synchronizacji" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Brak grup" - -#: frontend/src/translate.js:12 -msgid "No notifications" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9441,7 +7863,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9648,6 +8070,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9717,9 +8586,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9741,38 +8607,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index 9030fd09bf..8896031b42 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: zheng xie , 2013,2017\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/haiwen/seahub/language/pt_BR/)\n" @@ -878,7 +878,8 @@ msgid "" msgstr "Você já tem %(nb_avatars)d avatars, e o máximo permitido é %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1534,11 +1535,11 @@ msgstr "A equipe %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Permissão negada" @@ -2522,8 +2523,8 @@ msgstr "Bibliotecas Compartilhadas" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3059,11 +3060,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Incapaz de visualizar o arquivo" @@ -3095,7 +3096,7 @@ msgstr "O histórico que você especificou não existe" msgid "Unknown error" msgstr "Erro desconhecido" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" não existe." @@ -3122,9 +3123,9 @@ msgid "Bad upload link token." msgstr "Token do link de upload invalida" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "O arquivo não existe" @@ -3152,49 +3153,49 @@ msgstr "A codificação escolhida não é adequada." msgid "Unknown file encoding" msgstr "Codificação de arquivo desconhecida" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "O tamanho do arquivo supera %s, não pode ser aberto online." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "A biblioteca está criptografada. Os arquivos não podem ser abertos online." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Impossivel realizar o download do arquivo, caminho invalido" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Impossivel realizar o download do arquivo, caminho incorreto" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Não foi possível baixar o arquivo" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/pt_BR/LC_MESSAGES/djangojs.po b/locale/pt_BR/LC_MESSAGES/djangojs.po index 92b6af6cd2..6535182764 100644 --- a/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: cunhaal , 2017\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/haiwen/seahub/language/pt_BR/)\n" @@ -38,8 +38,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Administrador do sistema" @@ -51,44 +49,22 @@ msgstr "Administração da Organização" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Visualizar perfil" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Utilizado:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Configuração" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Sair" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -138,6 +114,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -219,33 +211,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Notificações" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Notificação" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -283,54 +268,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Arquivos" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -341,57 +297,23 @@ msgstr "Arquivos" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Mais operacões" @@ -416,7 +338,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -438,7 +359,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -453,6 +374,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Descrição" @@ -480,8 +402,6 @@ msgstr "Descrição" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -491,8 +411,6 @@ msgstr "Descrição" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -500,7 +418,6 @@ msgstr "Descrição" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -509,30 +426,24 @@ msgstr "Descrição" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -541,7 +452,6 @@ msgstr "Descrição" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -557,11 +467,8 @@ msgstr "Descrição" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -573,11 +480,9 @@ msgstr "Descrição" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -606,18 +511,12 @@ msgstr "Cancelar" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -627,29 +526,21 @@ msgstr "Cancelar" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -658,7 +549,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -671,8 +561,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -681,9 +569,6 @@ msgstr "Cancelar" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -696,14 +581,12 @@ msgstr "Cancelar" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -733,14 +616,9 @@ msgstr "Adicionar Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -750,10 +628,8 @@ msgstr "Adicionar Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -761,12 +637,8 @@ msgstr "Adicionar Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -779,7 +651,6 @@ msgstr "Adicionar Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -787,12 +658,8 @@ msgstr "Adicionar Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -802,29 +669,32 @@ msgstr "Adicionar Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -851,13 +721,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -942,11 +812,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1014,122 +880,55 @@ msgstr "Você realmente deseja excluir essa conta?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1175,20 +974,15 @@ msgstr "Tem certeza que deseja recuperar essa biblioteca?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Restaurar" @@ -1209,12 +1003,6 @@ msgstr "Excluir arquivos deste dispositivo da próxima vez em que ele estiver on #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Desvincular" @@ -1250,7 +1038,6 @@ msgstr "Copiar itens selecionados para:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1306,16 +1093,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Novo Arquivo" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1357,12 +1140,8 @@ msgstr "Senhas não coincidem" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1373,39 +1152,19 @@ msgid "Template" msgstr "Template" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1422,6 +1181,7 @@ msgstr "Leitura-Escrita" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1433,24 +1193,18 @@ msgstr "Criptografar" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Senha" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Informe a senha novamente" @@ -1461,7 +1215,6 @@ msgstr "Informe a senha novamente" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Erro interno do servidor" @@ -1472,10 +1225,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1493,13 +1242,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1525,7 +1271,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1538,35 +1283,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Enviar arquivo" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1574,10 +1308,6 @@ msgstr "Enviar arquivo" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Download" @@ -1604,7 +1334,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1612,8 +1341,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Copiar" @@ -1627,9 +1354,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1637,14 +1361,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1654,9 +1373,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Editar" @@ -1697,16 +1413,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Excluir Biblioteca" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Excluir Grupo" @@ -1714,17 +1427,6 @@ msgstr "Excluir Grupo" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1738,10 +1440,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1799,18 +1497,6 @@ msgstr "Nome do Dispositivo" msgid "Date" msgstr "Data" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Usuário anônimo" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Este arquivo aparentemente não foi acessado ainda" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1871,114 +1557,19 @@ msgid "Upload Link" msgstr "Enviar Link" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Ocultar" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Mostrar" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Atualizar" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Enviar" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Adicionar proteção por senha" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Adicionar auto expiração" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Gerar" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Voltar (Seta para a esquerda)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Proximo(Seta para a direita)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Fechar (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1989,20 +1580,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Enviar arquivo" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2054,7 +1631,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2062,28 +1638,19 @@ msgid "It is required." msgstr "Obrigatorio" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2094,10 +1661,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2120,30 +1684,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Esta biblioteca esta protegida com senha" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Senha incorreta" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "A senha será mantida no servidor por apenas 1 hora." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Configuração" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2163,6 +1721,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2226,70 +1790,6 @@ msgstr "{placeholder} Permissão da Pasta" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grupo" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Pasta" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Procurar grupos" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2301,6 +1801,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2317,23 +1818,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2342,8 +1839,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2353,41 +1848,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Tamanho" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Última atualização" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2411,6 +1898,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2448,14 +1937,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2466,14 +1954,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Adicionar Membro" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2481,29 +1980,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Adicionar Usuário" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "E-mail" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Confirme a senha" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2558,8 +2048,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2570,7 +2058,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Excluir Membro" @@ -2599,7 +2086,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "definir cota" @@ -2640,8 +2126,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2704,76 +2188,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Permissão negada" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Erro" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Por favor " - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2819,39 +2233,6 @@ msgstr "Versão" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Nenhum" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Desconhecido" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detalhes" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Versão Atual" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Ver instântanea" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2866,17 +2247,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Links compartilhados" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Enviar Links" @@ -2889,98 +2264,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Expiração" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Sucesso ao excluir 1 item." - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Criador" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Link" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Visitas" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3018,39 +2301,6 @@ msgstr "" msgid "Search files in this library" msgstr "Pesquisar arquivos nessa biblioteca" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Sem resultado" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Biblioteca atual" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Outras bibliotecas" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3082,6 +2332,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Link" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3113,30 +2372,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Compartilhar" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ícone" @@ -3149,78 +2396,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Selecione bibliotecas para compartilhar" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Convidador." - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Item excluído com sucesso." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3244,12 +2426,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3264,17 +2446,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3293,7 +2470,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3369,10 +2546,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3400,15 +2575,13 @@ msgstr "Nome(opcional)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Papel" @@ -3464,8 +2637,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3479,19 +2650,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Usuários" @@ -3507,15 +2669,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3543,6 +2701,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Por favor digite 1 ou mais caracteres" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Permissão negada" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Erro" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Por favor " + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3554,25 +2769,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Caminho atual:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Pasta" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3581,8 +2802,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Arquivo" @@ -3698,6 +2918,17 @@ msgstr "" msgid "Packaging..." msgstr "Empacotando..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Arquivos" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3707,7 +2938,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Lixeira" @@ -3730,6 +2961,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3837,87 +3073,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Criador" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "Travado" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Desmarcar" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Marcar" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3928,28 +3141,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Bibliotecas" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "você pode também pressionar ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3991,57 +3196,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Salvando..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4056,54 +3216,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Carregando Arquivo..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Cancelar Todos" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "nome" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4115,13 +3230,13 @@ msgid "unstarred" msgstr "desmarcar" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Trava" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Destravar" @@ -4130,74 +3245,26 @@ msgstr "Destravar" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Abrir através do cliente Desktop" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Minhas Bibliotecas" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Compartilhado comigo" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Compartilhado com todos" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detalhes" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4214,7 +3281,7 @@ msgstr "Administrador" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4227,8 +3294,8 @@ msgstr "Membro" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4244,17 +3311,15 @@ msgstr "Caminho atual:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Tipo da Biblioteca" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Ações" @@ -4263,121 +3328,10 @@ msgstr "Ações" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoritos" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Atividades" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Ajuda" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Clientes" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Sobre" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Links" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Pastas" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Área de trabalho" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Compartilhar Administrador" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Membros" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4404,6 +3358,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4416,6 +3371,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4452,21 +3412,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4478,53 +3423,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Bibliotecas" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Sem resultado" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4533,8 +3468,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Padrão" @@ -4544,8 +3477,6 @@ msgstr "Padrão" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Convidado" @@ -4570,6 +3501,10 @@ msgstr "Enviar para:" msgid "Message (optional):" msgstr "Mensagem (opcional):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Enviar" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Enviando…" @@ -4603,24 +3538,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4650,14 +3567,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Adicionar proteção por senha" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4672,30 +3585,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Expiração" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4706,46 +3626,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "O download do arquivo foi desativado: o tráfego do link compartilhado se esgotou." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Expirado" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Biblioteca transferida com sucesso." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Falha. Por favor, verifique a rede." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Transferir" @@ -4757,17 +3664,18 @@ msgid "Folder Permission" msgstr "Permissão da Pasta" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Descompartilhar" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Compartilhar Administrador" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4778,27 +3686,18 @@ msgstr "Trocar senha" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Resetar senha" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4815,18 +3714,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4834,8 +3721,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4889,15 +3774,9 @@ msgid "New" msgstr "Novo" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4970,17 +3849,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Configuração de Idioma" @@ -5007,18 +3875,6 @@ msgstr "Plataforma" msgid "Last Access" msgstr "Último Acesso" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Dispositivos Conectados" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5038,10 +3894,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5049,49 +3902,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Desabilitar Autenticação de 2 fatores" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Se você não tiver nenhum dispositivo contigo, você pode acessar a sua conta utilizando códigos de backup" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Exibir Códigos" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Autenticação de 2 fatores não está habilitada para sua conta. Habilite esse tipo de autenticação para aumentar a segurança da sua conta." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Habilitar Autenticação de 2 fatores" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Autenticação de 2 fatores" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5108,11 +3918,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Nome de usuário:" @@ -5155,6 +3960,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5196,54 +4002,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Compartilhado comigo" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5324,7 +4090,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5347,6 +4113,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5382,17 +4149,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Todos" @@ -5550,17 +4315,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5697,29 +4462,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5744,7 +4498,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5757,11 +4511,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5793,6 +4542,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5828,15 +4588,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5870,21 +4621,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6076,9 +4812,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6190,8 +4925,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6338,14 +5073,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6369,27 +5099,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6422,34 +5158,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6580,6 +5316,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6595,15 +5334,8 @@ msgstr "Contar" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6719,15 +5451,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Operação" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Biblioteca" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6746,11 +5493,6 @@ msgid "(current version)" msgstr "(versão atual)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Ver" @@ -6764,19 +5506,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Nenhuma biblioteca" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6794,6 +5523,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Nenhuma biblioteca" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6801,6 +5544,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Membros" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6822,27 +5582,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Informação" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6866,27 +5625,16 @@ msgstr "Criado em" msgid "Operations" msgstr "Operações" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Espaço utilizado / cota" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "E-mail de contato" @@ -6894,15 +5642,13 @@ msgstr "E-mail de contato" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6911,34 +5657,32 @@ msgstr "Estado" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Espaço utilizado" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Ultimo Login" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Excluir Usuário" @@ -6947,7 +5691,6 @@ msgstr "Excluir Usuário" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6958,19 +5701,30 @@ msgstr "Ativo" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inativo" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Item excluído com sucesso." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Tempo do Convite" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Aceito" @@ -6982,7 +5736,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6990,103 +5744,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr " %(name)s. copiados com sucesso" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Falha ao copiar %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Permitir compartilhamento" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7100,6 +5846,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Salvando..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Abrir através do cliente Desktop" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7108,29 +5864,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Ajuda" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Atualizar" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Minhas Bibliotecas" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7151,17 +5916,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Danificado (por favor contate seu administrador para consertar esta biblioteca)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7190,97 +5959,34 @@ msgstr "" msgid "Shared By" msgstr "Compartilhado por" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Criado em" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Nenhum membro" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Editar cota" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Nenhum dispositivo conectado" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Biblioteca" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Sem erros de sincronização" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7350,11 +6056,44 @@ msgstr "Você tem certeza que deseja limpar a lixeira?" msgid "Clear" msgstr "Limpo" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Criado em" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Procurar grupos" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7383,8 +6122,6 @@ msgstr "Todos os grupos" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Anterior" @@ -7393,8 +6130,6 @@ msgstr "Anterior" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Próximo" @@ -7403,45 +6138,11 @@ msgstr "Próximo" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Todos links públicos" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7450,6 +6151,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Usuário anônimo" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7465,6 +6172,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Compartilhamento de" @@ -7484,26 +6192,12 @@ msgid "Organization" msgstr "Organização" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Exportar para Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7517,7 +6211,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7580,36 +6273,9 @@ msgstr "Falha" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Restaurar senha" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Administrador revogado" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7664,39 +6330,6 @@ msgstr "Importar usuários" msgid "Add user" msgstr "Incluir usuários" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Dispositivos" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logs" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7715,8 +6348,6 @@ msgstr "Alterado" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7783,39 +6414,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistema" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7873,6 +6471,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Carregamento de Arquivo" @@ -7918,6 +6520,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7926,16 +6532,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7987,8 +6583,6 @@ msgstr "Digite as extensões de arquivos aqui, separado por ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7997,6 +6591,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8009,6 +6604,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8037,94 +6643,66 @@ msgstr "" msgid "all members" msgstr "Todos os membros" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Visitas" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Remover" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Compartilhar bibliotecas existentes" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8136,6 +6714,11 @@ msgstr "" msgid "Handled" msgstr "Gerenciado" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8149,9 +6732,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Operação" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8209,41 +6793,11 @@ msgstr "Usuário excluído {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Adicionar biblioteca" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Adicionar membros" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8264,6 +6818,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Nenhum membro" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8284,40 +6857,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Descompartilhar Biblioteca" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Sucesso ao descompartilhar biblioteca {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Nenhum grupo" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8388,53 +6933,34 @@ msgid "Limits" msgstr "Limites" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizações" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Administrador revogado" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Número de membros" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administradores" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Instituições" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Definir Administrador" @@ -8442,21 +6968,20 @@ msgstr "Definir Administrador" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Excluir Instituição" - -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Convidador." + #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" msgstr "Aceitador." @@ -8482,31 +7007,64 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Convites" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Remover" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Adicionar" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Menu de Navegação Lateral" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8533,31 +7091,32 @@ msgstr "" msgid "All Notifications" msgstr "Todas as notificações" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Número de grupos" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Excluir organização" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8575,10 +7134,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Configurações do Histórico" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistema" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8603,30 +7166,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Verificação de Vírus" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Termos e Condições" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Logs do Administrador" - #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Criado" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Atualizar" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8635,6 +7187,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Termos e Condições" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8645,15 +7205,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Você tem certeza que quer excluir o(s) usuário(s) selecionado(s)?" @@ -8665,34 +7227,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Links compartilhados" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Base de Dados" @@ -9002,23 +7552,9 @@ msgstr "" msgid "shared by:" msgstr "Compartilhado por:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "O proprietário desta biblioteca está sem espaço." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Cancelar Todos" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9034,7 +7570,11 @@ msgstr "Tem certeza que quer excluir esta página?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Menu de Navegação Lateral" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9085,17 +7625,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Páginas" @@ -9146,14 +7676,18 @@ msgstr "" msgid "Profile" msgstr "Perfil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Idioma" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Autenticação de 2 fatores" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Dispositivos Conectados" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9162,35 +7696,7 @@ msgstr "" msgid "Profile Setting" msgstr "Configurar perfil" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Compartilhado por:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Lista" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Grid" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9200,14 +7706,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "A conversão falhou" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "você pode também pressionar ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9234,6 +7732,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9347,92 +7850,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Nenhum dispositivo conectado" - -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Sem erros de sincronização" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Nenhum grupo" - -#: frontend/src/translate.js:12 -msgid "No notifications" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9443,7 +7865,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9650,6 +8072,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9719,9 +8588,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9743,38 +8609,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po index ce07d051e6..30685d0956 100644 --- a/locale/ru/LC_MESSAGES/django.po +++ b/locale/ru/LC_MESSAGES/django.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Vladimir , 2015-2024\n" "Language-Team: Russian (http://app.transifex.com/haiwen/seahub/language/ru/)\n" @@ -880,8 +880,9 @@ msgid "" msgstr "У вас уже есть %(nb_avatars)d аватар, максимально разрешено %(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "Длина пароля WebDAV должна быть менее 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1541,11 +1542,11 @@ msgstr "Команда %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Доступ запрещен" @@ -2532,8 +2533,8 @@ msgstr "Общедоступные библиотеки" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3069,11 +3070,11 @@ msgstr "Отключить" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Не удается посмотреть файл" @@ -3105,7 +3106,7 @@ msgstr "Указанная история не существует" msgid "Unknown error" msgstr "Неизвестная ошибка" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" не существует." @@ -3132,9 +3133,9 @@ msgid "Bad upload link token." msgstr "Плохой токен ссылки загрузки." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Файл не существует" @@ -3162,49 +3163,49 @@ msgstr "Выбранный режим кодирования не являетс msgid "Unknown file encoding" msgstr "Неизвестная кодировка файла." -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Размер файла превышает %s, и не может быть открыт в онлайн режиме." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Библиотека зашифрована, не может быть открыта онлайн." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Ошибка при подготовке страницы предварительного просмотра файла Office Online." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Ошибка при подготовке страницы предварительного просмотра файла OnlyOffice." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Невозможно скачать файл, неверный путь" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Невозможно скачать файл, неправильный путь" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Не удается загрузить файл." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Общедоступная ссылка для %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Не удается скачать файл" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "Исходный файл не существует" diff --git a/locale/ru/LC_MESSAGES/djangojs.po b/locale/ru/LC_MESSAGES/djangojs.po index fc2ca211a9..35a65594e8 100644 --- a/locale/ru/LC_MESSAGES/djangojs.po +++ b/locale/ru/LC_MESSAGES/djangojs.po @@ -6,14 +6,14 @@ # Translators: # Denis Baranov , 2015 # Michael Klimenko , 2015 -# Vladimir , 2015-2024 +# Vladimir , 2015-2025 msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" -"Last-Translator: Vladimir , 2015-2024\n" +"Last-Translator: Vladimir , 2015-2025\n" "Language-Team: Russian (http://app.transifex.com/haiwen/seahub/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,8 +38,6 @@ msgid "Exit Institution Admin" msgstr "Выход администратора учреждения" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Системный администратор" @@ -51,44 +49,22 @@ msgstr "Администратор сообщества" msgid "Institution Admin" msgstr "Администратор учреждения" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Аватар" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Просмотр профиля и другое" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Использовано:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Настройки" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "Портал клиентов" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Выход" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "Отменить" @@ -138,6 +114,22 @@ msgstr "{share_from} поделился папкой {repo_link} в группе msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} передал вам библиотеку {repo_link}." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "Файл {upload_file_link} загружен в {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "Файл {upload_file_link} загружен." + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "Папка {upload_folder_link} загружена в {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "Папка {upload_folder_link} загружена." + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "{user} создал файл {fileName} в библиотеке {libraryName}." @@ -219,33 +211,26 @@ msgid "" "library {libraryName}." msgstr "{user} переместил папку {folderName} и {folderCount} других папок в библиотеке {libraryName}." +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "Ваша библиотека {libraryName} недавно удалила большое количество файлов." + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Уведомления" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Уведомление" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "Отметить все как прочитанное" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "Просмотреть все уведомления" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -283,54 +268,25 @@ msgstr "Обновить вид" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Теги" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Файлы" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -341,57 +297,23 @@ msgstr "Файлы" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Больше операций" @@ -416,7 +338,6 @@ msgid "Abuse report added" msgstr "Отчет о нарушении добавлен" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Сообщить о нарушении" @@ -438,7 +359,7 @@ msgid "Abuse Content" msgstr "Нарушение контента" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Другое" @@ -453,6 +374,7 @@ msgstr "Контактная информация" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Описание" @@ -480,8 +402,6 @@ msgstr "Описание" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -491,8 +411,6 @@ msgstr "Описание" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -500,7 +418,6 @@ msgstr "Описание" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -509,30 +426,24 @@ msgstr "Описание" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -541,7 +452,6 @@ msgstr "Описание" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -557,11 +467,8 @@ msgstr "Описание" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -573,11 +480,9 @@ msgstr "Описание" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -606,18 +511,12 @@ msgstr "Отменить" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -627,29 +526,21 @@ msgstr "Отменить" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -658,7 +549,6 @@ msgstr "Отменить" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -671,8 +561,6 @@ msgstr "Отменить" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -681,9 +569,6 @@ msgstr "Отменить" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -696,14 +581,12 @@ msgstr "Отменить" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -733,14 +616,9 @@ msgstr "Добавить Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -750,10 +628,8 @@ msgstr "Добавить Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -761,12 +637,8 @@ msgstr "Добавить Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -779,7 +651,6 @@ msgstr "Добавить Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -787,12 +658,8 @@ msgstr "Добавить Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -802,29 +669,32 @@ msgstr "Добавить Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -851,13 +721,13 @@ msgstr "Выбрать отдел" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "Нет доступных опций" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "Новая страница" @@ -942,11 +812,7 @@ msgstr "Успешно очищено." #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1014,122 +880,55 @@ msgstr "Вы действительно хотите удалить вашу у #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1175,20 +974,15 @@ msgstr "Вы уверены, что хотите восстановить эту #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Восстановить" @@ -1209,12 +1003,6 @@ msgstr "Удалить файлы с этого устройства, когда #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Удаление" @@ -1250,7 +1038,6 @@ msgstr "Скопировать выбранные элемент(ы) в:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1306,16 +1093,12 @@ msgstr "Имя \"{name}\" уже занято. Пожалуйста, выбер #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Новый файл" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1357,12 +1140,8 @@ msgstr "Пароли не совпадают" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1373,39 +1152,19 @@ msgid "Template" msgstr "Шаблон" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Хранилище" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1422,6 +1181,7 @@ msgstr "Чтение-запись" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1433,24 +1193,18 @@ msgstr "Шифровать" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Пароль" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Подтвердите пароль" @@ -1461,7 +1215,6 @@ msgstr "Подтвердите пароль" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Внутренняя ошибка сервера" @@ -1472,10 +1225,6 @@ msgstr "Тег \"{name}\" уже существует." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1493,13 +1242,10 @@ msgstr "Выбрать цвет" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Сохранить" @@ -1525,7 +1271,6 @@ msgstr "Имя разрешения" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1538,35 +1283,24 @@ msgstr "Имя разрешения" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Загрузить" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1574,10 +1308,6 @@ msgstr "Загрузить" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Скачать" @@ -1604,7 +1334,6 @@ msgstr "Изменение включает в себя изменение фа #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1612,8 +1341,6 @@ msgstr "Изменение включает в себя изменение фа #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Копировать" @@ -1627,9 +1354,6 @@ msgid "Generate share link" msgstr "Создать ссылку для общего доступа" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1637,14 +1361,9 @@ msgstr "Создать ссылку для общего доступа" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1654,9 +1373,6 @@ msgstr "Создать ссылку для общего доступа" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Редактировать" @@ -1697,16 +1413,13 @@ msgstr "Доступ к этой библиотеке предоставлен { #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Удалить библиотеку" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Удалить группу" @@ -1714,17 +1427,6 @@ msgstr "Удалить группу" msgid "Really want to delete this group?" msgstr "Вы действительно хотите удалить эту группу?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Выбрать теги" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Создать новый тег" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Успешно изменены метки." @@ -1738,10 +1440,6 @@ msgid "{placeholder} Access Log" msgstr "{placeholder} Журнал доступа" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1799,18 +1497,6 @@ msgstr "Имя устройства" msgid "Date" msgstr "Дата" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Анонимный пользователь" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "К этому файлу (возможно) еще не получен доступ" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1871,114 +1557,19 @@ msgid "Upload Link" msgstr "Ссылка для загрузки" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Скрыть" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Показать" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "Дата истечения" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Изменить" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Отправить" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Защитить паролем" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Добавить авто истечение срока действия" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Создать" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "Члены группы" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Добро пожаловать в {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} организует хранение ваших файлов в библиотеках. Каждая библиотека может быть автоматически синхронизирована или отдана в общее пользование отдельно. Мы уже создали личную библиотеку для вас. Вы можете создать больше библиотек позже." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} организует хранение ваших файлов в библиотеках. Каждая библиотека может быть автоматически синхронизирована или отдана в общее пользование отдельно. Вы работаете в системе в качестве гостевого пользователя и не можете создавать библиотеки." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "Изображение не может быть загружено." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Предыдущий (Стрелка влево)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Вперед (→)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Закрыть (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Увеличить" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Уменьшить" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "Просмотр исходного изображения" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "Распознавание текста" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1989,20 +1580,6 @@ msgstr "Пожалуйста, выберите .xlsx файл." msgid "Import members from a .xlsx file" msgstr "Импорт участников из файла .xlsx" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Скачать пример файла" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Загрузить файл" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Выбрать файл" @@ -2054,7 +1631,6 @@ msgstr "Отозвать доступ" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2062,28 +1638,19 @@ msgid "It is required." msgstr "Обязательное." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Email недействителен." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "Успешно приглашен %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "Успешно приглашен %(email) и %(num) других людей." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Пригласить гостя" @@ -2094,10 +1661,7 @@ msgstr "Email адреса" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Email(ы), разделенные ','" @@ -2120,30 +1684,24 @@ msgid "Really want to leave this group?" msgstr "Вы действительно хотите покинуть эту группу?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Покинуть" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Эта библиотека защищена паролем" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Неверный пароль" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Пароль будет храниться на сервере в течение 1 часа." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Настройки" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2163,6 +1721,12 @@ msgstr "Расширенные свойства" msgid "Face recognition" msgstr "Распознавание лиц" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "Распознавание текста" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2226,70 +1790,6 @@ msgstr "{placeholder} Разрешения папки" msgid "Set permission of {placeholder}" msgstr "Установить разрешение для {placeholder}" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Группа" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Папка" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "Разрешение папки вступает в силу только после предоставления доступа к библиотеке пользователям или группам. Оно используется для точной настройки разрешений вложенных папок." - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Поиск групп" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "Ничего не найдено" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Поиск пользователей" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Созданные файлы" @@ -2301,6 +1801,7 @@ msgstr "Созданные файлы" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2317,23 +1818,19 @@ msgid "Tagged Files" msgstr "Помеченные файлы" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2342,8 +1839,6 @@ msgstr "Помеченные файлы" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2353,41 +1848,33 @@ msgstr "Помеченные файлы" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Размер" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Последнее обновление" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "удален" @@ -2411,6 +1898,8 @@ msgstr "Удаленные библиотеки" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "Нет удаленных библиотек" @@ -2448,14 +1937,13 @@ msgstr "Выбрать пользователя в качестве админи #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Новый суб-отдел" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2466,14 +1954,25 @@ msgstr "Новый отдел" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Добавить участника" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Поиск пользователей" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2481,29 +1980,20 @@ msgstr "email обязателен" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Добавить пользователя" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Подтвердите пароль" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2558,8 +2048,6 @@ msgstr "Дата окончания" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "Вы уверены, что хотите удалить {placeholder} ?" @@ -2570,7 +2058,6 @@ msgstr "Удалить отдел" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Удалить участника" @@ -2599,7 +2086,6 @@ msgstr "Квота недействительна." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Установить квоту" @@ -2640,8 +2126,6 @@ msgid "" msgstr "Пользовательская часть URL должна иметь длину от 5 до 30 символов и может содержать только буквы (a–z), цифры и дефисы." #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Отменить публикацию" @@ -2704,76 +2188,6 @@ msgstr "Новое имя Wiki" msgid "API token is copied to the clipboard." msgstr "Токен API скопирован в буфер обмена." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Доступ запрещен" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Ошибка" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Пожалуйста, проверьте сеть." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Имя приложения" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} Токен API" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2819,64 +2233,25 @@ msgstr "Версия" msgid "Labels" msgstr "Метки" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Нет" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Неизвестно" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Детали" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Текущая версия" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Просмотр снимка" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" -msgstr "" +msgstr "Выберите офисный пакет" #: frontend/src/components/dialog/repo-office-suite-dialog.js:90 msgid "{library_name} Office Suite" -msgstr "" +msgstr "{library_name} Офисный пакет" #: frontend/src/components/dialog/repo-share-admin-dialog.js:55 msgid "{placeholder} Share Admin" msgstr "{placeholder} Общедоступные ссылки" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Общедоступные ссылки" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Ссылки для загрузки" @@ -2889,98 +2264,6 @@ msgstr "Общие ресурсы пользователей" msgid "Group Shares" msgstr "Общие ресурсы групп" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Истечение" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "Нет общедоступных ссылок" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "Удалить ссылки на общий доступ" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "Вы уверены, что хотите удалить выбранные ссылки общего доступа ?" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Успешно удален 1 объект" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "Удалена 1 ссылка для загрузки" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "Удалено {number_placeholder} ссылок для загрузки" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Создатель " - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Ссылка" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Посещения" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "Нет ссылок для загрузки" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "Удалить ссылки для загрузки" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "Вы уверены, что хотите удалить выбранные ссылки для загрузки ?" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3018,39 +2301,6 @@ msgstr "Экспорт..." msgid "Search files in this library" msgstr "Поиск файлов в библиотеке" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Ничего не найдено" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "Сначала выберите библиотеку или папку." - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Текущая библиотека" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Другие библиотеки" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "Недавно использованный" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "Новая папка" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Установить контактный email пользователя" @@ -3082,6 +2332,15 @@ msgstr "Установить пароль WebDAV" msgid "The link is copied to the clipboard." msgstr "Ссылка скопирована в буфер обмена." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Ссылка" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3113,30 +2372,18 @@ msgstr "Поделиться с другим сервером" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Общий доступ" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "значок" @@ -3149,78 +2396,13 @@ msgstr "Пожалуйста, выберите библиотеку, чтобы msgid "Select libraries to share" msgstr "Выберите библиотеки, общий доступ к которым вы хотите предоставить" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Приглашающий" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Сервер" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "Email пользователя" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Это может занять некоторое время, пожалуйста, подождите." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Успешно удален 1 объект." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "Выбрать сервер" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "Библиотека не может быть передана владельцу." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "По имени в порядке возрастания" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "По имени в порядке убывания" @@ -3244,12 +2426,12 @@ msgstr "По времени в порядке возрастания" msgid "By time descending" msgstr "По времени в порядке убывания" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "Добавить отдел в" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "Создать верхний отдел" @@ -3264,17 +2446,12 @@ msgstr "Удалить отдел" msgid "Are you sure to delete" msgstr "Вы уверены, что хотите удалить" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3293,7 +2470,7 @@ msgstr "Установить ограничение скорости загру msgid "Set Download Rate Limit" msgstr "Установить ограничение скорости скачивания" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "Добавить участника" @@ -3369,10 +2546,8 @@ msgstr "Добавить сообщество" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3400,15 +2575,13 @@ msgstr "Имя (необязательно)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Роль" @@ -3464,8 +2637,6 @@ msgstr "Установить имя" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Условия" @@ -3479,19 +2650,10 @@ msgid "Transfer to department" msgstr "Передать в отдел" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Пользователя(ей)" @@ -3507,15 +2669,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "Если библиотека передана ​​другому пользователю, общий доступ сохранится." #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Отделы" @@ -3543,6 +2701,63 @@ msgstr "Передать группу к" msgid "Please enter 1 or more character" msgstr "Пожалуйста, введите 1 или более символов" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Доступ запрещен" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Ошибка" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Пожалуйста, проверьте сеть." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3554,25 +2769,31 @@ msgstr "Посетить страницу старой версии" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "Нет файла" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr " " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "Восстановлен 1 элемент" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Папка" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3581,8 +2802,7 @@ msgstr "Восстановлен 1 элемент" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Файл" @@ -3698,6 +2918,17 @@ msgstr "Не удалось скачать. Общий размер файлов msgid "Packaging..." msgstr "Упаковка..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Файлы" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "Другие" @@ -3707,7 +2938,7 @@ msgstr "Другие" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Корзина" @@ -3730,6 +2961,11 @@ msgstr "Канбан" msgid "Map" msgstr "Карта" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "Новое представление" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "Подсказки расширения" @@ -3837,87 +3073,64 @@ msgstr "Общая информация" msgid "Capture information" msgstr "Информация о захвате" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Создатель " + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "Заморожено {name}" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "заблокирован {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "заморожено" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "заблокирован" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "Заморожено {name}" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "заблокирован {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "Отменить выбор этого элемента" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "Выбрать этот элемент" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Снять отметку" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Отметить" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "Отменить выбор всех элементов" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "Выбрать все элементы" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "В этой папке нет содержимого на данный момент." @@ -3928,28 +3141,20 @@ msgstr "Вы можете создавать файлы быстро" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "Ничего не найдено" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Библиотеки" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "Вы также можете нажать ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "вы также можете нажать →" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3991,57 +3196,12 @@ msgstr "Ошибка сети" msgid "File too large" msgstr "Файл слишком большой" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Подготовка к загрузке..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Осталось" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Сохранение..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "Ожидайте..." - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "Загрузка..." -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Загружено" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Повторить" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4056,54 +3216,9 @@ msgstr "{failed_files_num} файлов не удалось загрузить" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Файл загружается..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr " Все файлы загружены" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Повторить все" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Отменить все" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "имя" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "размер" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "прогресс" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "состояние" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4115,13 +3230,13 @@ msgid "unstarred" msgstr "не отмечено" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Заблокировать" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Разблокировать" @@ -4130,74 +3245,26 @@ msgstr "Разблокировать" msgid "Find" msgstr "Найти" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "Печать" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Открыть с помощью клиента" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Открыть родительскую папку" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "Онлайн-просмотр не применим к этому формату файла" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "Развернуть" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "Свернуть" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Мои библиотеки" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Общие со мной" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Общие со всеми" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Детали" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4214,7 +3281,7 @@ msgstr "Администратор" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4227,8 +3294,8 @@ msgstr "Участник" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4244,17 +3311,15 @@ msgstr " " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Тип библиотеки" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Действия" @@ -4263,121 +3328,10 @@ msgstr "Действия" msgid "Add group member" msgstr "Добавить члена группы" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Поиск участников группы" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Избранные" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Активность" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wiki" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Помощь" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Клиенты" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "О Seafile" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "Развернуть боковую панель" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Ссылки" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Папки" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Рабочее пространство" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Предоставленные ресурсы" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "Помощь и ресурсы" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "Свернуть боковую панель" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "показать еще" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Участники" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Собственные библиотеки" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Общие библиотеки" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Страница" @@ -4404,6 +3358,7 @@ msgstr "Доступ запрещен. Попробуйте {placeholder-left} #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Нет тегов" @@ -4416,6 +3371,11 @@ msgstr "Тег не найден" msgid "Find a tag" msgstr "Поиск тега" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Создать новый тег" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4452,21 +3412,6 @@ msgstr "Импорт тегов" msgid "Export tags" msgstr "Экспорт тегов" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Опубликовано" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "Вы наблюдаете за изменениями файлов этой библиотеки." - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4478,53 +3423,43 @@ msgid "Type characters to start search" msgstr "Введите символы, чтобы начать поиск" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "во всех библиотеках" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "в этой библиотеке" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "в этой папке" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "Результаты поиска, посещенные недавно" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Библиотеки" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "Текущая страница" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Ничего не найдено" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "Добавить собственное разрешение" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "Любой, у кого есть ссылка" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "Конкретные пользователи в команде" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "Конкретные люди с адресом электронной почты" @@ -4533,8 +3468,6 @@ msgstr "Конкретные люди с адресом электронной #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "По умолчанию" @@ -4544,8 +3477,6 @@ msgstr "По умолчанию" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Гость" @@ -4570,6 +3501,10 @@ msgstr "Отправить: " msgid "Message (optional):" msgstr "Сообщение (необязательно):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Отправить" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Отправка ..." @@ -4603,24 +3538,6 @@ msgstr "Удалена 1 ссылка общего доступа." msgid "Successfully deleted {number_placeholder} share links" msgstr "Удалено {number_placeholder} ссылок общего доступа" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "Добавлено %s." - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "Аутентифицированные электронные письма" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "Аутентифицированные пользователи" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4650,14 +3567,10 @@ msgstr "Создать ссылку" msgid "Number of links" msgstr "Количество ссылок" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Установить разрешения" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "Установить область доступа" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Защитить паролем" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4672,30 +3585,37 @@ msgstr "Прямая ссылка для скачивания скопирова msgid "Direct download link" msgstr "Прямая ссылка для скачивания" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "Область доступа" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "Удалить ссылку на общий доступ" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Вы уверены, что хотите удалить ссылку?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "Экспорт" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "Нет общедоступных ссылок" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Истечение" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "Удалить ссылки на общий доступ" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "Вы уверены, что хотите удалить выбранные ссылки общего доступа ?" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4706,46 +3626,33 @@ msgstr "Успешно сохранено" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Скачивание файла недоступно: трафик по ссылке превышен." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Общий доступ:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Сохранить как ..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Истекло" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Библиотека успешно передана." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Не удалось. Пожалуйста, проверьте сеть." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Не удалось удалить {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Передать" @@ -4757,17 +3664,18 @@ msgid "Folder Permission" msgstr "Разрешения папки" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Закрыть доступ" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Предоставленные ресурсы" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4778,27 +3686,18 @@ msgstr "Изменить пароль" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Сбросить пароль" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "Наблюдать за изменениями файлов" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "Не наблюдать за изменениями файлов" @@ -4815,18 +3714,6 @@ msgstr "Расширенный" msgid "SeaTable integration" msgstr "Интеграция SeaTable" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "Отметка снята с {library_name_placeholder}." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "Отмечено {library_name_placeholder}." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4834,8 +3721,6 @@ msgstr "Переключить режим сортировки" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "Поиск файлов" @@ -4882,22 +3767,16 @@ msgstr "Новый Word файл" #: frontend/src/utils/text-translation.js:32 #| msgid "New Word File" msgid "New Whiteboard File" -msgstr "" +msgstr "Новый файл для белой доски" #: frontend/src/components/toolbar/dir-operation-toolbar.js:263 msgid "New" msgstr "Новый" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "Импорт sdoc" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "Импорт sdoc, подождите..." - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "Отменить выбор" @@ -4970,17 +3849,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "Список добавленных, удаленных и измененных файлов будет отправлен на ваш почтовый ящик." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "Уведомления о сотрудничестве" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "Следует ли отправлять на ваш почтовый ящик уведомления о совместной работе, например о совместном использовании библиотеки или присоединении к группе." - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Выбор языка" @@ -5007,18 +3875,6 @@ msgstr "Платформа" msgid "Last Access" msgstr "Последний доступ" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "Отвязан %(name)s." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Связанные устройства" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5038,10 +3894,7 @@ msgstr "Добавьте свой аккаунт в глобальную адр msgid "Social Login" msgstr "Социальный вход" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Соединить" @@ -5049,49 +3902,6 @@ msgstr "Соединить" msgid "Status: enabled" msgstr "Статус: включено" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Отключить двухфакторную аутентификацию" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Если вы не имеете ни одного устройства с собой, вы можете получить доступ к аккаунту с помощью резервных кодов." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "У вас есть только один резервный код." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "У вас {num} резервных кодов." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Показать коды" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Двухфакторная аутентификация не включена для вашего аккаунта. Включить двухфакторную аутентификацию для обеспечения повышенной безопасности." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Включить двухфакторную аутентификацию" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Двухфакторная аутентификация" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Пожалуйста, выберите файл изображения." @@ -5108,11 +3918,6 @@ msgstr "Файл слишком большой. Допустимый макси msgid "Avatar updated" msgstr "Аватар обновлен" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Аватар:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Имя пользователя:" @@ -5155,6 +3960,7 @@ msgid "Password removed" msgstr "Пароль удален" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "Доступ к WebDAV" @@ -5196,54 +4002,14 @@ msgstr "Переключить режим просмотра" msgid "Wiki published" msgstr "Wiki опубликована" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Опубликовать" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "Преобразовать в новую Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "Отменить публикацию Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "Вы уверены, что хотите отменить публикацию Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Удалить Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "Вы уверены, что хотите удалить Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "Покинуть общедоступную Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "Вы уверены, что хотите покинуть общедоступную Wiki" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "Мои Wiki" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Общие со мной" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "Старые Wiki" @@ -5264,26 +4030,26 @@ msgstr "Подробнее" #: frontend/src/hooks/metadata-ai-operation.js:34 msgid "Extracting text by AI..." -msgstr "" +msgstr "Извлечение текста с помощью ИИ..." #: frontend/src/hooks/metadata-ai-operation.js:39 msgid "Text extracted" -msgstr "" +msgstr "Текст извлечен" #: frontend/src/hooks/metadata-ai-operation.js:43 #| msgid "Failed to extract file details" msgid "Failed to extract text" -msgstr "" +msgstr "Не удалось извлечь текст" #: frontend/src/hooks/metadata-ai-operation.js:57 #| msgid "Generate description" msgid "Generating description by AI..." -msgstr "" +msgstr "Создание описания с помощью ИИ..." #: frontend/src/hooks/metadata-ai-operation.js:61 #| msgid "Description is required" msgid "Description generated" -msgstr "" +msgstr "Описание создано" #: frontend/src/hooks/metadata-ai-operation.js:65 msgid "Failed to generate description" @@ -5292,12 +4058,12 @@ msgstr "Не удалось создать описание" #: frontend/src/hooks/metadata-ai-operation.js:72 #| msgid "Extract file details" msgid "Extracting file details by AI..." -msgstr "" +msgstr "Извлечение сведений о файле с помощью ИИ..." #: frontend/src/hooks/metadata-ai-operation.js:76 #| msgid "File details" msgid "File details extracted" -msgstr "" +msgstr "Сведения о файле извлечены" #: frontend/src/hooks/metadata-ai-operation.js:80 msgid "Failed to extract file details" @@ -5324,7 +4090,7 @@ msgstr "Нет выбора" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "Способ поиска" @@ -5347,6 +4113,7 @@ msgid "No tag" msgstr "Нет тега" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5382,17 +4149,15 @@ msgid "Day" msgstr "День" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Все" @@ -5404,7 +4169,7 @@ msgstr "Сгруппировано по 1 свойству" #: frontend/src/metadata/components/data-process-setter/groupby-setter.js:25 #| msgid "Grouped by xxx properties" msgid "Grouped by {name_placeholder} properties" -msgstr "" +msgstr "Сгруппировано по свойствам {name_placeholder}" #: frontend/src/metadata/components/data-process-setter/groupby-setter.js:27 #: frontend/src/metadata/views/kanban/settings/index.js:105 @@ -5418,7 +4183,7 @@ msgstr "1 скрытое свойство" #: frontend/src/metadata/components/data-process-setter/hide-column-setter.js:19 #| msgid "Failed to modify hidden properties" msgid "{name_placeholder} hidden properties" -msgstr "" +msgstr "{name_placeholder} скрытые свойства" #: frontend/src/metadata/components/data-process-setter/hide-column-setter.js:20 msgid "Hide properties" @@ -5435,7 +4200,7 @@ msgstr "1 предустановленное скрытое свойство" #: frontend/src/metadata/components/data-process-setter/pre-hide-column-setter.js:50 #| msgid "xxx preset hidden properties" msgid "{name_placeholder} preset hidden properties" -msgstr "" +msgstr "{name_placeholder} предустановленные скрытые свойства" #: frontend/src/metadata/components/data-process-setter/sort-setter.js:20 msgid "1 sort" @@ -5550,17 +4315,17 @@ msgid "Turn off" msgstr "Выключить" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "Создать описание" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "Извлечь подробную информацию о файле" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "Создание тегов файлов" @@ -5697,29 +4462,18 @@ msgstr "Поиск соавтора" msgid "Select option(s)" msgstr "Выбор опций" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "удаленный параметр" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "Выбрать опцию" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "Выбрать соавторов" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "Недопустимый фильтр" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "Поиск свойства" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "Только файлы" @@ -5744,7 +4498,7 @@ msgstr "Только видео" msgid "Pictures and videos" msgstr " Изображения и видео" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "Основное" @@ -5757,11 +4511,6 @@ msgstr "Тип файла" msgid "No filters" msgstr "Без фильтров" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "Добавить фильтр" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5793,6 +4542,17 @@ msgstr "По кварталу" msgid "By year" msgstr "По году" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "Поиск свойства" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "Ничего не найдено" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "К этому представлению не применены группировки." @@ -5828,15 +4588,6 @@ msgstr "Показать все" msgid "There is another option with this name" msgstr "Есть еще один вариант с таким названием" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "{name} строк используют этот параметр." - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "Вы уверены, что хотите удалить этот параметр?" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "Нет параметров" @@ -5870,21 +4621,6 @@ msgstr "Используйте функцию импорта/экспорта д msgid "Import options" msgstr "Импорт параметров" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "Экспорт параметров" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "Нет сортировок" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "Добавить сортировку" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "Нет информации для отображения." @@ -6076,9 +4812,8 @@ msgstr "Успешно удалено {name} и еще {n} элементов" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6180,7 +4915,7 @@ msgstr "Не удалось изменить имя человека" #: frontend/src/metadata/store/server-operator.js:224 #| msgid "Failed to rename property" msgid "Failed to remove people photos" -msgstr "" +msgstr "Не удалось удалить фотографии людей" #: frontend/src/metadata/store/server-operator.js:241 #: frontend/src/tag/store/server-operator.js:41 @@ -6190,8 +4925,8 @@ msgstr "Не удалось изменить теги" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Не удалось переименовать {name}" @@ -6328,7 +5063,7 @@ msgstr "Изображение человека" #: frontend/src/metadata/views/face-recognition/index.js:32 #: frontend/src/metadata/views/face-recognition/peoples/people/index.js:26 msgid "Unknown people" -msgstr "" +msgstr "Неизвестные люди" #: frontend/src/metadata/views/face-recognition/peoples/index.js:66 msgid "Identifying portraits..." @@ -6338,20 +5073,15 @@ msgstr "Распознавание портретов..." msgid "items" msgstr "элементы" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "Нет записей" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "Удалить файл" #: frontend/src/metadata/views/gallery/context-menu/index.js:40 msgid "Remove from this group" -msgstr "" +msgstr "Удалить из этой группы" #: frontend/src/metadata/views/kanban/add-board/index.js:38 #: frontend/src/metadata/views/kanban/add-board/index.js:40 @@ -6369,27 +5099,33 @@ msgid "No categories" msgstr "Нет категорий" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "Открыть папку в новой вкладке" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "Открыть файл в новой вкладке" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Открыть родительскую папку" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "Удалить папку" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "Переименовать папку" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "Переименовать файл" @@ -6422,41 +5158,41 @@ msgstr "Свойства для отображения на карточке" msgid "Failed to get user location" msgstr "Не удалось получить местоположение пользователя" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "Очистить выбранное" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "Копировать выбранное" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "Удалить выбранное" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "Извлечь сведения о файле" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "Переместить папку" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "Переместить файл" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "Выберите до 50 файлов" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:679 #| msgid "{placeholder} Access Log" msgid "{name_placeholder} cells cut" -msgstr "" +msgstr "{name_placeholder} ячейки вырезаны" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:679 #| msgid "1 cell copied" @@ -6466,7 +5202,7 @@ msgstr "1 ячейка вырезана" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:719 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} rows are copied." -msgstr "" +msgstr "{name_placeholder} строки скопированы." #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:719 msgid "1 row is copied." @@ -6475,7 +5211,7 @@ msgstr "1 строка скопирована." #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:751 #| msgid "{placeholder} Access Log" msgid "{name_placeholder} cells copied" -msgstr "" +msgstr "{name_placeholder} ячейки скопированы" #: frontend/src/metadata/views/table/masks/interaction-masks/index.js:751 msgid "1 cell copied" @@ -6496,7 +5232,7 @@ msgstr "Все записи загружены" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:113 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} records selected" -msgstr "" +msgstr "{name_placeholder} записи выбраны" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:113 msgid "1 record selected" @@ -6505,17 +5241,17 @@ msgstr "выбрана 1 запись" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:117 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} cells selected" -msgstr "" +msgstr "{name_placeholder} ячейки выбраны" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:122 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} records" -msgstr "" +msgstr "{name_placeholder} записи" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:124 #| msgid "{number_placeholder} / Page" msgid "{name_placeholder} record" -msgstr "" +msgstr "{name_placeholder} запись" #: frontend/src/metadata/views/table/table-main/records-footer/index.js:142 msgid "Load all" @@ -6580,6 +5316,9 @@ msgstr "Удалить свойство" msgid "This property can not be deleted" msgstr "Это свойство не может быть удалено" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6595,16 +5334,9 @@ msgstr "Профиль" msgid "Deleted option" msgstr "Удаленный параметр" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "Строка заблокирована и не может быть изменена" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "Выбор" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" +msgstr "Нет записей" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" @@ -6719,15 +5451,30 @@ msgstr "Перемещенная папка" msgid "No more activities" msgstr "Больше никаких действий" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "Все действия" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Операция" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "Мои действия" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Библиотека" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6746,11 +5493,6 @@ msgid "(current version)" msgstr "(текущая версия)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Просмотр" @@ -6764,19 +5506,6 @@ msgstr " Просмотр связанного снимка" msgid "Successfully restored." msgstr "Успешно восстановлено." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Нет библиотек" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "В этой группе нет общих библиотек" @@ -6794,6 +5523,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "Для этой группы еще не было предоставлено общего доступа к библиотекам. Доступ к библиотеке, общей для группы, могут получить все участники группы. Вы можете предоставить общий доступ к библиотеке для группы в разделе \"Мои библиотеки\". Вы также можете создать новую библиотеку для общего доступа к этой группе, нажав на пункт \"Новая библиотека\" в выпадающем меню." +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Нет библиотек" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6801,6 +5544,23 @@ msgid "" "dropdown menu." msgstr "Вы можете создать библиотеки, нажав на пункт \"Новая библиотека\" в выпадающем меню." +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Это может занять некоторое время, пожалуйста, подождите." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Участники" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "Импорт участников" @@ -6822,27 +5582,26 @@ msgid "This is a special group representing a department." msgstr "Это специальная группа, представляющая отдел." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Инфо" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Собственные библиотеки" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6866,27 +5625,16 @@ msgstr "Создано" msgid "Operations" msgstr "Операции" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Аватар" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Использовано пространства / Квота" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "Поврежден ({repo_id_placeholder})" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Email" @@ -6894,15 +5642,13 @@ msgstr "Email" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6911,34 +5657,32 @@ msgstr "Статус" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Использовано пространства" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Последний вход" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Удалить пользователя" @@ -6947,7 +5691,6 @@ msgstr "Удалить пользователя" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6958,19 +5701,30 @@ msgstr "Активный" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Не активный" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Успешно удален 1 объект." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Время приглашения" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Принято" @@ -6982,7 +5736,7 @@ msgstr "Нет гостевых приглашений" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6990,103 +5744,95 @@ msgid "" "in the dropdown menu." msgstr "Вы еще не пригласили гостей. Гость может получить доступ к общим библиотекам через веб-интерфейс, что позволяет использовать более эффективные способы совместной работы, чем по ссылкам. Вы можете пригласить гостя, нажав на пункт \"Пригласить гостя\" в выпадающем меню." -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "Разрешение на общий доступ к библиотеке не найдено." -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Не удалось переместить файлы в другую библиотеку." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Не удалось скопировать файлы в другую библиотеку." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Файлы перемещены в другую библиотеку." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Файлы скопированы в другую библиотеку." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "Восстановлено {name} и {n} других объектов" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "Восстановлено {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "Не удалось восстановить {name} и {n} других объектов" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "Не удалось восстановить {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "Удалено {name} и {n} других объектов." -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "Не удалось удалить {name} и {n} других объектов." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Не удалось удалить {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "Перемещено {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Не удалось переместить {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Успешно скопировано %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Не удалось скопировать %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "Преобразование, пожалуйста, подождите..." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "Файл преобразован." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "Не удалось преобразовать {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Покинуть общий ресурс" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "Эта библиотека была установлена только для чтения администратором и не может быть обновлена." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "Папка не существует." @@ -7100,6 +5846,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "Вы еще не обращались к своим файлам ни с одним клиентом (настольным или мобильным). Настройте клиенты на ваших устройствах для более удобного доступа к вашим данным." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Сохранение..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Открыть с помощью клиента" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Переключиться на обычный текстовый редактор" @@ -7108,29 +5864,38 @@ msgstr "Переключиться на обычный текстовый ред msgid "Switch to rich text editor" msgstr "Переключиться на визуальный редактор" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Помощь" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Этот файл был обновлен." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Обновить" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "Другой пользователь редактирует этот файл!" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "Покинуть эту страницу? Система может не сохранить ваши изменения." -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "Не удалось сохранить" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Мои библиотеки" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7151,20 +5916,24 @@ msgid "" "Library\" item in the dropdown menu." msgstr "Вы еще не создали ни одной библиотеки. Библиотека - это контейнер для организации ваших файлов и папок. Библиотекой также можно поделиться с другими пользователями и синхронизировать ее с вашими подключенными устройствами. Вы можете создать библиотеку, нажав на пункт \"Новая библиотека\" в выпадающем меню." -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "Отметка снята с {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "Отмечено {library_name_placeholder}." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." -msgstr "" - -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Повреждено (пожалуйста, обратитесь к администратору, чтобы исправить эту библиотеку)" +msgstr "Офисный пакет изменен." #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" -msgstr "" +msgstr "Офисный пакет" #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:54 #: frontend/src/pages/share-admin/folders.js:146 @@ -7190,97 +5959,34 @@ msgstr "Вам не предоставили доступ к библиотек msgid "Shared By" msgstr "Доступно для" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Создано" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "ID отдела" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Квота" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "Включить функцию отделов" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Нет отделов" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Нет участников" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Суб-отделы" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Редактировать квоту" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "Нет суб-отделов" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Нет подключенных устройств" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "Устройство отвязано." -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Библиотека" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Очищены все ошибки." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Нет ошибок синхронизации" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7350,11 +6056,44 @@ msgstr "Вы действительно хотите очистить корзи msgid "Clear" msgstr "Очистить" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Квота" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Создано" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Поиск групп" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Поиск групп" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7383,8 +6122,6 @@ msgstr "Все группы" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Предыдущий" @@ -7393,8 +6130,6 @@ msgstr "Предыдущий" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Следующий" @@ -7403,45 +6138,11 @@ msgstr "Следующий" msgid "Change to department" msgstr "Перейти в отдел" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "Название команды" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "ID" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "Активные пользователи" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "Всего пользователей" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "Ограничение количества пользователей" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "Используемое пространство" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Общие библиотеки" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "Количество посещений" @@ -7450,6 +6151,12 @@ msgstr "Количество посещений" msgid "View Link" msgstr "Посмотреть ссылку" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Анонимный пользователь" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7465,6 +6172,7 @@ msgstr "Действие" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Общий доступ от" @@ -7484,26 +6192,12 @@ msgid "Organization" msgstr "Сообщество" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Экспорт в Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Доступ к файлу" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Обновление файла" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "Конфигурация SAML обновлена" @@ -7517,7 +6211,6 @@ msgid "Copied" msgstr "Скопировано" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "SAML конфиг" @@ -7580,36 +6273,9 @@ msgstr "Не удалось" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "Вы уверены, что хотите сделать пользователя {user_placeholder} неактивным?" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Изменить пароль" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Отозвать Администратора" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "Сделать пользователя неактивным" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "Сделать" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7664,39 +6330,6 @@ msgstr "Импорт пользователей" msgid "Add user" msgstr "Добавить пользователя" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Статистика" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Устройства" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Журналы" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 дней" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 дней" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 год" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7715,8 +6348,6 @@ msgstr "Изменен" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7783,39 +6414,6 @@ msgstr "Доступно пользователю" msgid "Total Storage" msgstr "Всего доступно" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Система" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Общий трафик" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Веб трафик" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Трафик по общедоступным ссылкам" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Трафик синхронизации" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7873,6 +6471,10 @@ msgstr "Системные настройки обновлены" msgid "User default quota updated" msgstr "Квота пользователя по умолчанию обновлена" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "Название команды" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Загрузка файла" @@ -7918,6 +6520,10 @@ msgstr "Квота пользователя по умолчанию" msgid "Tip: 0 means default limit, the unit is MB" msgstr "Подсказка: 0 означает ограничение по умолчанию, единица измерения - МБ" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Опубликовать" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "Без изменений" @@ -7926,16 +6532,6 @@ msgstr "Без изменений" msgid "Changes" msgstr "Изменения" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "Последняя модификация" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "Следующая модификация" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "Нет истории версий" @@ -7987,8 +6583,6 @@ msgstr "Введите расширение файлов, разделяя их #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Сброс" @@ -7997,6 +6591,7 @@ msgid "Invalid file size range." msgstr "Неверный диапазон размеров файла." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Требуется как минимум три буквы." @@ -8009,6 +6604,17 @@ msgstr "результат" msgid "results" msgstr "результаты" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "Нет общих папок" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "Вы еще не поделились папками с другими пользователями. Вы можете поделиться папкой с другими пользователями, щелкнув значок общего доступа справа от имени папки." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8037,94 +6643,66 @@ msgstr "Вы еще не поделились библиотеками с дру msgid "all members" msgstr "все участники" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "Вы еще не создали общедоступных ссылок. Общедоступная ссылка может использоваться для обмена файлами и папками с кем угодно. Вы можете создать общедоступную ссылку к файлу или папке, щелкнув значок общего ресурса справа от его имени." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Посещения" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "Нет ссылок для загрузки" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "Вы еще не создали ни одной ссылки для загрузки. Ссылка для загрузки позволяет любому пользователю загружать файлы в папку или библиотеку. Вы можете создать ссылку для загрузки в папку или библиотеку, щелкнув значок общего ресурса справа от его имени." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "(удалено)" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Удалить" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "По истечению срока по возрастанию" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "По истечению срока по убыванию" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "Удалены недействительные общедоступные ссылки." - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "Удалить недействительные общедоступные ссылки" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "Вы уверены, что хотите удалить недействительные общедоступные ссылки?" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "Удалены недействительные ссылки для загрузки." - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "Удалить недействительные ссылки для загрузки" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" -msgstr "Вы уверены, что хотите удалить недействительные ссылки для загрузки?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" +msgstr "Общий доступ" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "На сервере" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "Нет общих библиотек" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Не удалось закрыть доступ к {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Нет публичных библиотек" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "Нет избранного" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Поделиться существующими библиотеками" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "Вы еще не добавили ни одной библиотеки, папки или файла в избранное. Избранное дает вам быстрый доступ к вашим наиболее часто используемым объектам. Вы можете добавить библиотеку, папку или файл в избранное, нажав на звездочку слева от ее названия." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Отчеты о нарушениях" @@ -8136,6 +6714,11 @@ msgstr "Докладчик" msgid "Handled" msgstr "Обработано" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "Нет журналов входа в систему администратора" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8149,9 +6732,10 @@ msgstr "Журналы операций администратора" msgid "Admin Login Logs" msgstr "Журналы входа в систему администратора" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Операция" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "Нет журналов операций администратора" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8209,41 +6793,11 @@ msgstr "Удален пользователь {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "Миграция пользователя из {user_from} в {user_to}" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "Добавить подразделение" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Добавить библиотеку" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Добавить пользователей" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "ID отдела" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "Участник по умолчанию" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "Контактный адрес электронной почты" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "Включить функцию отделов" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8264,6 +6818,25 @@ msgstr "Ежедневный администратор" msgid "Audit admin" msgstr "Администратор аудита" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Нет отделов" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Нет участников" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Суб-отделы" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "Нет суб-отделов" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Путь" @@ -8284,40 +6857,12 @@ msgstr "Отчеты сканирования контента" msgid "Are you sure you want to remove {placeholder} ?" msgstr "Вы уверены, что хотите удалить {placeholder} ?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Удалить участника" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "Добавлен {email_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Не удалось добавить {email_placeholder}: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "Удален {placeholder}." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "Вы уверены, что хотите закрыть доступ к {placeholder} ?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Закрыть доступ к библиотеке" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Успешно закрыт доступ к библиотеке {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Нет групп" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8388,53 +6933,34 @@ msgid "Limits" msgstr "Ограничения" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Сообщества" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "Нет администраторов" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Отозвать Администратора" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "Вы уверены, что хотите отозвать права администратора у {placeholder} ?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Отозвать" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Права администратора отозваны у {placeholder}." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "Пользователь удален" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Количество участников" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Администраторы" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Учреждения" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Назначить администратора" @@ -8442,20 +6968,19 @@ msgstr "Назначить администратора" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "Вы уверены, что хотите назначить {placeholder} администратором?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" -msgstr "Администратор обновлен" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" +msgstr "Нет учреждений" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Удалить учреждение" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "Нет приглашений" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Добавить учреждение" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Приглашающий" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8482,31 +7007,64 @@ msgid "Delete Expired Invitations" msgstr "Удалить истекшие приглашения" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Приглашения" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Токен" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Удалить" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "показывать только {placeholder}" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "Нет журналов доступа к файлам" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "Нет журналов обновления файлов" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "Нет журналов входа" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Вход" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Доступ к файлу" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Обновление файла" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "Нет журналов разрешений" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Добавить" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Боковое меню навигации" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "Нет уведомлений" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8533,31 +7091,32 @@ msgstr "Вы уверены, что хотите удалить уведомле msgid "All Notifications" msgstr "Все уведомления" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "Максимальное количество участников" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Количество групп" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "Вы уверены, что хотите сбросить пароль {placeholder} ?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "Нет сообществ" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "{userCount} пользователей и {repoCount} библиотек этого сообщества также будут удалены." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Удалить сообщество" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8575,10 +7134,14 @@ msgstr "Поиск сообществ" msgid "Search libraries by name or ID" msgstr "Поиск библиотек по имени или ID" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Настройка истории" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wiki" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Система" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8603,30 +7166,19 @@ msgstr "Совет: библиотеки, удаленные {trashReposExpireDa msgid "Search libraries by owner" msgstr "Поиск библиотек по владельцу" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "Сканирование файлов" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Антивирус" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Условия и Положения" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Журналы администратора" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "Нет условий и положений" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Создано" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Изменить" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "Удалить условия и положения" @@ -8635,6 +7187,14 @@ msgstr "Удалить условия и положения" msgid "Update succeeded." msgstr "Обновление завершено." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Условия и Положения" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "Нет пользователей" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8645,15 +7205,17 @@ msgstr "Удален 1 пользователь." msgid "Successfully deleted {user_number_placeholder} users." msgstr "Удалено {user_number_placeholder} пользователей." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Права администратора отозваны у {placeholder}." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Удаление пользователей" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Вы уверены, что хотите удалить выбранных пользователей?" @@ -8665,34 +7227,22 @@ msgstr "Установить Login ID" msgid "Set Contact Email" msgstr "Установить контактный email" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Login ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "Нет общедоступных ссылок" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Общие библиотеки" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Общедоступные ссылки" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Учреждение" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "Нет пользователей" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Администратор по умолчанию" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Ежедневный администратор" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Администратор аудита" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "База данных" @@ -9002,23 +7552,9 @@ msgstr "Загрузить файлы в {folder_name_placeholder}" msgid "shared by:" msgstr "предоставлено:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Владелец этой библиотеки превысил допустимый лимит дискового пространства." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "Размер файла должен быть меньше {max_size_placeholder}." - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "Перетащите сюда файлы или папки." - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Перейти в библиотеку" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Отменить все" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9034,10 +7570,14 @@ msgstr "Вы уверены, что хотите удалить эту стра msgid "Modify name" msgstr "Изменить имя" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Боковое меню навигации" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." -msgstr "" +msgstr "Страница {name_placeholder} удалена." #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:54 msgid "Name cannot be empty" @@ -9085,17 +7625,7 @@ msgstr "Дублировать страницу" msgid "Open in new tab" msgstr "Открыть в новой вкладке" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "Добавить страницу внутри" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "Добавить страницу" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Страницы" @@ -9146,14 +7676,18 @@ msgstr "{placeholder} Снимок" msgid "Profile" msgstr "Профиль" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "Доступ к WebDAV" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Язык" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Двухфакторная аутентификация" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Связанные устройства" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "Информация о пользователе обновлена" @@ -9162,35 +7696,7 @@ msgstr "Информация о пользователе обновлена" msgid "Profile Setting" msgstr "Настройки профиля" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Общий доступ: " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Список" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Сетка" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "ZIP выбранные элементы" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "Сохранить выбранные элементы" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9200,14 +7706,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Ошибка конвертации." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "Вы также можете нажать ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "вы также можете нажать →" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9234,6 +7732,11 @@ msgstr "Вложенные теги" msgid "No parent tag" msgstr "Нет родительского тега" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9347,92 +7850,11 @@ msgstr "У вас еще нет любимых элементов" msgid "Import Users" msgstr "Импорт пользователей" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Нет подключенных устройств" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "Сохранить выбранные элементы" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Нет ошибок синхронизации" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Нет групп" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "Нет уведомлений" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "Нет приглашений" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "Нет условий и положений" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "Нет избранного" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "Нет общих папок" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "Нет журналов входа в систему администратора" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "Нет журналов операций администратора" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "Нет журналов разрешений" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "Нет журналов входа" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "Нет журналов обновления файлов" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "Нет журналов доступа к файлам" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "Вы еще не поделились папками с другими пользователями. Вы можете поделиться папкой с другими пользователями, щелкнув значок общего доступа справа от имени папки." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "Вы еще не создали общедоступных ссылок. Общедоступная ссылка может использоваться для обмена файлами и папками с кем угодно. Вы можете создать общедоступную ссылку к файлу или папке, щелкнув значок общего ресурса справа от его имени." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "Вы еще не создали ни одной ссылки для загрузки. Ссылка для загрузки позволяет любому пользователю загружать файлы в папку или библиотеку. Вы можете создать ссылку для загрузки в папку или библиотеку, щелкнув значок общего ресурса справа от его имени." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "Вы еще не добавили ни одной библиотеки, папки или файла в избранное. Избранное дает вам быстрый доступ к вашим наиболее часто используемым объектам. Вы можете добавить библиотеку, папку или файл в избранное, нажав на звездочку слева от ее названия." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9443,7 +7865,7 @@ msgid "" "item in the dropdown menu." msgstr "Общедоступные библиотеки еще не созданы. Общедоступная библиотека доступна всем пользователям. Вы можете создать общедоступную библиотеку, нажав на пункт \"Добавить библиотеку\" в выпадающем меню." -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9650,6 +8072,453 @@ msgstr "Не удалось переместить %(name)s." msgid "Name cannot be double dots" msgstr "Имя не может состоять из двух точек" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9719,9 +8588,6 @@ msgstr "Имя не может состоять из двух точек" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9743,38 +8609,3 @@ msgstr "Имя не может состоять из двух точек" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/sl_SI/LC_MESSAGES/django.po b/locale/sl_SI/LC_MESSAGES/django.po new file mode 100644 index 0000000000..341bca72c9 --- /dev/null +++ b/locale/sl_SI/LC_MESSAGES/django.po @@ -0,0 +1,3480 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Translators: +# Domen Pubec, 2024 +# IMAMO , 2014 +# Vesna G. , 2015-2016 +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" +"PO-Revision-Date: 2013-10-25 07:03+0000\n" +"Last-Translator: Domen Pubec, 2024\n" +"Language-Team: Slovenian (Slovenia) (http://app.transifex.com/haiwen/seahub/language/sl_SI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sl_SI\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: seahub/adfs_auth/utils.py:49 +msgid "ADFS/SAML login relevant settings invalid." +msgstr "" + +#: seahub/adfs_auth/views.py:131 seahub/adfs_auth/views.py:160 +#: seahub/adfs_auth/views.py:193 seahub/adfs_auth/views.py:230 +#: seahub/adfs_auth/views.py:286 seahub/adfs_auth/views.py:292 +#: seahub/adfs_auth/views.py:319 seahub/adfs_auth/views.py:394 +#: seahub/adfs_auth/views.py:414 seahub/adfs_auth/views.py:431 +#: seahub/adfs_auth/views.py:435 seahub/adfs_auth/views.py:465 +#: seahub/adfs_auth/views.py:490 seahub/adfs_auth/views.py:494 +#: seahub/adfs_auth/views.py:558 seahub/adfs_auth/views.py:562 +msgid "Internal server error. Please contact system administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:156 seahub/adfs_auth/views.py:226 +#: seahub/adfs_auth/views.py:410 seahub/adfs_auth/views.py:461 +msgid "" +"Login failed: ADFS/SAML service error. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:209 seahub/adfs_auth/views.py:253 +#: seahub/adfs_auth/views.py:267 +msgid "" +"Login failed: Bad response from ADFS/SAML service. Please report to your " +"organization (company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:280 +msgid "Failed to bind SAML, please login first." +msgstr "" + +#: seahub/adfs_auth/views.py:334 +msgid "" +"Failed to create new user: the number of users exceeds the organization " +"quota. Please report to your organization (company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:356 +msgid "" +"Login failed: failed to create user. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:371 +msgid "" +"Login failed: user is deactivated. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:498 +msgid "Failed to unbind SAML, please set a password first." +msgstr "" + +#: seahub/adfs_auth/views.py:502 +msgid "Failed to unbind SAML, please set a contact email first." +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:204 +#: seahub/api2/endpoints/user.py:100 seahub/api2/views.py:367 +msgid "Name is too long (maximum is 64 characters)" +msgstr "Ime je predolgo (največ 64 znakov)." + +#: seahub/api2/endpoints/admin/account.py:208 +#: seahub/api2/endpoints/user.py:104 seahub/api2/views.py:371 +#: seahub/forms.py:44 seahub/profile/forms.py:27 +msgid "Name should not include '/'." +msgstr "Ime ne sme vsebovati znaka '/'." + +#: seahub/api2/endpoints/admin/account.py:223 +msgid "Login id can't be empty" +msgstr "Prijavno polje ID ne sme biti prazno." + +#: seahub/api2/endpoints/admin/account.py:227 +#: seahub/api2/endpoints/admin/users.py:893 +#: seahub/api2/endpoints/admin/users.py:1320 +#, python-format +msgid "Login id %s already exists." +msgstr "Prijavno polje ID %s že obstaja." + +#: seahub/api2/endpoints/admin/account.py:234 +msgid "Department is too long (maximum is 512 characters)" +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:250 seahub/forms.py:155 +msgid "Space quota can't be empty" +msgstr "Kvota porabe prostora ne sme biti prazna" + +#: seahub/api2/endpoints/admin/account.py:256 +#: seahub/api2/endpoints/admin/users.py:1368 +#: seahub/api2/endpoints/admin/users.py:1372 +#: seahub/api2/endpoints/admin/users.py:1385 +#: seahub/api2/endpoints/admin/users.py:1389 +#: seahub/institutions/api_views.py:174 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:82 +#: seahub/api2/endpoints/admin/groups.py:135 +#: seahub/api2/endpoints/admin/groups.py:274 +#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302 +#: seahub/api2/views.py:4675 seahub/group/forms.py:36 +msgid "" +"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " +"brackets or underscore." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:87 +#: seahub/api2/endpoints/admin/groups.py:142 +#: seahub/api2/endpoints/admin/groups.py:278 +#: seahub/api2/endpoints/groups.py:234 seahub/api2/endpoints/groups.py:307 +msgid "There is already a group with that name." +msgstr "Skupina z tem imenom že obstaja." + +#: seahub/api2/endpoints/admin/address_book/groups.py:235 +msgid "There are libraries in this department." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:239 +msgid "There are sub-departments in this department." +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 +#: seahub/views/__init__.py:546 seahub/views/__init__.py:547 +#: seahub/views/__init__.py:551 seahub/views/__init__.py:552 +msgid "My Library" +msgstr "Moja knjižnica" + +#: seahub/api2/endpoints/admin/groups.py:222 +#: seahub/api2/endpoints/groups.py:333 +#, python-format +msgid "User %s is already group owner." +msgstr "" + +#: seahub/api2/endpoints/admin/institution_users.py:169 +#, python-format +msgid "" +"Failed to add %s to the institution: user already belongs to an institution" +msgstr "" + +#: seahub/api2/endpoints/admin/institution_users.py:174 +#, python-format +msgid "" +"Failed to add %s to the institution: user already belongs to this " +"institution" +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:267 seahub/views/sysadmin.py:696 +msgid "System library can not be deleted." +msgstr "Sistemska knjižnica ne more biti izbrisana." + +#: seahub/api2/endpoints/admin/libraries.py:389 seahub/api2/views.py:1852 +#, python-format +msgid "Transfer failed: role of %s is %s, can not add library." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:415 seahub/api2/views.py:1857 +msgid "Library can not be transferred to owner." +msgstr "" + +#: seahub/api2/endpoints/admin/share_links.py:225 +#: seahub/api2/endpoints/repo_share_links.py:155 +#: seahub/api2/endpoints/share_links.py:577 +#: seahub/api2/endpoints/share_links.py:799 +msgid "There is an associated published library." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:185 +#, python-format +msgid "User %s is already library owner." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:193 +#: seahub/api2/endpoints/invitations.py:51 +#: seahub/api2/endpoints/invitations.py:112 +#: seahub/api2/endpoints/repo_share_invitations.py:156 +#, python-format +msgid "Email %s invalid." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:211 +#: seahub/api2/endpoints/admin/shares.py:268 +#: seahub/api2/endpoints/dir_shared_items.py:372 +#: seahub/api2/endpoints/dir_shared_items.py:485 +#: seahub/api2/endpoints/group_owned_libraries.py:966 +#: seahub/api2/endpoints/group_owned_libraries.py:1241 +#: seahub/api2/endpoints/repo_share_invitations.py:190 +#, python-format +msgid "This item has been shared to %s." +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/notifications/templates/notifications/file_updates_email.html:22 +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "Time" +msgstr "Čas" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_file_access_log.py:58 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/notifications/templates/notifications/file_updates_email.html:19 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "User" +msgstr "Uporabnik" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "Web Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:398 +#: seahub/base/management/commands/export_user_traffic_report.py:46 +#: seahub/organizations/api/admin/statistics.py:335 +msgid "Sync Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:398 +#: seahub/base/management/commands/export_user_traffic_report.py:46 +#: seahub/organizations/api/admin/statistics.py:335 +msgid "Link Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:399 +#: seahub/base/management/commands/export_user_traffic_report.py:47 +#: seahub/organizations/api/admin/statistics.py:336 +msgid "Web Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:399 +#: seahub/base/management/commands/export_user_traffic_report.py:47 +#: seahub/organizations/api/admin/statistics.py:336 +msgid "Sync Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:400 +#: seahub/base/management/commands/export_user_traffic_report.py:48 +#: seahub/organizations/api/admin/statistics.py:337 +msgid "Link Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:445 +#: seahub/api2/endpoints/group_members.py:530 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +#: seahub/views/sysadmin.py:765 seahub/views/sysadmin.py:780 +msgid "Email" +msgstr "Email" + +#: seahub/api2/endpoints/admin/statistics.py:445 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/registration_form.html:20 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +#: seahub/views/sysadmin.py:643 seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:782 +msgid "Name" +msgstr "Ime" + +#: seahub/api2/endpoints/admin/statistics.py:445 seahub/auth/forms.py:298 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/password_set_form.html:17 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Contact Email" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:446 +#: seahub/base/management/commands/export_user_storage_report.py:42 +#: seahub/base/management/commands/export_users.py:44 +#: seahub/base/management/commands/export_users.py:48 +#: seahub/organizations/api/admin/statistics.py:381 +#: seahub/views/sysadmin.py:173 seahub/views/sysadmin.py:177 +msgid "Space Usage" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:446 +#: seahub/base/management/commands/export_user_storage_report.py:42 +#: seahub/base/management/commands/export_users.py:44 +#: seahub/base/management/commands/export_users.py:48 +#: seahub/organizations/api/admin/statistics.py:381 +#: seahub/views/sysadmin.py:173 seahub/views/sysadmin.py:177 +#: seahub/views/sysadmin.py:769 seahub/views/sysadmin.py:783 +msgid "Space Quota" +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:671 +#: seahub/api2/endpoints/admin/users.py:708 +#: seahub/organizations/api/admin/users.py:155 +msgid "There are more than 500 users, and sort is not offered." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:808 +#: seahub/api2/endpoints/admin/users.py:1292 seahub/base/accounts.py:1263 +#: seahub/forms.py:30 seahub/institutions/api_views.py:202 +msgid "The number of users exceeds the limit." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:907 +#, python-format +msgid "Successfully added user %(user)s." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:911 +#: seahub/api2/endpoints/admin/users_batch.py:390 seahub/views/sysadmin.py:542 +#, python-format +msgid "You are invited to join %s" +msgstr "Povabljeni ste bili da se pridružite %s" + +#: seahub/api2/endpoints/admin/users.py:915 +#, python-format +msgid "Successfully added user %(user)s. An email notification has been sent." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:918 +#, python-format +msgid "" +"Successfully added user %(user)s. But email notification can not be sent, " +"because Email service is not properly configured." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1428 +msgid "Edit succeeded" +msgstr "Urejanje uspešno" + +#: seahub/api2/endpoints/admin/users.py:1431 seahub/views/sysadmin.py:445 +#, python-format +msgid "Your account on %s is activated" +msgstr "Vaš račun na %s je aktiviran." + +#: seahub/api2/endpoints/admin/users.py:1436 +msgid "Edit succeeded, an email has been sent." +msgstr "Urejanje je bilo uspešno, email je bil poslan." + +#: seahub/api2/endpoints/admin/users.py:1439 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "Urejanje uspešno, vendar pa ni bilo mogoče poslati email-a, prosimo preverite vaše email nastavitve." + +#: seahub/api2/endpoints/admin/users.py:1507 seahub/auth/views.py:371 +msgid "Unable to reset password." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1533 seahub/auth/forms.py:201 +#: seahub/organizations/api/admin/user_set_password.py:74 +#, python-format +msgid "Reset Password on %s" +msgstr "Ponastavi geslo na %s" + +#: seahub/api2/endpoints/admin/users.py:1537 +#: seahub/organizations/api/admin/user_set_password.py:78 +#, python-brace-format +msgid "A password reset link has been sent to {contact_email}." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1555 seahub/views/sysadmin.py:486 +#, python-format +msgid "Password has been reset on %s" +msgstr "Geslo je bilo ponastavljeno na %s" + +#: seahub/api2/endpoints/admin/users.py:1557 +#, python-format +msgid "Successfully reset password, an email has been sent to %(user)s." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1561 seahub/views/sysadmin.py:516 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, but failed to send email to " +"%(user)s, please check your email configuration." +msgstr "Uspešno ponastavljeno geslo na %(passwd)s, vendar pa sporočila ni bilo mogoče poslanti na %(user)s, prosimo preverite email nastavitve." + +#: seahub/api2/endpoints/admin/users.py:1564 +#: seahub/organizations/api/admin/user_set_password.py:88 +#: seahub/views/sysadmin.py:520 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "Uspešno ponastavljeno geslo na %(passwd)s za uporabnika %(user)s." + +#: seahub/api2/endpoints/admin/users.py:1567 seahub/views/sysadmin.py:523 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "Uspešno ponastavljeno geslo na %(passwd)s za uporabnika %(user)s. Vendar email obvestilo ni bilo poslano, ker email servis ni pravilno nastavljen." + +#: seahub/api2/endpoints/admin/users_batch.py:173 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 +msgid "Virus file is not found." +msgstr "" + +#: seahub/api2/endpoints/admin/virus_scan_records.py:219 +#: seahub/api2/endpoints/admin/virus_scan_records.py:234 +#: seahub/api2/endpoints/admin/virus_scan_records.py:249 +#: seahub/api2/endpoints/file_participants.py:129 +#: seahub/api2/endpoints/file_tag.py:175 +#: seahub/api2/endpoints/invitations.py:80 +#: seahub/api2/endpoints/repo_set_password.py:72 +#: seahub/api2/endpoints/repo_share_invitations.py:201 +#: seahub/api2/endpoints/send_upload_link_email.py:102 +#: seahub/api2/endpoints/share_links.py:590 +#: seahub/api2/endpoints/subscription.py:52 +#: seahub/api2/endpoints/subscription.py:92 +#: seahub/api2/endpoints/subscription.py:129 +#: seahub/api2/endpoints/upload_links.py:329 +#: seahub/api2/endpoints/wiki2.py:457 seahub/api2/endpoints/wiki2.py:485 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:4009 +#: seahub/notifications/models.py:541 seahub/notifications/models.py:582 +#: seahub/notifications/models.py:624 seahub/notifications/models.py:675 +#: seahub/notifications/models.py:731 seahub/notifications/models.py:761 +#: seahub/notifications/models.py:783 seahub/notifications/models.py:809 +#: seahub/notifications/models.py:826 seahub/notifications/models.py:843 +#: seahub/notifications/models.py:872 seahub/seadoc/apis.py:2762 +#: seahub/search/views.py:200 seahub/share/views.py:230 +#: seahub/subscription/views.py:90 seahub/utils/__init__.py:192 +#: seahub/utils/__init__.py:1225 seahub/views/__init__.py:819 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:210 +#: seahub/wiki/views.py:217 seahub/wiki/views.py:226 +msgid "Internal Server Error" +msgstr "Notranja napaka strežnika" + +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 +#: seahub/api2/endpoints/via_repo_token.py:1270 +msgid "Destination path is too long." +msgstr "Cilj poti je predolg." + +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 +#: seahub/api2/endpoints/via_repo_token.py:1266 +msgid "Invalid destination path" +msgstr "Neveljavna končna pot" + +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1939 +#: seahub/api2/views.py:1979 seahub/api2/views.py:2041 +#: seahub/api2/views.py:2085 seahub/api2/views.py:2131 +#: seahub/api2/views.py:2180 seahub/api2/views.py:2593 +#: seahub/api2/views.py:2701 seahub/seadoc/apis.py:381 +#: seahub/seadoc/apis.py:499 seahub/seadoc/apis.py:591 +#: seahub/seadoc/apis.py:3102 +msgid "Out of quota." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:164 +#, python-format +msgid "Can not move folder %(src)s to its subfolder %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:316 seahub/api2/endpoints/file.py:393 +#: seahub/api2/endpoints/file.py:508 seahub/api2/endpoints/file.py:566 +#: seahub/api2/endpoints/file.py:717 seahub/api2/endpoints/file.py:830 +#: seahub/api2/endpoints/via_repo_token.py:1010 +#: seahub/api2/endpoints/via_repo_token.py:1150 +#: seahub/api2/endpoints/wiki2.py:796 +msgid "File is locked" +msgstr "Datoteka je zaklenjena" + +#: seahub/api2/endpoints/copy_move_task.py:247 +msgid "Cancel failed" +msgstr "Prekliči spodletele" + +#: seahub/api2/endpoints/dir_shared_items.py:356 +#: seahub/api2/endpoints/group_owned_libraries.py:950 +msgid "username invalid." +msgstr "" + +#: seahub/api2/endpoints/dir_shared_items.py:365 +#: seahub/api2/endpoints/group_owned_libraries.py:959 +#, python-format +msgid "User %s not found." +msgstr "" + +#: seahub/api2/endpoints/file.py:201 seahub/api2/endpoints/upload_links.py:530 +#: seahub/api2/endpoints/via_repo_token.py:850 +#: seahub/api2/endpoints/wiki2.py:594 seahub/api2/endpoints/wikis.py:135 +#: seahub/api2/views.py:1987 seahub/seadoc/apis.py:3109 +msgid "The number of files in library exceeds the limit" +msgstr "" + +#: seahub/api2/endpoints/file.py:304 +#: seahub/api2/endpoints/file_participants.py:113 +#: seahub/api2/endpoints/file_tag.py:203 seahub/api2/endpoints/file_tag.py:216 +#: seahub/api2/endpoints/share_links.py:570 +#: seahub/api2/endpoints/subscription.py:36 +#: seahub/api2/endpoints/subscription.py:72 +#: seahub/api2/endpoints/subscription.py:112 +#: seahub/api2/endpoints/upload_links.py:316 +#: seahub/api2/endpoints/wiki2.py:1393 seahub/api2/endpoints/wikis.py:115 +#: seahub/api2/endpoints/wikis.py:210 seahub/profile/forms.py:24 +#: seahub/profile/views.py:272 seahub/seadoc/apis.py:2746 +#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85 +#: seahub/seadoc/views.py:168 seahub/search/views.py:174 +#: seahub/subscription/views.py:27 seahub/subscription/views.py:43 +#: seahub/thumbnail/views.py:54 seahub/thumbnail/views.py:172 +#: seahub/views/__init__.py:626 seahub/views/ajax.py:83 +#: seahub/views/ajax.py:113 seahub/views/ajax.py:119 seahub/views/sso.py:238 +msgid "Permission denied." +msgstr "Dostop zavrnjen." + +#: seahub/api2/endpoints/file.py:735 seahub/api2/endpoints/file.py:755 +#: seahub/api2/endpoints/via_repo_token.py:1167 +msgid "File is not locked." +msgstr "" + +#: seahub/api2/endpoints/file.py:782 seahub/api2/endpoints/share_links.py:881 +msgid "You can not refresh this file's lock." +msgstr "" + +#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753 +msgid "The participant already exists." +msgstr "" + +#: seahub/api2/endpoints/file_tag.py:256 seahub/api2/endpoints/file_tag.py:280 +#: seahub/api2/endpoints/file_tag.py:300 +#: seahub/api2/endpoints/revision_tag.py:55 +#: seahub/api2/endpoints/revision_tag.py:109 +msgid "Tag can only contain letters, numbers, dot, hyphen or underscore." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:104 +#: seahub/api2/endpoints/group_members.py:332 +#: seahub/api2/endpoints/group_members.py:480 +#, python-format +msgid "User %s is already a group member." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:110 +#: seahub/api2/endpoints/group_members.py:341 +#: seahub/api2/endpoints/group_members.py:489 seahub/api2/views.py:1847 +#: seahub/organizations/api/admin/user_repos.py:50 +#: seahub/organizations/api/admin/user_repos.py:103 +#: seahub/organizations/api/admin/users.py:339 +#, python-format +msgid "User %s not found in organization." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:113 +#: seahub/api2/endpoints/group_members.py:349 +#: seahub/api2/endpoints/group_members.py:497 +#, python-format +msgid "User %s is an organization user." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:403 seahub/group/error_msg.py:17 +#: seahub/group/error_msg.py:23 seahub/views/file.py:518 +msgid "Group does not exist" +msgstr "Skupina ne obstaja" + +#: seahub/api2/endpoints/group_members.py:537 seahub/views/sysadmin.py:163 +#: seahub/views/sysadmin.py:271 seahub/views/sysadmin.py:640 +#: seahub/views/sysadmin.py:652 seahub/views/sysadmin.py:793 +msgid "Failed to export Excel" +msgstr "Neuspešen izvoz v Excel" + +#: seahub/api2/endpoints/group_owned_libraries.py:396 +#: seahub/api2/endpoints/group_owned_libraries.py:672 +msgid "Permission already exists." +msgstr "" + +#: seahub/api2/endpoints/invitation.py:110 +#, python-format +msgid "%(user)s revoked your access to %(site_name)s." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:55 +#: seahub/api2/endpoints/invitations.py:119 +#: seahub/api2/endpoints/repo_share_invitations.py:163 +msgid "The email address is not allowed to be invited as a guest." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:60 +#: seahub/api2/endpoints/invitations.py:128 +#, python-format +msgid "%s is already invited." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:68 +#: seahub/api2/endpoints/invitations.py:140 +#: seahub/api2/endpoints/repo_share_invitations.py:173 +#: seahub/api2/endpoints/share_link_auth.py:138 seahub/base/accounts.py:1274 +#: seahub/organizations/api/admin/users.py:270 +#, python-format +msgid "User %s already exists." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:154 +#: seahub/api2/endpoints/repo_share_invitations.py:215 +#: seahub/api2/endpoints/send_share_link_email.py:34 +#: seahub/api2/endpoints/send_upload_link_email.py:33 seahub/auth/forms.py:165 +#: seahub/organizations/api/admin/users.py:787 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "Email sporočila ni bilo mogoče poslati, email servis ni pravilno nastavljen, prosimo kontaktirajte administratorja." + +#: seahub/api2/endpoints/multi_share_links.py:105 +#: seahub/api2/endpoints/multi_share_links.py:353 +#: seahub/api2/endpoints/share_links.py:339 +#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4162 +#: seahub/api2/views.py:4282 +msgid "Password is required." +msgstr "Geslo je obvezno." + +#: seahub/api2/endpoints/multi_share_links.py:110 +#: seahub/api2/endpoints/share_links.py:345 +#: seahub/api2/endpoints/upload_links.py:176 +#: seahub/api2/endpoints/webdav_secret.py:60 +msgid "Password is too short." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:114 +#: seahub/api2/endpoints/share_links.py:349 +#: seahub/api2/endpoints/upload_links.py:180 +#: seahub/api2/endpoints/webdav_secret.py:64 +msgid "Password is too weak." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:118 +#: seahub/api2/endpoints/share_links.py:353 +#: seahub/api2/endpoints/upload_links.py:184 +#: seahub/api2/endpoints/webdav_secret.py:52 +msgid "" +"Password can only contain number, upper letter, lower letter and other " +"symbols." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:141 +#: seahub/api2/endpoints/multi_share_links.py:376 +#: seahub/api2/endpoints/share_links.py:376 +#: seahub/api2/endpoints/share_links.py:717 +#: seahub/api2/endpoints/upload_links.py:207 +#: seahub/api2/endpoints/upload_links.py:391 seahub/api2/views.py:3572 +#, python-format +msgid "Expire days should be greater or equal to %s" +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:146 +#: seahub/api2/endpoints/multi_share_links.py:382 +#: seahub/api2/endpoints/share_links.py:382 +#: seahub/api2/endpoints/share_links.py:723 +#: seahub/api2/endpoints/upload_links.py:213 +#: seahub/api2/endpoints/upload_links.py:397 seahub/api2/views.py:3578 +#, python-format +msgid "Expire days should be less than or equal to %s" +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:166 +#: seahub/api2/endpoints/multi_share_links.py:404 +#: seahub/api2/endpoints/share_links.py:404 +#: seahub/api2/endpoints/share_links.py:747 +#: seahub/api2/endpoints/upload_links.py:235 +#: seahub/api2/endpoints/upload_links.py:421 +#, python-format +msgid "Expiration time should be later than %s." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:175 +#: seahub/api2/endpoints/multi_share_links.py:413 +#: seahub/api2/endpoints/share_links.py:413 +#: seahub/api2/endpoints/share_links.py:756 +#: seahub/api2/endpoints/upload_links.py:244 +#: seahub/api2/endpoints/upload_links.py:430 +#, python-format +msgid "Expiration time should be earlier than %s." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/seadoc/apis.py:644 +#: seahub/templates/remote_user/create_unknown_user_false.html:4 +#: seahub/templates/remote_user/error.html:4 +msgid "Error" +msgstr "Napaka" + +#: seahub/api2/endpoints/repo_commit_revert.py:66 +msgid "This library has not been decrypted." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:45 +#: seahub/api2/endpoints/user.py:89 seahub/api2/endpoints/user.py:96 +#: seahub/api2/endpoints/user.py:112 +#: seahub/organizations/api/admin/users.py:783 +msgid "Feature disabled." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:75 +#: seahub/api2/endpoints/repo_set_password.py:171 +msgid "Can not reset this library's password." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:82 +#, python-format +msgid "New password of library %s" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4006 +msgid "Wrong password" +msgstr "Napačno geslo" + +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4012 +msgid "Decrypt library error" +msgstr "Napaka pri dekodiranju knjižnice" + +#: seahub/api2/endpoints/repo_set_password.py:138 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1298 +#: seahub/api2/endpoints/repos_batch.py:1557 +#: seahub/api2/endpoints/repos_batch.py:1649 +#: seahub/api2/endpoints/repos_batch.py:1730 +#, python-format +msgid "File %s is locked." +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1308 +#: seahub/api2/endpoints/repos_batch.py:1567 +#, python-format +msgid "Can't move folder %s, please check its permission." +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1657 +#, python-format +msgid "Can't delete folder %s, please check its permission." +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:97 +#: seahub/notifications/models.py:912 +msgid "file" +msgstr "datoteka" + +#: seahub/api2/endpoints/send_share_link_email.py:98 +#, python-format +msgid "A file is shared to you on %s" +msgstr "Vse datoteke so deljene z vami na %s" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/notifications/models.py:912 +msgid "folder" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:101 +#, python-format +msgid "A folder is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:74 +msgid "email invalid." +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:92 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "Povezava za nalaganje je bila deljena z vami na %s" + +#: seahub/api2/endpoints/share_link_auth.py:147 +#, python-format +msgid "User %s does not exist." +msgstr "" + +#: seahub/api2/endpoints/share_link_auth.py:310 +#, python-format +msgid "Email %s already exists." +msgstr "" + +#: seahub/api2/endpoints/share_link_auth.py:316 +#, python-format +msgid "Email %s is invalid." +msgstr "" + +#: seahub/api2/endpoints/share_links.py:482 +#: seahub/api2/endpoints/share_links.py:491 +#, python-format +msgid "Share link %s already exists." +msgstr "" + +#: seahub/api2/endpoints/subscription.py:32 +#: seahub/api2/endpoints/subscription.py:68 +#: seahub/api2/endpoints/subscription.py:108 +#: seahub/organizations/api/admin/info.py:145 +#: seahub/organizations/api/admin/logo.py:33 +#: seahub/organizations/api/admin/logo.py:42 seahub/subscription/views.py:24 +#: seahub/subscription/views.py:40 seahub/weixin/views.py:40 +#: seahub/weixin/views.py:62 seahub/weixin/views.py:164 +#: seahub/weixin/views.py:187 seahub/weixin/views.py:230 +#: seahub/work_weixin/views.py:38 seahub/work_weixin/views.py:63 +#: seahub/work_weixin/views.py:152 seahub/work_weixin/views.py:172 +#: seahub/work_weixin/views.py:233 +msgid "Feature is not enabled." +msgstr "" + +#: seahub/api2/endpoints/user.py:118 +#, python-format +msgid "Contact email %s already exists." +msgstr "" + +#: seahub/api2/endpoints/user.py:132 +msgid "telephone is too long (maximum is 100 characters)." +msgstr "" + +#: seahub/api2/endpoints/user_avatar.py:41 +#: seahub/organizations/api/admin/logo.py:56 seahub/utils/error_msg.py:8 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "%(ext)s ni veljavna končnica datoteke. Dovoljene končnice so: %(valid_exts_list)s" + +#: seahub/api2/endpoints/user_avatar.py:45 +#: seahub/organizations/api/admin/logo.py:64 seahub/utils/error_msg.py:13 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "Vaša datoteka je prevelika (%(size)s), največja dovoljena velikost je %(max_valid_size)s" + +#: seahub/api2/endpoints/user_avatar.py:51 seahub/avatar/forms.py:43 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "Že imate prikazne slike %(nb_avatars)d, največ dovoljenih prikaznih slik je %(nb_max_avatars)d." + +#: seahub/api2/endpoints/webdav_secret.py:56 +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 +#: seahub/api2/endpoints/wikis.py:219 +msgid "Name can only contain letters, numbers, blank, hyphen or underscore." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1256 +msgid "URL is invalid" +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1260 +msgid "The custom part of URL should have 5-30 characters." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1282 +msgid "This custom domain is already in use and cannot be used for your wiki" +msgstr "" + +#: seahub/api2/endpoints/wikis.py:122 seahub/api2/endpoints/wikis.py:226 +#, python-format +msgid "%s is taken by others, please try another name." +msgstr "" + +#: seahub/api2/endpoints/wikis.py:206 +msgid "Wiki not found." +msgstr "" + +#: seahub/api2/endpoints/wikis.py:215 +msgid "Name is required." +msgstr "Naziv je obvezen" + +#: seahub/api2/utils.py:317 +msgid "A share link for you" +msgstr "" + +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Prosimo, prijavite se." + +#: seahub/auth/forms.py:32 seahub/templates/registration/login.html:35 +#: seahub/templates/registration/multi_adfs_sso.html:37 +msgid "Email or Username" +msgstr "Email ali uporabniško ime" + +#: seahub/auth/forms.py:33 seahub/auth/forms.py:272 +#: seahub/base/accounts.py:1251 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/organizations/templates/organizations/org_register.html:41 +#: seahub/share/views.py:224 seahub/templates/decrypt_repo_form.html:10 +#: seahub/templates/registration/login.html:37 +#: seahub/templates/registration/password_set_form.html:22 +#: seahub/templates/registration/registration_form.html:26 +#: seahub/templates/share_access_validation.html:23 +#: seahub/templates/sysadmin/sudo_mode.html:28 seahub/views/sysadmin.py:766 +#: seahub/views/sysadmin.py:781 +msgid "Password" +msgstr "Geslo" + +#: seahub/auth/forms.py:66 seahub/auth/forms.py:67 seahub/auth/forms.py:104 +#: seahub/auth/forms.py:105 +msgid "This account is inactive." +msgstr "Ta račun ni aktiven" + +#: seahub/auth/forms.py:83 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "Vpiši pravilen email/uporabniško ime in geslo. Upoštevaj, da obe polji razlikujeta male/velike črke." + +#: seahub/auth/forms.py:89 seahub/auth/forms.py:174 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "Email naslov nima povezanega uporabniškega računa. Ali ste prepričani da ste registrirani?" + +#: seahub/auth/forms.py:136 seahub/auth/forms.py:137 +#: seahub/templates/registration/login.html:61 +msgid "Please use Single Sign-On to login." +msgstr "" + +#: seahub/auth/forms.py:142 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "Izgleda da vaš brskalnik ne podpira piškotkov. Piškotki so zahtevani za prijavo." + +#: seahub/auth/forms.py:158 +msgid "E-mail" +msgstr "E-mail" + +#: seahub/auth/forms.py:177 +msgid "Can not reset password, please contact LDAP admin." +msgstr "Ponastavitev gesla ni mogoča. Prosimo kontaktirajte LDAP administratorja." + +#: seahub/auth/forms.py:210 +msgid "New password" +msgstr "Novo geslo" + +#: seahub/auth/forms.py:211 +msgid "New password confirmation" +msgstr "Potrditev novega gesla" + +#: seahub/auth/forms.py:238 seahub/auth/forms.py:284 +#: seahub/base/accounts.py:1306 seahub/organizations/forms.py:71 +msgid "The two password fields didn't match." +msgstr "Gesli se ne ujemata" + +#: seahub/auth/forms.py:252 +msgid "Old password" +msgstr "Staro geslo" + +#: seahub/auth/forms.py:260 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Vaše staro geslo je bilo vnešeno napačno. Prosimo, vnesite znova" + +#: seahub/auth/forms.py:273 seahub/base/accounts.py:1253 +msgid "Password (again)" +msgstr "Geslo (ponovno)" + +#: seahub/auth/forms.py:304 seahub/forms.py:35 seahub/invitations/views.py:39 +#: seahub/invitations/views.py:54 seahub/organizations/forms.py:49 +#: seahub/profile/forms.py:46 +msgid "A user with this email already exists." +msgstr "Uporabnik s tem email naslovom že obstaja." + +#: seahub/auth/views.py:158 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "" + +#: seahub/auth/views.py:323 +msgid "Logged out" +msgstr "Odjavljen" + +#: seahub/auth/views.py:392 +msgid "Failed to send email, please contact administrator." +msgstr "Email sporočia ni bilo mogoče poslati, prosimo kontaktirajte administratorja" + +#: seahub/auth/views.py:466 +msgid "Unable to change password." +msgstr "" + +#: seahub/avatar/models.py:144 seahub/avatar/models.py:172 +#, python-format +msgid "Avatar for %s" +msgstr "Slika za %s" + +#: seahub/avatar/views.py:77 +msgid "Successfully uploaded a new avatar." +msgstr "Uspešno naložena nova slika." + +#: seahub/avatar/views.py:111 +msgid "Successfully updated your avatar." +msgstr "Vaša slika uspešno posodobljena" + +#: seahub/avatar/views.py:151 +msgid "Successfully deleted the requested avatars." +msgstr "Zahtevane slike so bile uspešno odstranjene" + +#: seahub/base/accounts.py:730 seahub/base/accounts.py:761 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:1241 +msgid "Email address" +msgstr "Email naslov" + +#: seahub/base/accounts.py:1247 +msgid "Username" +msgstr "Uporabniško ime" + +#: seahub/base/accounts.py:1248 +msgid "This value must be of length 40" +msgstr "Vrednost mora biti 40 znakov" + +#: seahub/base/accounts.py:1267 +msgid "Enter a valid email address." +msgstr "Vnesite veljaven email naslov." + +#: seahub/base/accounts.py:1278 +msgid "Invalid user id." +msgstr "Neveljaven ID uporabnika" + +#: seahub/base/accounts.py:1328 +msgid "name" +msgstr "naziv" + +#: seahub/base/accounts.py:1331 +msgid "department" +msgstr "oddelek" + +#: seahub/base/accounts.py:1334 +msgid "telephone" +msgstr "telefon" + +#: seahub/base/accounts.py:1337 +msgid "note" +msgstr "zaznamek" + +#: seahub/base/decorators.py:57 +msgid "Files in this library can not be viewed online." +msgstr "Datoteke v tej knjižnici niso vidne na spletu" + +#: seahub/base/management/commands/check_user_quota.py:58 +#, python-format +msgid "Your quota is almost full on %s" +msgstr "" + +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "Vnesite veljavni email naslov." + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Type" +msgstr "Tip" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "IP" +msgstr "IP" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Device" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Date" +msgstr "Datum" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library Name" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library ID" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library Owner" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "File Path" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:85 +#: seahub/base/templatetags/seahub_tags.py:140 +msgid "Deleted" +msgstr "Izbrisano" + +#: seahub/base/management/commands/export_file_access_log.py:88 +#: seahub/templates/snippets/add_watermark.html:10 +msgid "Anonymous User" +msgstr "Anonimni uporabnik" + +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Status" +msgstr "Stanje" + +#: seahub/base/management/commands/export_users.py:43 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:768 +msgid "Role" +msgstr "Vloga" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +#: seahub/views/sysadmin.py:643 +msgid "Create At" +msgstr "Ustvaril ob" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +msgid "Last Login" +msgstr "Zadnja prijava" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/institutions/views.py:186 seahub/views/sysadmin.py:174 +#: seahub/views/sysadmin.py:178 +msgid "Admin" +msgstr "Admin" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +msgid "LDAP(imported)" +msgstr "" + +#: seahub/base/management/commands/export_users.py:118 +#: seahub/views/sysadmin.py:234 +msgid "Active" +msgstr "Aktiven" + +#: seahub/base/management/commands/export_users.py:120 +#: seahub/views/sysadmin.py:236 +msgid "Inactive" +msgstr "Neaktiven" + +#: seahub/base/management/commands/export_users.py:126 +#: seahub/base/management/commands/export_users.py:127 +#: seahub/templates/client_login_confirm.html:9 seahub/views/sysadmin.py:242 +#: seahub/views/sysadmin.py:243 +msgid "Yes" +msgstr "Da" + +#: seahub/base/management/commands/export_users.py:132 +#: seahub/views/sysadmin.py:248 +msgid "Guest" +msgstr "Gost" + +#: seahub/base/management/commands/export_users.py:134 +#: seahub/base/management/commands/export_users.py:138 +#: seahub/views/sysadmin.py:250 seahub/views/sysadmin.py:254 +msgid "Default" +msgstr "Prednastavljeno" + +#: seahub/base/templatetags/seahub_tags.py:139 +msgid "Added" +msgstr "Dodano" + +#: seahub/base/templatetags/seahub_tags.py:141 +msgid "Removed" +msgstr "Odstranjeno" + +#: seahub/base/templatetags/seahub_tags.py:142 +msgid "Modified" +msgstr "Urejeno" + +#: seahub/base/templatetags/seahub_tags.py:143 +msgid "Renamed" +msgstr "Preimenovano" + +#: seahub/base/templatetags/seahub_tags.py:144 +msgid "Moved" +msgstr "Premaknjeno" + +#: seahub/base/templatetags/seahub_tags.py:145 +msgid "Added folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:146 +msgid "Removed folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:147 +#: seahub/notifications/management/commands/send_file_updates.py:172 +msgid "Renamed folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:148 +#: seahub/notifications/management/commands/send_file_updates.py:177 +msgid "Moved folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:149 +msgid "Added or modified" +msgstr "Dodan ali spremenjen" + +#: seahub/base/templatetags/seahub_tags.py:164 +#: seahub/base/templatetags/seahub_tags.py:235 +msgid "Reverted library to status at" +msgstr "Obnovi knjižnico na stanje ob" + +#: seahub/base/templatetags/seahub_tags.py:167 +#: seahub/base/templatetags/seahub_tags.py:238 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "Datoteka \"%(file)s\" obnovljena na stanje od %(time)s." + +#: seahub/base/templatetags/seahub_tags.py:171 +#: seahub/base/templatetags/seahub_tags.py:242 +msgid "Recovered deleted folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:173 +#: seahub/base/templatetags/seahub_tags.py:244 seahub/views/ajax.py:460 +msgid "Changed library name or description" +msgstr "Spremenjeno ime ali opis knjižnice" + +#: seahub/base/templatetags/seahub_tags.py:175 +#: seahub/base/templatetags/seahub_tags.py:246 +msgid "Auto merge by seafile system" +msgstr "Samodejno združeno iz sistema seafile." + +#: seahub/base/templatetags/seahub_tags.py:177 +#: seahub/base/templatetags/seahub_tags.py:248 +#: seahub/notifications/management/commands/send_file_updates.py:112 +msgid "Created library" +msgstr "Ustvari knjižnico" + +#: seahub/base/templatetags/seahub_tags.py:328 +#: seahub/base/templatetags/seahub_tags.py:364 +msgid "Just now" +msgstr "Ravnokar" + +#: seahub/base/templatetags/seahub_tags.py:339 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "%(days)d dnevom" +msgstr[1] "%(days)d dnevoma" +msgstr[2] "%(days)d dnevi" +msgstr[3] "%(days)d dnevi" + +#: seahub/base/templatetags/seahub_tags.py:346 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "%(hours)d uro" +msgstr[1] "%(hours)d urama" +msgstr[2] "%(hours)d urami" +msgstr[3] "%(hours)d urami" + +#: seahub/base/templatetags/seahub_tags.py:353 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "%(minutes)d minuto" +msgstr[1] "%(minutes)d minutama" +msgstr[2] "%(minutes)d minutami" +msgstr[3] "%(minutes)d minutami" + +#: seahub/base/templatetags/seahub_tags.py:359 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "%(seconds)d sekundo" +msgstr[1] "%(seconds)d sekundema" +msgstr[2] "%(seconds)d sekundami" +msgstr[3] "%(seconds)d sekundami" + +#: seahub/base/templatetags/seahub_tags.py:484 +msgid "Read-Write" +msgstr "Branje-pisanje" + +#: seahub/base/templatetags/seahub_tags.py:486 +msgid "Read-Only" +msgstr "Samo branje" + +#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:522 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: seahub/base/templatetags/seahub_tags.py:524 +#, python-format +msgid "%s KB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:526 +#, python-format +msgid "%s MB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:528 +#, python-format +msgid "%s GB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:530 +#, python-format +msgid "%s TB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:532 +#, python-format +msgid "%s PB" +msgstr "" + +#: seahub/contacts/models.py:78 +msgid "Email is required." +msgstr "Email je zahtevan" + +#: seahub/dingtalk/views.py:51 seahub/dingtalk/views.py:75 +#: seahub/dingtalk/views.py:84 seahub/dingtalk/views.py:106 +#: seahub/dingtalk/views.py:123 seahub/dingtalk/views.py:167 +#: seahub/dingtalk/views.py:192 seahub/dingtalk/views.py:201 +#: seahub/dingtalk/views.py:223 seahub/dingtalk/views.py:260 +#: seahub/dingtalk/views.py:300 seahub/dingtalk/views.py:347 +#: seahub/dingtalk/views.py:367 seahub/dingtalk/views.py:436 +#: seahub/dingtalk/views.py:483 seahub/oauth/views.py:89 +#: seahub/oauth/views.py:112 seahub/oauth/views.py:158 +#: seahub/oauth/views.py:170 seahub/oauth/views.py:176 +#: seahub/oauth/views.py:209 seahub/templates/remote_user/error.html:8 +#: seahub/weixin/views.py:67 seahub/weixin/views.py:86 +#: seahub/weixin/views.py:107 seahub/weixin/views.py:192 +#: seahub/weixin/views.py:211 seahub/work_weixin/views.py:69 +#: seahub/work_weixin/views.py:74 seahub/work_weixin/views.py:84 +#: seahub/work_weixin/views.py:88 seahub/work_weixin/views.py:107 +#: seahub/work_weixin/views.py:178 seahub/work_weixin/views.py:183 +#: seahub/work_weixin/views.py:193 seahub/work_weixin/views.py:197 +msgid "Error, please contact administrator." +msgstr "" + +#: seahub/dingtalk/views.py:126 seahub/dingtalk/views.py:370 +#: seahub/weixin/views.py:110 +#, python-format +msgid "User %s not found or inactive." +msgstr "" + +#: seahub/forms.py:59 +msgid "The two passwords didn't match." +msgstr "Gesli se ne ujemata." + +#: seahub/forms.py:68 +msgid "Name can't be empty" +msgstr "Ime ne sme bit prazno" + +#: seahub/forms.py:69 +msgid "Name is too long (maximum is 255 characters)" +msgstr "Ime je predolgo (največ 255 znakov)" + +#: seahub/forms.py:72 +msgid "Description can't be empty" +msgstr "Opis ne sme biti prazen" + +#: seahub/forms.py:73 +msgid "Description is too long (maximum is 100 characters)" +msgstr "Opis je predolg (največ 100 znakov)" + +#: seahub/forms.py:83 seahub/forms.py:169 +#, python-format +msgid "Name %s is not valid" +msgstr "Ime %s ni veljavno" + +#: seahub/forms.py:97 seahub/share/views.py:200 seahub/views/ajax.py:308 +#: seahub/views/ajax.py:312 seahub/views/ajax.py:316 seahub/views/ajax.py:327 +#: seahub/views/ajax.py:447 +msgid "Argument missing" +msgstr "Manjka argument" + +#: seahub/forms.py:111 +msgid "Oldname is required" +msgstr "Staro ime je obvezno" + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's too long." +msgstr "Je predolgo." + +#: seahub/forms.py:115 seahub/forms.py:136 +msgid "It's required." +msgstr "Je obvezno." + +#: seahub/forms.py:122 seahub/forms.py:143 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "Ime \"%s\" ni veljavno" + +#: seahub/forms.py:162 +msgid "Library name is required" +msgstr "Ime knjižnice je obvezno" + +#: seahub/forms.py:164 +msgid "Please enter a number" +msgstr "Prosimo vnesite število" + +#: seahub/forms.py:184 +msgid "Name is required" +msgstr "Naziv je obvezen" + +#: seahub/forms.py:185 +msgid "Please enter a valid number" +msgstr "" + +#: seahub/forms.py:186 +msgid "Text is required" +msgstr "" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "Skupina je že bila ustvarjena" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "Spodletelo ustvarjanje skupine" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "Skupina v tej organizaciji je že bila ustvarjena." + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "Spodletelo ustvarjanje skupine v organizaciji." + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "Nezadostno dovoljenje: samo uredniki skupine lahko dodajajo člane." + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "Skupina je polna" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "Spodletelo dodajanje člana v skupino" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "Samo urednik skupine lahko odstrani člana" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "Ne morete odstraniti samega sebe" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "Naziv skupine ne more biti prazno" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "Naziv skupine je predolg (največ 255 znakov)" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "Sporočilo preverjanja ne more biti prazno" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "Sporočlilo za preveritev je predolgo (največ 255 znakov)" + +#: seahub/group/templates/group/add_member_email.html:8 +msgid "Hi, " +msgstr "Živijo," + +#: seahub/group/templates/group/add_member_email.html:11 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "%(user)s se želi pridružiti skupini \"%(group_name)s\", tukaj je sporočilo preverjanja: " + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:10 +msgid "Thanks for using our site!" +msgstr "Zahvaljujemo se vam za uporabo strani!" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:15 +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s" + +#: seahub/group/views.py:105 seahub/share/views.py:137 +#: seahub/views/__init__.py:451 seahub/views/ajax.py:381 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 +msgid "Permission denied" +msgstr "Dostop zavrnjen." + +#: seahub/group/views.py:171 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "Povabljeni ste da se pridružite skupini na %s" + +#: seahub/institutions/views.py:184 +msgid "Owner" +msgstr "Lastnik" + +#: seahub/institutions/views.py:188 +msgid "Member" +msgstr "Član" + +#: seahub/institutions/views.py:219 seahub/views/sysadmin.py:365 +msgid "Failed to delete: the user does not exist" +msgstr "Spodletelo brisanje: ta uporabnike ne obstaja" + +#: seahub/institutions/views.py:223 +msgid "Failed to delete: the user is system administrator" +msgstr "" + +#: seahub/institutions/views.py:227 seahub/views/sysadmin.py:355 +#, python-format +msgid "Successfully deleted %s" +msgstr "Uspešno odstranjeno %s" + +#: seahub/invitations/models.py:95 +#, python-format +msgid "You are invited to join %(site_name)s." +msgstr "" + +#: seahub/invitations/models.py:98 +#, python-brace-format +msgid "You are invited to join team {org_name}." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/invitations/templates/invitations/invitation_revoke_email.html:9 +#: seahub/notifications/templates/notifications/file_updates_email.html:7 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:7 +#: seahub/share/templates/share/share_link_email.html:6 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/snippets/reset_repo_password.html:7 +#: seahub/templates/sysadmin/short_time_linving_password_reset_link.html:10 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:7 +#: seahub/templates/sysadmin/user_batch_add_email.html:7 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +#: seahub/templates/user_quota_full.html:9 +msgid "Hi," +msgstr "Zdravo," + +#: seahub/invitations/templates/invitations/invitation_email.html:13 +#, python-format +msgid "" +"You are invited to join team %(org_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:15 +#, python-format +msgid "" +"%(inviter_name)s invited you to join %(site_name)s. Please click the link " +"below:" +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_revoke_email.html:12 +#, python-format +msgid "%(inviter)s revoked your access to %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/organizations/templates/organizations/org_register.html:52 +#: seahub/search/templates/search_results.html:26 +#: seahub/search/templates/search_results.html:47 +#: seahub/share/templates/share/share_link_email_audit.html:39 +#: seahub/templates/decrypt_repo_form.html:13 +#: seahub/templates/registration/password_change_form.html:25 +#: seahub/templates/registration/password_reset_confirm.html:28 +#: seahub/templates/registration/password_reset_form.html:40 +#: seahub/templates/registration/password_set_form.html:28 +#: seahub/templates/share_access_validation.html:29 +msgid "Submit" +msgstr "Potrdi" + +#: seahub/invitations/templates/invitations/token_view.html:26 +msgid "It is required." +msgstr "Je obvezno." + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:67 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:82 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:103 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_dingtalk_notifications.py:185 +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: seahub/notifications/management/commands/send_file_updates.py:115 +msgid "Renamed library" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:118 +msgid "Deleted library" +msgstr "Izbrisana knjižnica" + +#: seahub/notifications/management/commands/send_file_updates.py:121 +msgid "Restored library" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:125 +msgid "Removed all items from trash." +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:127 +#, python-format +msgid "Removed items older than %s days from trash." +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:135 +msgid "Created file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:138 +msgid "Deleted file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:141 +msgid "Restored file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:144 +msgid "Renamed file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:150 +msgid "Moved file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:156 +msgid "Updated file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:163 +msgid "Created folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:166 +msgid "Deleted folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:169 +msgid "Restored folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:277 +#, python-format +msgid "New file updates on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:462 +#, python-format +msgid "New notice on %s" +msgstr "Novo obvestilo na %s" + +#: seahub/notifications/management/commands/send_notices_to_social_account.py:252 +#, python-format +msgid "You've got %(num)s new notices on %(site_name)s:\n" +msgstr "" + +#: seahub/notifications/models.py:559 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "Datoteka z imenom %(file_name)s je naložena v %(name)s" + +#: seahub/notifications/models.py:566 +#, python-format +msgid "A file named %(file_name)s is uploaded" +msgstr "" + +#: seahub/notifications/models.py:601 +#, python-format +msgid "" +"A folder named %(folder_name)s is uploaded to " +"%(name)s" +msgstr "" + +#: seahub/notifications/models.py:608 +#, python-format +msgid "A folder named %(folder_name)s is uploaded" +msgstr "" + +#: seahub/notifications/models.py:742 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "Uporabnik %(username)s je zaprosil za pridružitev v skupino %(group_name)s, sporočilo preverjanja: %(join_request_msg)s" + +#: seahub/notifications/models.py:771 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "Uporabnik %(group_staff)s te je dodal v skupino %(group_name)s" + +#: seahub/notifications/models.py:797 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/models.py:814 +#, python-format +msgid "" +"Draft #%(draft_id)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/models.py:831 +#, python-format +msgid "" +"%(from_user)s has sent you a request for draft " +"#%(draft_id)s" +msgstr "" + +#: seahub/notifications/models.py:854 +#: seahub/notifications/templates/notifications/notice_email.html:66 +#, python-format +msgid "" +"Guest %(user)s accepted your invitation at %(time)s." +msgstr "" + +#: seahub/notifications/models.py:878 +#, python-format +msgid "" +"%(user)s has transfered a library named %(repo_name)s to you." +msgstr "" + +#: seahub/notifications/models.py:951 +#, python-brace-format +msgid "{name} created {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:953 +#, python-brace-format +msgid "" +"{name} created {obj_type} {obj_link} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:958 +#, python-brace-format +msgid "{name} deleted {obj_type} {obj_name} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:960 +#, python-brace-format +msgid "" +"{name} deleted {obj_type} {obj_name} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:964 +#, python-brace-format +msgid "{name} restored {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:968 +#, python-brace-format +msgid "" +"{name} renamed {obj_type} {old_obj_name} to {obj_link} in library " +"{repo_link}." +msgstr "" + +#: seahub/notifications/models.py:973 +#, python-brace-format +msgid "{name} moved {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:975 +#, python-brace-format +msgid "" +"{name} moved {obj_type} {obj_link} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:979 +#, python-brace-format +msgid "{name} updated {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:982 +#, python-brace-format +msgid "{name} {op_type} {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/templates/notifications/file_updates_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new file updates on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s file updates on %(site_name)s:\n" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: seahub/notifications/templates/notifications/file_updates_email.html:20 +msgid "Operation" +msgstr "Možnosti" + +#: seahub/notifications/templates/notifications/file_updates_email.html:21 +#: seahub/search/templates/search_results.html:67 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +msgid "File" +msgstr "Datoteka" + +#: seahub/notifications/templates/notifications/file_updates_email.html:21 +msgid "Library" +msgstr "Knjižnica" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "Živijo, %(name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +msgid "Message" +msgstr "Sporočilo" + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "Prejel si novo sporočilo od %(user)s." + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"A file named %(file_name)s is " +"uploaded to your folder %(folder_name)s." +msgstr "Datoteka z imenom %(file_name)s je naložena v tvojo mapo %(folder_name)s." + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"A folder named %(folder_name)s is" +" uploaded to your folder %(parent_dir_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:57 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "Uporabnik %(user)s je zaprosil za pridružitev v skupino %(grp_name)s, sporočilo za preveritev: %(msg)s" + +#: seahub/notifications/templates/notifications/notice_email.html:60 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "Uporabnik %(user)s te je dodal v skupino %(grp_name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:63 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:69 +#, python-format +msgid "" +"A large number of files in your library %(repo_name)s has been deleted " +"recently." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:84 +msgid "Go check out at the following page:" +msgstr "Pojdite preveriti na naslednji stran:" + +#: seahub/notifications/templates/notifications/notice_msg/folder_share_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a folder named %(lib_name)s to you." +msgstr "%(user)s je s tabo deljil knjižnico z imenom %(lib_name)s." + +#: seahub/notifications/templates/notifications/notice_msg/folder_share_to_group_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a folder named %(lib_name)s to group %(group_name)s." +msgstr "%(user)s je deljil knjižnico z imenom %(lib_name)s s skupino %(group_name)s." + +#: seahub/notifications/templates/notifications/notice_msg/repo_share_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "%(user)s je s tabo deljil knjižnico z imenom %(lib_name)s." + +#: seahub/notifications/templates/notifications/notice_msg/repo_share_to_group_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "%(user)s je deljil knjižnico z imenom %(lib_name)s s skupino %(group_name)s2." + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in library %(repo_name)s during regular scanning: " +"%(file_path)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning:" +msgstr "" + +#: seahub/notifications/utils.py:429 +#, python-format +msgid "%(author)s added a new comment in document %(sdoc_name)s" +msgstr "" + +#: seahub/notifications/utils.py:436 seahub/notifications/utils.py:456 +msgid "Details" +msgstr "Podrobnosti" + +#: seahub/notifications/utils.py:442 +#, python-format +msgid "%(author)s added a new reply in document %(sdoc_name)s" +msgstr "" + +#: seahub/notifications/utils.py:448 +#, python-format +#| msgid "%(author)s added a new comment in document %(sdoc_name)s" +msgid "" +"%(author)s has marked the comment \"%(resolve_comment)s\" as resolved in " +"document %(sdoc_name)s\n" +msgstr "" + +#: seahub/oauth/views.py:212 +#: seahub/templates/remote_user/create_unknown_user_false.html:8 +#: seahub/work_weixin/views.py:111 +msgid "" +"Error, new user registration is not allowed, please contact administrator." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "Prosimo izberite kako si želite ogledati kriptirano knjižnico na spletu:" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "Pošlji geslo na strežnik." + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "Datoteke bodo odkriptirane na strežniku predno bodo poslane k vam." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "Shrani gesla v brskalnik." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "Datoteke bodo odkriptirane v vašem brskalniku ko jih boste prenesli." + +#: seahub/options/templates/options/set_user_options.html:13 +msgid "" +"Tip: the latter way is more secure, but it is not supported well by all " +"browsers. We advise you to use the latest version of Chrome or Firefox." +msgstr "Namig: zadnji način je bolj varen, vendar pa ni dobro podprt v vseh brskalnikih. Priporočamo vam da uporabite zadnji način z Firefox ali Chrome brskalnikom." + +#: seahub/organizations/api/admin/users.py:810 +#, python-brace-format +msgid "Failed. You can only invite {org_members_quota} members." +msgstr "" + +#: seahub/organizations/api/admin/users.py:814 +msgid "The number of users exceeds the limit" +msgstr "" + +#: seahub/organizations/api/admin/users.py:832 +#, python-brace-format +msgid "User {email} already exists." +msgstr "" + +#: seahub/organizations/forms.py:41 seahub/share/views.py:354 +#: seahub/share/views.py:367 +msgid "Email address is not valid" +msgstr "Email %s ni veljaven." + +#: seahub/organizations/templates/organizations/org_register.html:3 +#: seahub/organizations/templates/organizations/org_register.html:13 +#: seahub/templates/choose_register.html:3 +#: seahub/templates/choose_register.html:8 +#: seahub/templates/registration/login.html:118 +#: seahub/templates/registration/registration_form.html:3 +#: seahub/templates/registration/registration_form.html:14 +msgid "Signup" +msgstr "Registracija" + +#: seahub/organizations/templates/organizations/org_register.html:15 +#: seahub/templates/registration/registration_form.html:16 +msgid "Welcome back, you are already signed in." +msgstr "Ponovno pozdravljeni, ste že prijavljeni." + +#: seahub/organizations/templates/organizations/org_register.html:18 +msgid "Organization Name" +msgstr "Organizacija" + +#: seahub/organizations/templates/organizations/org_register.html:32 +msgid "Admin Name" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:37 +msgid "Admin Email" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:45 +#: seahub/templates/registration/password_change_form.html:22 +#: seahub/templates/registration/password_set_form.html:25 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:37 +msgid "Confirm Password" +msgstr "Potrdite geslo" + +#: seahub/organizations/templates/organizations/org_register.html:75 +#: seahub/templates/registration/registration_form.html:80 +msgid "Email cannot be blank" +msgstr "Email ne more biti prazen" + +#: seahub/organizations/templates/organizations/org_register.html:79 +#: seahub/templates/registration/login.html:195 +#: seahub/templates/registration/password_change_form.html:53 +#: seahub/templates/registration/password_reset_confirm.html:56 +#: seahub/templates/registration/password_set_form.html:51 +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sudo_mode.html:70 +msgid "Password cannot be blank" +msgstr "Geslo ne more biti prazno" + +#: seahub/organizations/templates/organizations/org_register.html:83 +#: seahub/templates/registration/password_change_form.html:57 +#: seahub/templates/registration/password_reset_confirm.html:60 +#: seahub/templates/registration/password_set_form.html:55 +#: seahub/templates/registration/registration_form.html:88 +msgid "Please enter the password again" +msgstr "Prosimo ponovno vnesite geslo" + +#: seahub/organizations/templates/organizations/org_register.html:87 +#: seahub/templates/registration/password_change_form.html:61 +#: seahub/templates/registration/password_reset_confirm.html:64 +#: seahub/templates/registration/password_set_form.html:59 +#: seahub/templates/registration/registration_form.html:92 +msgid "Passwords don't match" +msgstr "Gesli se ne ujemata" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:4 +#: seahub/search/templates/search_results.html:98 +#: seahub/templates/snippets/admin_paginator.html:4 +msgid "Previous" +msgstr "Prejšnja" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:7 +#: seahub/search/templates/search_results.html:101 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/two_factor/templates/two_factor/_wizard_actions.html:5 +msgid "Next" +msgstr "Naslednja" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:12 +#: seahub/templates/snippets/admin_paginator.html:12 +msgid "Per page: " +msgstr "Na stran:" + +#: seahub/organizations/views.py:284 seahub/thumbnail/views.py:160 +msgid "Invalid token." +msgstr "" + +#: seahub/profile/templates/profile/set_profile_react.html:5 +msgid "Settings" +msgstr "Nastavitve" + +#: seahub/profile/templates/profile/set_profile_react.html:21 +msgctxt "true name" +msgid "Name:" +msgstr "Ime:" + +#: seahub/profile/templates/profile/set_profile_react.html:27 +#: seahub/templates/registration/password_set_form.html:4 +#: seahub/templates/registration/password_set_form.html:13 +msgid "Set Password" +msgstr "" + +#: seahub/profile/templates/profile/set_profile_react.html:27 +msgid "Update" +msgstr "Posodobi" + +#: seahub/profile/templates/profile/user_profile.html:4 +msgid "Profile" +msgstr "Profil" + +#: seahub/profile/views.py:49 +msgid "Successfully edited profile." +msgstr "Uspešno ste uredili profil." + +#: seahub/profile/views.py:53 +msgid "Failed to edit profile" +msgstr "Urejanje profila ni uspelo" + +#: seahub/profile/views.py:257 +msgid "Has not accepted invitation yet" +msgstr "Še ni sprejel vašega povabila" + +#: seahub/profile/views.py:282 +msgid "Demo account can not be deleted." +msgstr "Demo račun ni mogoče pobristi." + +#: seahub/profile/views.py:309 +msgid "Failed to set default library." +msgstr "Prednastavljene knjižnici ni bilo mogoče nastaviti." + +#: seahub/profile/views.py:313 +msgid "Can not set encrypted library as default library." +msgstr "Kriptirane knjižnice ne morem nastaviti za privzeto knjižnico." + +#: seahub/profile/views.py:318 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "Knjižnico \"%s\" je uspešno nastavljena kot prednastavljena knjižnica." + +#: seahub/seadoc/views.py:26 seahub/seadoc/views.py:80 +#: seahub/seadoc/views.py:158 seahub/views/__init__.py:442 +#: seahub/views/__init__.py:485 seahub/views/__init__.py:621 +#: seahub/views/__init__.py:783 seahub/views/ajax.py:376 +msgid "Library does not exist" +msgstr "Knjižnica ne obstaja" + +#: seahub/seadoc/views.py:152 +msgid "File path invalid." +msgstr "" + +#: seahub/search/templates/search_results.html:25 +msgid "Search Files" +msgstr "Iskanje datotek" + +#: seahub/search/templates/search_results.html:28 +msgid "advanced" +msgstr "napredno" + +#: seahub/search/templates/search_results.html:31 +msgid "Last Update" +msgstr "Posodobljeno" + +#: seahub/search/templates/search_results.html:39 +msgid "Size" +msgstr "Velikost" + +#: seahub/search/templates/search_results.html:56 +msgid "No result found" +msgstr "" + +#: seahub/search/templates/search_results.html:58 +#, python-format +msgid "%(total)s result" +msgid_plural "%(total)s results" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: seahub/search/templates/search_results.html:63 +msgid "Folder icon" +msgstr "" + +#: seahub/search/templates/search_results.html:168 +msgid "Invalid start date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/search/templates/search_results.html:172 +msgid "Invalid end date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/search/templates/search_results.html:176 +msgid "Start date should be earlier than end date." +msgstr "" + +#: seahub/search/views.py:33 +msgid "Invalid argument." +msgstr "" + +#: seahub/search/views.py:81 seahub/search/views.py:89 +msgid "Invalid date." +msgstr "" + +#: seahub/search/views.py:97 seahub/search/views.py:105 +msgid "Invalid file size." +msgstr "" + +#: seahub/search/views.py:112 +msgid "Invalid file size range." +msgstr "" + +#: seahub/search/views.py:117 +msgid "Invalid date range." +msgstr "" + +#: seahub/search/views.py:166 +#, python-format +msgid "Library %s not found." +msgstr "" + +#: seahub/share/decorators.py:50 +msgid "Invalid verification code, please try again." +msgstr "" + +#: seahub/share/decorators.py:81 +msgid "Link does not exist." +msgstr "" + +#: seahub/share/decorators.py:84 +msgid "Link is expired." +msgstr "" + +#: seahub/share/decorators.py:125 +msgid "The number of share link exceeds the limit." +msgstr "" + +#: seahub/share/models.py:127 +msgid "Password can't be empty" +msgstr "Geslo ne sme biti prazno" + +#: seahub/share/models.py:134 +msgid "Please enter a correct password." +msgstr "Prosimo vnesite pravilno geslo" + +#: seahub/share/templates/share/audit_code_email.html:10 +#, python-format +msgid "The verification code is %(code)s. It is valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_email.html:9 +#, python-format +msgid "" +"\n" +" %(shared_from)s shared a file link with you.\n" +msgstr "" + +#: seahub/share/templates/share/share_link_email.html:14 +#, python-format +msgid "" +"\n" +"You can click here to verify your email address and visit it.\n" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:4 +#: seahub/share/templates/share/share_link_email_audit.html:24 +msgid "Email address verification" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:25 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:28 +msgid "Enter your email address" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:29 +msgid "Get code" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:31 +msgid "Paste the verification code here" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:64 +msgid "Resend" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:92 +msgid "A verification code has been sent to the email address." +msgstr "" + +#: seahub/share/views.py:133 +msgid "Please choose a folder." +msgstr "" + +#: seahub/share/views.py:157 +msgid "Successfully saved." +msgstr "Uspešno shranjenjo" + +#: seahub/share/views.py:187 +msgid "Preview and download" +msgstr "" + +#: seahub/share/views.py:188 +msgid "Preview only" +msgstr "" + +#: seahub/share/views.py:189 +msgid "Download and upload" +msgstr "" + +#: seahub/share/views.py:190 +msgid "Edit on cloud and download" +msgstr "" + +#: seahub/share/views.py:191 +msgid "Edit on cloud only" +msgstr "" + +#: seahub/share/views.py:223 +msgid "Share Link" +msgstr "Deli povezavo" + +#: seahub/share/views.py:223 seahub/views/sysadmin.py:643 +msgid "Creator" +msgstr "Ustvaril" + +#: seahub/share/views.py:224 +msgid "Permission" +msgstr "Dovoljenja" + +#: seahub/share/views.py:224 +msgid "Expiration" +msgstr "Čas veljavnosti" + +#: seahub/share/views.py:254 seahub/thumbnail/views.py:42 +#: seahub/thumbnail/views.py:167 seahub/views/ajax.py:140 +#: seahub/views/ajax.py:418 +msgid "Library does not exist." +msgstr "Knjižnica ne obstaja" + +#: seahub/share/views.py:258 seahub/views/ajax.py:386 +msgid "Folder does not exist." +msgstr "" + +#: seahub/share/views.py:306 +msgid "Only the owner of the library has permission to share it." +msgstr "Samo lastnik knjižnice ima pravice za deljenje." + +#: seahub/share/views.py:344 +msgid "Please check the email(s) you entered" +msgstr "Prosimo, preveri email naslov(e), ki si jih vnesel/la" + +#: seahub/share/views.py:360 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:375 +msgid "Verification code" +msgstr "" + +#: seahub/share/views.py:386 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "Oprostite, vendar zahtevana stran ne obstaja." + +#: seahub/templates/base.html:8 seahub/templates/base_for_react.html:9 +msgid "File, Collaboration, Team, Organization" +msgstr "" + +#: seahub/templates/base.html:35 +msgid "Close" +msgstr "Zapri" + +#: seahub/templates/choose_register.html:9 +msgid "Create a personal account" +msgstr "Ustvari osebni račun" + +#: seahub/templates/choose_register.html:10 +msgid "Create an organization account" +msgstr "Ustvari račun organizacije" + +#: seahub/templates/client_login_complete.html:6 +msgid "The client has logged in. Please open the client to confirm." +msgstr "" + +#: seahub/templates/client_login_confirm.html:6 +msgid "Client Login Confirm" +msgstr "" + +#: seahub/templates/client_login_confirm.html:8 +msgid "Do you want to login to your client?" +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "Knjižnica je kriptirana. Prosimo vnesite geslo če si jo želite ogledati na spleti. Geslo bo shranjeno v strežniškem kriptiranem delu pomnilnika za 1 uro." + +#: seahub/templates/decrypt_repo_form.html:26 +#: seahub/templates/share_access_validation.html:40 +msgid "Please enter the password." +msgstr "Prosimo vnesite geslo." + +#: seahub/templates/download.html:4 +msgid "Download" +msgstr "Prenos" + +#: seahub/templates/i18n.html:6 +msgid "Upload Folder" +msgstr "Mapa za nalaganje" + +#: seahub/templates/i18n.html:7 +msgid "Add auto expiration" +msgstr "Dodaj avtomatski čas veljavnosti" + +#: seahub/templates/i18n.html:8 +msgid "Days" +msgstr "Dni" + +#: seahub/templates/i18n.html:9 +msgid "Shared Links" +msgstr "Deljene Povezave" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "Ogled in upravljanje vseh skupnih povezav v tej knjižnici." + +#: seahub/templates/i18n.html:11 +msgid "Owned Libs" +msgstr "Lastne knjižnice" + +#: seahub/templates/i18n.html:12 +msgid "Shared Libs" +msgstr "Skupne knjižnice" + +#: seahub/templates/onlyoffice_file_view_react.html:86 +#: seahub/templates/onlyoffice_file_view_react.html:175 +#: seahub/templates/onlyoffice_file_view_react.html:198 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 +#: seahub/templates/view_file_onlyoffice.html:93 +#: seahub/templates/view_file_onlyoffice.html:182 +#: seahub/templates/view_file_onlyoffice.html:205 +msgid "Failed. Please check the network." +msgstr "Napaka. Prosimo preverite omrežno povezavo." + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "" + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "Za aktiviranje računa, kliknite sledečo povezavo v roku %(expiration_days)s dni:" + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:52 +msgid "Sign Up" +msgstr "Prijava" + +#: seahub/templates/registration/logged_out.html:4 +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "Odjava" + +#: seahub/templates/registration/logged_out.html:8 +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "Hvala za uporabo!" + +#: seahub/templates/registration/logged_out.html:8 +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "Ponovna prijava" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:33 +#: seahub/templates/registration/login.html:74 +#: seahub/templates/registration/multi_adfs_sso.html:4 +#: seahub/templates/registration/multi_adfs_sso.html:35 +#: seahub/templates/registration/multi_adfs_sso.html:46 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:23 +#: seahub/templates/sysadmin/user_batch_add_email.html:19 +msgid "Log In" +msgstr "Prijava" + +#: seahub/templates/registration/login.html:43 +msgid "Refresh" +msgstr "" + +#: seahub/templates/registration/login.html:63 +msgid "Incorrect email or password" +msgstr "Napačno geslo ali email naslov" + +#: seahub/templates/registration/login.html:71 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "Zapomni si me za %(remember_days)s dni" + +#: seahub/templates/registration/login.html:78 +#: seahub/templates/registration/login.html:82 +msgid "Single Sign-On" +msgstr "Enotna prijava" + +#: seahub/templates/registration/login.html:89 +msgid "Login with" +msgstr "Prijava z" + +#: seahub/templates/registration/login.html:115 +msgid "Forgot password?" +msgstr "Pozabljeno geslo?" + +#: seahub/templates/registration/login.html:183 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "CAPTCHA osvežitev ni uspela, prosimo poizkusite znova kasneje." + +#: seahub/templates/registration/login.html:191 +#: seahub/templates/registration/multi_adfs_sso.html:89 +msgid "Email or username cannot be blank" +msgstr "Email ali uporabniško ime ne sme biti prazno" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "Geslo je bilo uspešno spremenjeno" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "Vaše geslo je bilo supešno spremenjeno" + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:12 +msgid "Password Modification" +msgstr "Urejanje gesla" + +#: seahub/templates/registration/password_change_form.html:15 +msgid "Please update your password before continue." +msgstr "Prosimo posodobite geslo pred nadaljevanjem." + +#: seahub/templates/registration/password_change_form.html:17 +msgid "Current Password" +msgstr "Trenutno geslo" + +#: seahub/templates/registration/password_change_form.html:19 +msgid "New Password" +msgstr "Novo geslo" + +#: seahub/templates/registration/password_change_form.html:49 +msgid "Current password cannot be blank" +msgstr "Trenutno geslo ne more biti prazno" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "Uspešno ponastavljeno geslo" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "Uspešno ponastavljeno geslo." + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_done.html:29 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:35 +msgid "Password Reset" +msgstr "Ponastavi geslo" + +#: seahub/templates/registration/password_reset_confirm.html:17 +msgid "Reset Password" +msgstr "Ponastavitev gesla" + +#: seahub/templates/registration/password_reset_confirm.html:19 +msgid "New Password: " +msgstr "Novo geslo:" + +#: seahub/templates/registration/password_reset_confirm.html:23 +msgid "Confirm Password: " +msgstr "Potrditev gesla:" + +#: seahub/templates/registration/password_reset_confirm.html:35 +msgid "Failed to reset password: this link is no longer available." +msgstr "Ponastavitev gesla ni uspela: ta povezava ni več veljavna." + +#: seahub/templates/registration/password_reset_done.html:31 +msgid "We've sent a password reset email to your mailbox." +msgstr "Email sporočilo za ponastavitev gesla smo poslali na vaš email naslov." + +#: seahub/templates/registration/password_reset_done.html:32 +msgid "Back to login page" +msgstr "Nazaj na prijavo" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "Za ponastavitev gesla za vaš uporabniški račun %(account)s na %(site_name)s, prosimo kliknite na naslednjo povezavo: " + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "Če tega niste vi zahtevali preprosto ignorirajte to sporočilo." + +#: seahub/templates/registration/password_reset_form.html:37 +msgid "We will send you an email to set new password" +msgstr "Poslali vam bomo email sporočilo za nastavitev novega gesla" + +#: seahub/templates/registration/password_reset_form.html:38 +msgid "Your email used in login" +msgstr "" + +#: seahub/templates/registration/register_complete_email.html:1 +#, python-format +msgid "" +"You're receiving this e-mail because you are the admin of %(site_name)s, and" +" a new user %(reg_email)s is joined." +msgstr "" + +#: seahub/templates/registration/register_complete_email.html:3 +msgid "Please click the following link to view the new account:" +msgstr "" + +#: seahub/templates/registration/register_complete_email_subject.html:1 +#, python-format +msgid "New account created on %(site_name)s" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "Registracija uspešno zaključena" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "Email za aktivacijo vašega računa je bil poslan. Prosimo preverite vaš email predal in kliknite na povezavo v sporočilo za aktivacijo računa." + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "Registracija zaključena, prosimo počakajte da vam administrator aktivira vaš uporabniški račun." + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "Registracija je onemogočena." + +#: seahub/templates/registration/registration_form.html:37 +msgid "Department" +msgstr "Oddelek" + +#: seahub/templates/registration/registration_form.html:42 +msgid "Telephone" +msgstr "Telefon" + +#: seahub/templates/registration/registration_form.html:47 +msgid "Note" +msgstr "Zaznamek" + +#: seahub/templates/remote_user/not_active.html:6 +#: seahub/templates/shibboleth/complete.html:8 seahub/work_weixin/views.py:132 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/repo_folder_trash_react.html:5 +msgid "Trash" +msgstr "Koš" + +#: seahub/templates/repo_history_react.html:5 +msgid "History" +msgstr "Zgodovina" + +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/folder." +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(escaped_file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_link_email.html:17 +#: seahub/templates/shared_upload_link_email.html:20 +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Password:" +msgstr "Geslo:" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "Lahko greste na naslednjo povezavo in naložite vaše datoteke:" + +#: seahub/templates/snippets/password_strength_js.html:7 +msgid "Password strength should be strong or very strong" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:11 +#: seahub/templates/snippets/password_strength_js.html:97 +msgid "Password strength" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:18 +msgid "" +"The password should contain different types of characters to make it strong:" +" uppercase letters, lowercase letters, numbers and special characters." +msgstr "" + +#: seahub/templates/snippets/policy_service_link.html:5 +#: seahub/templates/snippets/policy_service_link.html:9 +msgid "Privacy Policy" +msgstr "" + +#: seahub/templates/snippets/policy_service_link.html:7 +#: seahub/templates/snippets/policy_service_link.html:11 +msgid "Terms of Service" +msgstr "" + +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Folder" +msgstr "Mapa" + +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "Obnovi" + +#: seahub/templates/snippets/reset_repo_password.html:10 +#, python-format +msgid "" +"The new password of library %(repo_name)s is %(password)s. Please change it " +"as soon as possible." +msgstr "" + +#: seahub/templates/sysadmin/short_time_linving_password_reset_link.html:13 +#, python-format +msgid "" +"Administrator on %(site_name)s is resetting your password for %(account)s, " +"please click the following link to continue: " +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Confirm password to continue" +msgstr "Potrdite geslo za nadaljevanje" + +#: seahub/templates/sysadmin/sudo_mode.html:25 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "Vstopate v admin območje, nekaj ur vas ne bomo spraševali po geslu." + +#: seahub/templates/sysadmin/sudo_mode.html:32 +msgid "Incorrect password" +msgstr "Nepravilno geslo" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "Vaš račun %(username)s na %(site_name)s je bil aktiviran." + +#: seahub/templates/sysadmin/user_add_email.html:11 +#, python-format +msgid "" +"%(nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#: seahub/templates/sysadmin/user_batch_add_email.html:10 +#, python-format +msgid "%(nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:18 +#: seahub/templates/sysadmin/user_batch_add_email.html:14 +msgid "Here is your account information:" +msgstr "Tukaj so podatki vašega uporabniškega računa:" + +#: seahub/templates/sysadmin/user_add_email.html:19 +#: seahub/templates/sysadmin/user_batch_add_email.html:15 +msgid "Email:" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "Vaše geslo na %(site_name)s je bilo ponastavljeno. Novo geslo je %(password)s. Prosimo spremenite ga takoj ko je mogoče." + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "podrobnosti spremembe" + +#: seahub/templates/text_diff.html:15 +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:26 +msgid "Back" +msgstr "" + +#: seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "Trenutna pot:" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "Je novo ustvarjena prazna datoteka." + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "pred spremembo" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "po spremembi" + +#: seahub/templates/user_quota_full.html:12 +#, python-format +msgid "Your quota is almost full on %(site_name)s." +msgstr "" + +#: seahub/templates/user_quota_full.html:14 +msgid "Used:" +msgstr "Poraba:" + +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + +#: seahub/thumbnail/views.py:48 seahub/thumbnail/views.py:178 +#: seahub/views/__init__.py:483 +msgid "Invalid arguments." +msgstr "Neveljaven argument." + +#: seahub/thumbnail/views.py:65 seahub/thumbnail/views.py:191 +msgid "Failed to create thumbnail." +msgstr "" + +#: seahub/two_factor/forms.py:39 seahub/two_factor/forms.py:63 +#: seahub/two_factor/forms.py:167 seahub/two_factor/forms.py:173 +#: seahub/two_factor/forms.py:297 +msgid "Token" +msgstr "" + +#: seahub/two_factor/templates/two_factor/_wizard_actions.html:4 +#: seahub/two_factor/templates/two_factor/profile/disable.html:12 +msgid "Cancel" +msgstr "Prekliči" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:6 +msgid "Backup Tokens" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:8 +msgid "" +"Backup tokens can be used when your primary and backup\n" +" phone numbers aren't available. The backup tokens below can be used\n" +" for login verification. If you've used up all your backup tokens, you\n" +" can generate a new set of backup tokens. Only the backup tokens shown\n" +" below will be valid." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:20 +msgid "Print these tokens and keep them somewhere safe." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:22 +msgid "You don't have any backup codes yet." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:27 +msgid "Generate Tokens" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:7 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:19 +msgid "" +"Open the two-factor authentication app on your device to view your " +"authentication token and verify your identify." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:22 +msgid "Authentication token" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:28 +#, python-format +msgid "Remember this computer for %(remember_days)s days" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:33 +#: seahub/two_factor/templates/two_factor/core/login.html:52 +msgid "Incorrect code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:37 +#: seahub/two_factor/templates/two_factor/core/login.html:57 +msgid "Verify" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:42 +msgid "Don't have your phone?" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:43 +msgid "Enter a two-factor backup code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:49 +msgid "Backup code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:56 +msgid "" +"You can enter one of your backup codes in case you lost access to your " +"mobile device." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/setup.html:6 +msgid "Enable Two-Factor Authentication" +msgstr "Omogoči dvočrkovno verifikacijo" + +#: seahub/two_factor/templates/two_factor/core/setup.html:16 +msgid "" +"To start using a token generator, please use your\n" +" smartphone to scan the QR code below. For example, use Google\n" +" Authenticator. Then, enter the token generated by the app.\n" +" " +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:6 +msgid "Disable Two-Factor Authentication" +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:8 +msgid "" +"You are about to disable two-factor authentication. This\n" +" compromises your account security, are you sure?" +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:11 +msgid "Disable" +msgstr "" + +#: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 +#: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 +msgid "Unable to view file" +msgstr "Datoteke si ni možno ogledati" + +#: seahub/utils/__init__.py:177 +msgid "permission error" +msgstr "napaka dovoljenj" + +#: seahub/views/__init__.py:305 +msgid "Unable to view recycle page" +msgstr "Strani s košem ni mogoče prikazati" + +#: seahub/views/__init__.py:360 +msgid "Unable to view library modification" +msgstr "Pregled sprememb knjižnice ni mogoč. " + +#: seahub/views/__init__.py:476 +msgid "Please specify history ID" +msgstr "Prosimo vnesite ID zgodovine" + +#: seahub/views/__init__.py:480 +msgid "Successfully restored the library." +msgstr "Uspešno obnovljena knjižnica." + +#: seahub/views/__init__.py:487 +msgid "History you specified does not exist" +msgstr "Zgodovina ki ste jo določili ne obstaja" + +#: seahub/views/__init__.py:489 +msgid "Unknown error" +msgstr "Neznana napaka" + +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 +#, python-format +msgid "\"%s\" does not exist." +msgstr "\"%s\" ne obstaja." + +#: seahub/views/__init__.py:822 +#, python-format +msgid "Unable to download \"%s\"" +msgstr " \"%s\" ni mogoče prenesti." + +#: seahub/views/ajax.py:161 seahub/views/ajax.py:441 +msgid "Library is encrypted." +msgstr "Knjižnica je kriptirana" + +#: seahub/views/ajax.py:167 +msgid "Error: no head commit id" +msgstr "Napaka: ni id-ja objavljene glave" + +#: seahub/views/ajax.py:321 +msgid "Wrong repo id" +msgstr "Napačen repo ID" + +#: seahub/views/ajax.py:332 seahub/views/ajax.py:364 +msgid "Bad upload link token." +msgstr "Napačna povezava za nalaganje" + +#: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 +msgid "File does not exist" +msgstr "Datoteka ne obstaja" + +#: seahub/views/ajax.py:371 +msgid "Bad repo id in upload link." +msgstr "Napačna povezava ali ID knjižnice za nalaganje" + +#: seahub/views/ajax.py:463 +msgid "No conflict in the merge." +msgstr "Ni konfliktov med združevanjem" + +#: seahub/views/file.py:244 +msgid "HTTPError: failed to open file online" +msgstr "HTTPNapaka: Datoteke ni mogoče odpreti na spleti" + +#: seahub/views/file.py:248 +msgid "URLError: failed to open file online" +msgstr "URLNapaka: Datoteke ni mogoče odpreti na spleti" + +#: seahub/views/file.py:255 +msgid "The encoding you chose is not proper." +msgstr "Izbrani kodiranje ni pravilno." + +#: seahub/views/file.py:272 seahub/views/file.py:275 +msgid "Unknown file encoding" +msgstr "Neznana enkripcija datoteke" + +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "Velikost datoteke presega %s. Ne more biti odprta na spletu." + +#: seahub/views/file.py:404 seahub/views/file.py:913 +msgid "The library is encrypted, can not open file online." +msgstr "Knjižnica je kriptirana, datoteke ni mogoče odpreti na spletu." + +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 +msgid "Error when prepare Office Online file preview page." +msgstr "" + +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 +msgid "Error when prepare OnlyOffice file preview page." +msgstr "" + +#: seahub/views/file.py:1210 +msgid "Unable to download file, invalid file path" +msgstr "Prenos datoteke ni mogoč, neveljavna pot do datoteke" + +#: seahub/views/file.py:1219 +msgid "Unable to download file, wrong file path" +msgstr "Prenos datoteke ni mgooč, napačna pot do datoteke" + +#: seahub/views/file.py:1226 +msgid "Unable to download file." +msgstr "Prenos datoteke ni mogoč" + +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 +#, python-format +msgid "Share link for %s." +msgstr "Deli povezavo za %s." + +#: seahub/views/file.py:1845 seahub/views/file.py:1850 +msgid "Unable to download file" +msgstr "Prenos datoteke ni mogoč" + +#: seahub/views/file.py:2190 +msgid "The original file does not exist" +msgstr "Izvorna datoteka ne obstaja." + +#: seahub/views/mobile.py:35 +#, python-brace-format +msgid "User {token.user} not found" +msgstr "" + +#: seahub/views/mobile.py:39 +#, python-brace-format +msgid "User {token.user} inactive" +msgstr "" + +#: seahub/views/sso.py:167 +msgid "" +"This link has already been visited, please click the login button on the " +"client again" +msgstr "" + +#: seahub/views/sso.py:192 +msgid "Invalid link, please click the login button on the client again" +msgstr "" + +#: seahub/views/sso.py:197 +msgid "Login timeout, please click the login button on the client again" +msgstr "" + +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Login ID" +msgstr "" + +#: seahub/views/sysadmin.py:306 seahub/views/sysadmin.py:332 +msgid "Failed to set quota: internal server error" +msgstr "Spodletelo nastavljanje velikosti: notranja strežniška napaka" + +#: seahub/views/sysadmin.py:351 +msgid "Failed to delete: the user is an organization creator" +msgstr "Neuspešen izbris: uporabnik je avtor organizacije" + +#: seahub/views/sysadmin.py:396 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "Uspešno preklicane pravice administratorja za %s" + +#: seahub/views/sysadmin.py:398 +msgid "Failed to revoke admin: the user does not exist" +msgstr "Preklic admin pravic spodletelo: uporabnik ne obstaja." + +#: seahub/views/sysadmin.py:511 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "Gslo uspešno ponastavljeno na %(passwd)s, email sporočilo je bilo poslano na %(user)s." + +#: seahub/views/sysadmin.py:526 +msgid "Failed to reset password: user does not exist" +msgstr "Ponastavitev gesla neuspešna: uporabnik ne obstaja" + +#: seahub/views/sysadmin.py:575 +#, python-format +msgid "Fail to add user %s." +msgstr "Neuspešno dodajanje uporabnika %s." + +#: seahub/views/sysadmin.py:600 seahub/views/sysadmin.py:613 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "Uspešno dodan uporabnik %s. Email obvestilo je bilo poslano." + +#: seahub/views/sysadmin.py:603 seahub/views/sysadmin.py:616 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "Uspešno dodan uporabnik %s. Prišlo je do napake pri pošiljanju sporočila, prosimo preverite email nastavitve." + +#: seahub/views/sysadmin.py:605 seahub/views/sysadmin.py:618 +#, python-format +msgid "Successfully added user %s." +msgstr "Uspešno dodan uporabnik %s" + +#: seahub/views/sysadmin.py:620 +#, python-format +msgid "" +"Successfully added user %s. But email notification can not be sent, because " +"Email service is not properly configured." +msgstr "Uspešno dodan uproabnik %s. Vendar pa email obvestio ni bilo mogoče poslati, ker email servis ni pravilno nastavljen." + +#: seahub/views/sysadmin.py:672 +msgid "Input should be a number" +msgstr "Vnos mora biti številka" + +#: seahub/views/sysadmin.py:678 +msgid "Success" +msgstr "Uspeh" + +#: seahub/views/sysadmin.py:682 +msgid "Input number should be greater than 0" +msgstr "Vnešena številka mora biti večja kot 0" + +#: seahub/views/sysadmin.py:720 +msgid "Successfully deleted." +msgstr "Uspešen izbris." + +#: seahub/views/sysadmin.py:750 +#, python-format +msgid "Successfully set %s as admin." +msgstr "Uspešno nastavljen %s kot admin." + +#: seahub/views/sysadmin.py:752 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "Spodletelo nastavljanje %s kot admina: uporabnik ne obstaja." + +#: seahub/views/sysadmin.py:767 seahub/views/sysadmin.py:768 +#: seahub/views/sysadmin.py:769 seahub/views/sysadmin.py:782 +#: seahub/views/sysadmin.py:783 +msgid "Optional" +msgstr "Izbirno" + +#: seahub/wiki/views.py:159 +msgid "Unable to view Wiki" +msgstr "" + +#~ msgid "Insufficient password strength" +#~ msgstr "Insufficient password strength" + +#~ msgid "" +#~ " User %(user_name)s created file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s restored file " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s restored file " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s renamed file " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s renamed file " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s updated file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s updated file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s restored folder" +#~ " %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s restored folder" +#~ " %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s renamed folder " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s renamed folder " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved folder %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved folder %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved folder %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved folder %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." diff --git a/locale/sl_SI/LC_MESSAGES/djangojs.po b/locale/sl_SI/LC_MESSAGES/djangojs.po index 704f7cf1d7..f258723567 100644 --- a/locale/sl_SI/LC_MESSAGES/djangojs.po +++ b/locale/sl_SI/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: BingbingHaidian , 2024\n" "Language-Team: Slovenian (Slovenia) (http://app.transifex.com/haiwen/seahub/language/sl_SI/)\n" @@ -37,8 +37,6 @@ msgid "Exit Institution Admin" msgstr "Skrbnik izstopne institucije" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Sistemski admin" @@ -50,44 +48,22 @@ msgstr "Skrbnik organizacije" msgid "Institution Admin" msgstr "Upravnik institucije" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Prikazna slika" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Oglejte si profil in še več" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Poraba:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Nastavitve" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "Portal strank" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Odjava" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -137,6 +113,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -218,33 +210,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Obvestila" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Obvestilo" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "Označi vse kot prebrane" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "Ogled vseh obvestil" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -282,54 +267,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Datoteke" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -340,57 +296,23 @@ msgstr "Datoteke" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Več operacij" @@ -415,7 +337,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -437,7 +358,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -452,6 +373,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Opis" @@ -479,8 +401,6 @@ msgstr "Opis" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -490,8 +410,6 @@ msgstr "Opis" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -499,7 +417,6 @@ msgstr "Opis" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -508,30 +425,24 @@ msgstr "Opis" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -540,7 +451,6 @@ msgstr "Opis" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -556,11 +466,8 @@ msgstr "Opis" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -572,11 +479,9 @@ msgstr "Opis" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -605,18 +510,12 @@ msgstr "Prekliči" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -626,29 +525,21 @@ msgstr "Prekliči" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -657,7 +548,6 @@ msgstr "Prekliči" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -670,8 +560,6 @@ msgstr "Prekliči" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -680,9 +568,6 @@ msgstr "Prekliči" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -695,14 +580,12 @@ msgstr "Prekliči" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -732,14 +615,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -749,10 +627,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -760,12 +636,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -778,7 +650,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -786,12 +657,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -801,29 +668,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -850,13 +720,13 @@ msgstr "Izberi oddelek" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "Ni možnosti" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "Nova stran" @@ -941,11 +811,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1013,122 +879,55 @@ msgstr "Ali res želite odstraniti svoj račun?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1174,20 +973,15 @@ msgstr "Ali ste prepričani da želite obnoviti to knjižnico?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Obnovi" @@ -1208,12 +1002,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Odstrani" @@ -1249,7 +1037,6 @@ msgstr "" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1305,16 +1092,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Nova datoteka" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1356,12 +1139,8 @@ msgstr "Gesli se ne ujemata" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1372,39 +1151,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1421,6 +1180,7 @@ msgstr "Branje-pisanje" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1432,24 +1192,18 @@ msgstr "Zakriptiraj" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Geslo" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Ponovno geslo" @@ -1460,7 +1214,6 @@ msgstr "Ponovno geslo" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Notranja napaka strežnika" @@ -1471,10 +1224,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1492,13 +1241,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1524,7 +1270,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1537,35 +1282,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Naloži" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1573,10 +1307,6 @@ msgstr "Naloži" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Prenos" @@ -1603,7 +1333,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1611,8 +1340,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopiraj" @@ -1626,9 +1353,6 @@ msgid "Generate share link" msgstr "Ustvari povezavo za skupno rabo" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1636,14 +1360,9 @@ msgstr "Ustvari povezavo za skupno rabo" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1653,9 +1372,6 @@ msgstr "Ustvari povezavo za skupno rabo" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Uredi" @@ -1696,16 +1412,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Izbriši knjižnico" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Odstranitev skupine" @@ -1713,17 +1426,6 @@ msgstr "Odstranitev skupine" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1737,10 +1439,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1798,18 +1496,6 @@ msgstr "Naziv naprave" msgid "Date" msgstr "Datum" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonimni uporabnik" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1870,114 +1556,19 @@ msgid "Upload Link" msgstr "URL nalaganje" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Skrij" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Prikaži" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Posodobi" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Pošlji" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Dodaj zaščito z geslom" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Dodaj avtomatski čas veljavnosti" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Ustvari" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Prejšnji (Leva puščica)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Naprej (Desna puščica)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Zapri (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1988,20 +1579,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Naloži datoteko" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2053,7 +1630,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2061,28 +1637,19 @@ msgid "It is required." msgstr "Je zahtevano." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2093,10 +1660,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2119,30 +1683,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Knjižnica je varovana z geslom" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Napačno geslo" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Geslo bo hranjeno na strežniku za samo 1 uro." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Nastavitve" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2162,6 +1720,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2225,70 +1789,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Skupine" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Mapa" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2300,6 +1800,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2316,23 +1817,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2341,8 +1838,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2352,41 +1847,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Velikost" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Posodobljeno" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2410,6 +1897,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2447,14 +1936,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2465,14 +1953,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2480,29 +1979,20 @@ msgstr "E-pošta je zahtevana" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Potrdite geslo" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2557,8 +2047,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "Ali ste prepričani, da želite izbrisati {placeholder}?" @@ -2569,7 +2057,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Izbriši člana" @@ -2598,7 +2085,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Nastavi kvoto" @@ -2639,8 +2125,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2703,76 +2187,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Dostop zavrnjen" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Napaka" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Prosimo, preverite povezavo." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2818,39 +2232,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Brez" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Neznan" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Podrobnosti" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Trenutna različica" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Ogled postneka" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2865,17 +2246,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Deljene povezave" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Povezave za nalaganje" @@ -2888,98 +2263,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Čas veljavnosti" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "Ali ste prepričani, da želite odstraniti izbrane deljene povezave?" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Ustvaril" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Povezava" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Obiski" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "Ali ste prepričani, da želite izbrisati izbrane povezave za prenos?" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3017,39 +2300,6 @@ msgstr "" msgid "Search files in this library" msgstr "Iskanje datotek v tej knjižnici" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Brez zadetka" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Trenutna knjižnica" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Ostale knjižnice" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3081,6 +2331,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Povezava" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3112,30 +2371,18 @@ msgstr "Deli z zunanjim strežnikom" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Deli" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ikona" @@ -3148,78 +2395,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Izberi knjižnice za skupno rabo" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3243,12 +2425,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3263,17 +2445,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Ali ste prepričani, da želite izbrisati?" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3292,7 +2469,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3368,10 +2545,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3399,15 +2574,13 @@ msgstr "Ime (opcija)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Vloga" @@ -3463,8 +2636,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3478,19 +2649,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Uporabniki" @@ -3506,15 +2668,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3542,6 +2700,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Prosimo, vpiši 1 ali več znakov" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Dostop zavrnjen" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Napaka" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Prosimo, preverite povezavo." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3553,25 +2768,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Trenutna pot:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Mapa" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3580,8 +2801,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Datoteka" @@ -3697,6 +2917,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Datoteke" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3706,7 +2937,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Koš" @@ -3729,6 +2960,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3836,87 +3072,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Ustvaril" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "zaklenjeno" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Odstrani pomembno" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Pomembno" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3927,28 +3140,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Knjižnice" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "lahko tudi kliknete na ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3990,57 +3195,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Shranjujem…." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4055,54 +3215,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Nalaganje datoteke..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Prekliči vse" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "ime" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4114,13 +3229,13 @@ msgid "unstarred" msgstr "odstrani pomembno" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Zakleni" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Odkleni" @@ -4129,74 +3244,26 @@ msgstr "Odkleni" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Odpri s klientom" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Deljeno z mano" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Deljeno z vsemi" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Podrobnosti" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4213,7 +3280,7 @@ msgstr "Admin" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4226,8 +3293,8 @@ msgstr "Član" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4243,17 +3310,15 @@ msgstr "Trenutna pot:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4262,121 +3327,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Aktivnosti" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Pomoč" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Klient" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Povezave" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Mape" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Deljeno/Javno" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Člani" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Deljene knjižnice" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4403,6 +3357,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4415,6 +3370,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4451,21 +3411,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4477,53 +3422,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Knjižnice" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Brez zadetka" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4532,8 +3467,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Prednastavljeno" @@ -4543,8 +3476,6 @@ msgstr "Prednastavljeno" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Gost" @@ -4569,6 +3500,10 @@ msgstr "Pošlji za:" msgid "Message (optional):" msgstr "Sporočilo (opcijsko):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Pošlji" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Pošiljam..." @@ -4602,24 +3537,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4649,14 +3566,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Dodaj zaščito z geslom" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4671,30 +3584,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Ali ste prepričani, da želite izbrisati povezavo za deljenje?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Čas veljavnosti" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "Ali ste prepričani, da želite odstraniti izbrane deljene povezave?" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4705,46 +3625,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Prenos datotek je onemogočeno: dovoljena količina prenosa datotek uporabnika je presežena" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Neuspešno. Prosimo, preverite povezavo." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Prenesi" @@ -4756,17 +3663,18 @@ msgid "Folder Permission" msgstr "Pravice mape" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Odstrani deljenje" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Deljeno/Javno" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4777,27 +3685,18 @@ msgstr "Spremeni geslo" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Ponastavitev gesla" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4814,18 +3713,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4833,8 +3720,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4888,15 +3773,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4969,17 +3848,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Nastavitev jezika" @@ -5006,18 +3874,6 @@ msgstr "Os" msgid "Last Access" msgstr "Zadnjič dostopano" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5037,10 +3893,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5048,49 +3901,6 @@ msgstr "" msgid "Status: enabled" msgstr "Status: omogočeno" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Dvočrkovna verifikacija ni omogočena za vaš račun. Omogočite dvočrkovno verifikacijo za izboljšanje varnosti računa." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Omogoči dvočrkovno verifikacijo" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5107,11 +3917,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Slika:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Uporabniško ime:" @@ -5154,6 +3959,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5195,54 +4001,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "Ali ste prepričani, da želite neobjaviti Wiki?" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "Ali ste prepričani, da želite izbrisati Wiki?" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "Ali ste prepričani, da želite zapustiti deljenje Wiki?" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Deljeno z mano" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5323,7 +4089,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5346,6 +4112,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5381,17 +4148,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Vse" @@ -5549,17 +4314,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5696,29 +4461,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5743,7 +4497,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5756,11 +4510,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5792,6 +4541,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5827,15 +4587,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "Ali ste prepričani, da želite izbrisati to možnost?" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5869,21 +4620,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6075,9 +4811,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6189,8 +4924,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6337,14 +5072,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6368,27 +5098,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6421,34 +5157,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6579,6 +5315,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6594,15 +5333,8 @@ msgstr "Štetje" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6718,15 +5450,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Možnosti" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Knjižnica" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6745,11 +5492,6 @@ msgid "(current version)" msgstr "(trenutna različica)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Ogled" @@ -6763,19 +5505,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6793,6 +5522,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6800,6 +5543,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Člani" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6821,27 +5581,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6865,27 +5624,16 @@ msgstr "Ustvaril ob" msgid "Operations" msgstr "Operacije" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Prikazna slika" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "" @@ -6893,15 +5641,13 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6910,34 +5656,32 @@ msgstr "Stanje" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Poraba prostora" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Zadnja prijava" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Izbriši uporabnika" @@ -6946,7 +5690,6 @@ msgstr "Izbriši uporabnika" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6957,19 +5700,30 @@ msgstr "Aktiven" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Neaktiven" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6981,7 +5735,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6989,103 +5743,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Uspešno kopirano %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Zapusti deljeno" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7099,6 +5845,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Shranjujem…." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Odpri s klientom" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7107,29 +5863,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Pomoč" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7150,15 +5915,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7189,65 +5958,22 @@ msgstr "" msgid "Shared By" msgstr "V skupni rabi z" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Ustvarjeno ob" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "Omogoči funkcijo oddelkov" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7255,30 +5981,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Knjižnica" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7349,11 +6055,44 @@ msgstr "Ali ste prepričani, da želite sprazniti smeti?" msgid "Clear" msgstr "Počisti" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Ustvarjeno ob" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7382,8 +6121,6 @@ msgstr "Vse skupine" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Prejšnja" @@ -7392,8 +6129,6 @@ msgstr "Prejšnja" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Naslednja" @@ -7402,45 +6137,11 @@ msgstr "Naslednja" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Vse javne povezave" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7449,6 +6150,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonimni uporabnik" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7464,6 +6171,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Deljeno od" @@ -7483,26 +6191,12 @@ msgid "Organization" msgstr "Organizacija" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Izvozi v Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7516,7 +6210,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7579,36 +6272,9 @@ msgstr "Neuspešno" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "Ali ste prepričani, da želite nastaviti {user_placeholder} kot neaktiven?" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Spremen.Geslo" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Odstrani iz admin" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7663,39 +6329,6 @@ msgstr "Uvozi uporabnike" msgid "Add user" msgstr "Dodaj uporabnika" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Naprave" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Dnevniki" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7714,8 +6347,6 @@ msgstr "Spremenjen" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7782,39 +6413,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistem" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7872,6 +6470,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Naloži datoteko" @@ -7917,6 +6519,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7925,16 +6531,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7986,8 +6582,6 @@ msgstr "Vnesite končnice datotek tukaj, razdelite jih z ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7996,6 +6590,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Zahtevanih je vsaj tri črke." @@ -8008,6 +6603,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8036,94 +6642,66 @@ msgstr "" msgid "all members" msgstr "vsi člani" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Obiski" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Odstrani" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "Ali ste prepričani, da želite izbrisati neveljavne povezave za deljenje?" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" -msgstr "Ali ste prepričani, da želite izbrisati neveljavne povezave za prenos?" - #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Deli obstoječe knjižnice" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8135,6 +6713,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8148,9 +6731,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Možnosti" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8208,41 +6792,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Dodaj knjižnico" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Dodaj člane" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "Omogoči funkcijo oddelkov" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8263,6 +6817,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8283,39 +6856,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "Ali ste prepričani, da želite odstraniti {placeholder}?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "Ali ste prepričani, da želite preklicati dovoljenje za skrbnika za {placeholder}?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Odstrani knjižnico iz deljenja" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8387,53 +6932,34 @@ msgid "Limits" msgstr "Omejitve" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizacija" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Odstrani iz admin" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "Ali ste prepričani, da želite nastaviti {placeholder} kot skrbnika?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Število uporabnikov" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administratorji" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Nastavi za admin" @@ -8441,19 +6967,18 @@ msgstr "Nastavi za admin" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "Ali ste prepričani, da želite nastaviti {placeholder} kot skrbnika?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8481,30 +7006,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Odstrani" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Dodaj" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8532,31 +7090,32 @@ msgstr "Ali ste prepričani, da želite izbrisati obvestilo?" msgid "All Notifications" msgstr "Vsa obvestila" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Število skupin" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "Ali ste prepričani, da želite ponastaviti geslo za {placeholder}?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Odstranitev organizacije" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8574,11 +7133,15 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistem" + #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" msgstr "" @@ -8602,30 +7165,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Protivirusni pregled" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Posodobi" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8634,6 +7186,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8644,15 +7204,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Ali ste prepričani, da želite izbrisati izbrane uporabnike?" @@ -8664,34 +7226,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Deljene knjižnice" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Skupne povezave" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Vsi uporabniki" @@ -9001,23 +7551,9 @@ msgstr "" msgid "shared by:" msgstr "deljil:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Lastnik te knjižnice nima več prostora." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Prekliči vse" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9033,7 +7569,11 @@ msgstr "Ali si prepričan/a, da želiš odstraniti to stran?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9084,17 +7624,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Strani" @@ -9145,14 +7675,18 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Jezik" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9161,35 +7695,7 @@ msgstr "" msgid "Profile Setting" msgstr "Nastavitve profila" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Deljil:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Seznam" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Mreža" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9199,14 +7705,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Sprememba dokumenta, spodletela." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "lahko tudi kliknete na ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9233,6 +7731,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9346,92 +7849,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9442,7 +7864,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9649,6 +8071,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9718,9 +8587,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9742,38 +8608,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/sv/LC_MESSAGES/django.po b/locale/sv/LC_MESSAGES/django.po index 068a2595e0..0c36526b7c 100644 --- a/locale/sv/LC_MESSAGES/django.po +++ b/locale/sv/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: llj , 2021\n" "Language-Team: Swedish (http://app.transifex.com/haiwen/seahub/language/sv/)\n" @@ -868,7 +868,8 @@ msgid "" msgstr "Du har redan %(nb_avatars)d avatarer, och max antal tillåtet är %(nb_max_avatars)d" #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1519,11 +1520,11 @@ msgstr "%(site_name)s teamet" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Åtkomst nekas" @@ -2504,8 +2505,8 @@ msgstr "Delade Kataloger" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3041,11 +3042,11 @@ msgstr "Inaktivera" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Kan inte läsa fil" @@ -3077,7 +3078,7 @@ msgstr "Historiken du angett existerar inte" msgid "Unknown error" msgstr "Okänt fel" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" existerar inte." @@ -3104,9 +3105,9 @@ msgid "Bad upload link token." msgstr "Dålig uppladdningslänk symbol." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Filen existerar inte" @@ -3134,49 +3135,49 @@ msgstr "Krypteringen du har valt är inte korrekt." msgid "Unknown file encoding" msgstr "Okänd fil-kodning" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Filen är större än %s och kan inte öppnas online." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Katalogen är krypterad, kan inte öppna filen online." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Fel vid förberedelse av Office Online filvisningssidan." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "Fel vid förberedelse av OnlyOffice filvisningssidan." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Kan inte ladda ner fil. Felaktig filsökväg" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Kan inte ladda ner fil. Felaktig sökväg" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Kan inte ladda ner fil." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "Dela länk för %s." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Kan inte ladda ner fil" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/sv/LC_MESSAGES/djangojs.po b/locale/sv/LC_MESSAGES/djangojs.po index f36a291ec2..9fb2b21eb5 100644 --- a/locale/sv/LC_MESSAGES/djangojs.po +++ b/locale/sv/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Radapompa , 2016-2020\n" "Language-Team: Swedish (http://app.transifex.com/haiwen/seahub/language/sv/)\n" @@ -38,8 +38,6 @@ msgid "Exit Institution Admin" msgstr "Avsluta institutionsadmin" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Systemadmin" @@ -51,44 +49,22 @@ msgstr "Organisationsadmin" msgid "Institution Admin" msgstr "Institutionsadmin" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Visa profil och mer" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Använt" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Inställningar" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Logga ut" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -138,6 +114,22 @@ msgstr "{share_from} har delat mappen med namnet {repo_link} till gruppen {group msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} har överfört en katalog med namnet {repo_link} till dig." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "En fil med namnet {upload_file_link} är uppladdat till {uploaded_link}." + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -219,33 +211,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Meddelanden" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -283,54 +268,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Taggar" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Filer" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -341,57 +297,23 @@ msgstr "Filer" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Fler åtgärder" @@ -416,7 +338,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Rapportera Missbruk" @@ -438,7 +359,7 @@ msgid "Abuse Content" msgstr "Missbruksinnehåll" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Annat" @@ -453,6 +374,7 @@ msgstr "Kontaktinformation" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Beskrivning" @@ -480,8 +402,6 @@ msgstr "Beskrivning" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -491,8 +411,6 @@ msgstr "Beskrivning" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -500,7 +418,6 @@ msgstr "Beskrivning" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -509,30 +426,24 @@ msgstr "Beskrivning" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -541,7 +452,6 @@ msgstr "Beskrivning" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -557,11 +467,8 @@ msgstr "Beskrivning" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -573,11 +480,9 @@ msgstr "Beskrivning" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -606,18 +511,12 @@ msgstr "Avbryt" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -627,29 +526,21 @@ msgstr "Avbryt" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -658,7 +549,6 @@ msgstr "Avbryt" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -671,8 +561,6 @@ msgstr "Avbryt" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -681,9 +569,6 @@ msgstr "Avbryt" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -696,14 +581,12 @@ msgstr "Avbryt" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -733,14 +616,9 @@ msgstr "Lägg till Wiki" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -750,10 +628,8 @@ msgstr "Lägg till Wiki" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -761,12 +637,8 @@ msgstr "Lägg till Wiki" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -779,7 +651,6 @@ msgstr "Lägg till Wiki" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -787,12 +658,8 @@ msgstr "Lägg till Wiki" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -802,29 +669,32 @@ msgstr "Lägg till Wiki" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -851,13 +721,13 @@ msgstr "Välj en avdelning" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -942,11 +812,7 @@ msgstr "Städning lyckades" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1014,122 +880,55 @@ msgstr "Vill du verkligen ta bort ditt konto? " #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1175,20 +974,15 @@ msgstr "Är du säker att du vill återställa denna katalog?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Läs tillbaka" @@ -1209,12 +1003,6 @@ msgstr "Ta bort filer från denna enhet nästa gång den kommer online." #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Avlänka" @@ -1250,7 +1038,6 @@ msgstr "Kopiera valda objekt till:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1306,16 +1093,12 @@ msgstr "Namnet \"{name}\" används redan. Välj ett annat namn." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Ny fil" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1357,12 +1140,8 @@ msgstr "Lösenorden överensstämmer inte" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1373,39 +1152,19 @@ msgid "Template" msgstr "Mall" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Lagringsyta" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1422,6 +1181,7 @@ msgstr "Läs/Skriv" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1433,24 +1193,18 @@ msgstr "Kryptera" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Lösenord" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Lösenord igen" @@ -1461,7 +1215,6 @@ msgstr "Lösenord igen" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Internt serverproblem" @@ -1472,10 +1225,6 @@ msgstr "Taggen \"{name}\" existerar redan." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1493,13 +1242,10 @@ msgstr "Välj en färg" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Spara" @@ -1525,7 +1271,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1538,35 +1283,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Ladda upp" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1574,10 +1308,6 @@ msgstr "Ladda upp" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Ladda ner" @@ -1604,7 +1334,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1612,8 +1341,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopiera" @@ -1627,9 +1354,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1637,14 +1361,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1654,9 +1373,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Ändra" @@ -1697,16 +1413,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Ta bort Katalog" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Ta bort grupp" @@ -1714,17 +1427,6 @@ msgstr "Ta bort grupp" msgid "Really want to delete this group?" msgstr "Vill du verkligen ta bort denna grupp?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Välj Taggar" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Skapa en ny tagg" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Lyckades ändra markeringar." @@ -1738,10 +1440,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1799,18 +1497,6 @@ msgstr "Enhetsnamn" msgid "Date" msgstr "Datum" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonnym användare" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Filen har (tydligen) inte öppnats ännu" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1871,114 +1557,19 @@ msgid "Upload Link" msgstr "Uppladdningslänk" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Dölj" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Visa" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Uppdatera" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Skicka" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Lägg till lösenordsskydd" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Lägg till automatisk utgångsdatum" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Generera" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "Välkommen till {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} organiserar filer in i kataloger. Varje katalog kan synkroniseras och delas separat. Vi har skapat en personlig katalog åt dig. Du kan skapa fler kataloger senare." - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "{site_name_placeholder} organiserar filer in i kataloger. Varje katalog kan synkroniseras och delas separat. Men, eftersom du är en gästanvändare, så kan du inte skapa kataloger." - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "Bilden kunde inte laddas." - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Föregående (Vänster piltangent)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Nästa (Höger piltangent)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Stäng (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "Zooma in" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "Zooma ut" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1989,20 +1580,6 @@ msgstr "Vänligen välj en .xlsx fil." msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "Ladda ner en exempelfil" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Ladda upp fil" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Välj Fil" @@ -2054,7 +1631,6 @@ msgstr "Ta bort Tillträde" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2062,28 +1638,19 @@ msgid "It is required." msgstr "Det krävs." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Mailadress är ogiltig." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "Lyckades bjuda in %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "Lyckades bjuda in %(email) och %(num) andra personer." #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "Bjud in Gäst" @@ -2094,10 +1661,7 @@ msgstr "Mailadresser" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Mejladresser separerade med ','" @@ -2120,30 +1684,24 @@ msgid "Really want to leave this group?" msgstr "Vill du verkligen lämna denna grupp?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Lämna" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Katalogen är lösenordsskyddad" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Fel lösenord" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Lösenordet kommer sparas på servern endast en timme" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Inställningar" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2163,6 +1721,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2226,70 +1790,6 @@ msgstr "{placeholder} Mapprättigheter" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grupp" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Mapp" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "Sök grupper" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "Sök användare" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Skapade Filer" @@ -2301,6 +1801,7 @@ msgstr "Skapade Filer" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2317,23 +1818,19 @@ msgid "Tagged Files" msgstr "Taggade Filer" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2342,8 +1839,6 @@ msgstr "Taggade Filer" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2353,41 +1848,33 @@ msgstr "Taggade Filer" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Storlek" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Senaste uppdatering" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "borttagen" @@ -2411,6 +1898,8 @@ msgstr "Borttagna Kataloger" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "Inga borttagna kataloger" @@ -2448,14 +1937,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "Ny Underavdelning" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2466,14 +1954,25 @@ msgstr "Ny Avdelning" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Lägg till medlem" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "Sök användare" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2481,29 +1980,20 @@ msgstr "mailadress krävs" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Lägg till användare" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Bekräfta lösenord" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2558,8 +2048,6 @@ msgstr "Slutdatum" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "Är du säker på att du vill ta bort {placeholder}?" @@ -2570,7 +2058,6 @@ msgstr "Ta bort Avdelning" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Ta bort medlem" @@ -2599,7 +2086,6 @@ msgstr "Kvot är inte giltig." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Sätt kvot" @@ -2640,8 +2126,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Avpublicera" @@ -2704,76 +2188,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "API token är kopierad till urklipp." -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Åtkomst nekas" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Fel" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Kontrollera nätverksanslutningen" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "App Namn" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} API Token" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2819,39 +2233,6 @@ msgstr "Version" msgid "Labels" msgstr "Markeringar" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Ingen" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Okänd" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Detaljer" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Nuvarande Version" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Visa Snapshot" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2866,17 +2247,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Delningslänkar" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Uppladdningslänkar" @@ -2889,98 +2264,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Utgångsdatum" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "Inga delningslänkar" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "Lyckades ta bort 1 sak" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Skapad av" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Länk" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Besök" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "Inga uppladdningslänkar" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3018,39 +2301,6 @@ msgstr "" msgid "Search files in this library" msgstr "Sök efter filer i denna katalog" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Inget resultat" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Nuvarande Katalog" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Andra Kataloger" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "Sätt användarkontakt mejl" @@ -3082,6 +2332,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "Länken är kopierad till urklipp." +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Länk" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3113,30 +2372,18 @@ msgstr "Dela till annan server" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Dela" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ikon" @@ -3149,78 +2396,13 @@ msgstr "Välj en katalog att dela." msgid "Select libraries to share" msgstr "Välj kataloger att dela" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Inbjudaren" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Server" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "Användarmail" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Det kan ta en stund, vänligen vänta." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "Lyckades ta bort 1 sak." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "Katalogen kan inte delas till ägaren." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "På namn stigande" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "På namn fallande" @@ -3244,12 +2426,12 @@ msgstr "På tid stigande" msgid "By time descending" msgstr "På tid fallande" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3264,17 +2446,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Är du säker på att du vill ta bort" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3293,7 +2470,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3369,10 +2546,8 @@ msgstr "Lägg till Organisation" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3400,15 +2575,13 @@ msgstr "Namn(valfritt)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Roll" @@ -3464,8 +2637,6 @@ msgstr "Sätt Namn" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Villkor" @@ -3479,19 +2650,10 @@ msgid "Transfer to department" msgstr "Överför till avdelning" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Användare" @@ -3507,15 +2669,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "Avdelningar" @@ -3543,6 +2701,63 @@ msgstr "Överför grupp till" msgid "Please enter 1 or more character" msgstr "Vänligen ange 1 eller fler tecken" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Åtkomst nekas" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Fel" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Kontrollera nätverksanslutningen" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3554,25 +2769,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Nuvarande sökväg:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Mapp" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3581,8 +2802,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Fil" @@ -3698,6 +2918,17 @@ msgstr "" msgid "Packaging..." msgstr "Paketerar..." +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Filer" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3707,7 +2938,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Papperskorg" @@ -3730,6 +2961,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3837,87 +3073,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Skapad av" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "läst av {name}" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "låst" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "läst av {name}" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Ta bort favorit" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Favorit" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Denna mapp har inget innehåll just nu." @@ -3928,28 +3141,20 @@ msgstr "Du kan skapa filer snabbt" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Kataloger" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "du kan också trycka ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "du kan också trycka →" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3991,57 +3196,12 @@ msgstr "Nätverksfel" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Förbereder uppladdning..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Återstår" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Sparar..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Uppladdad" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Försök igen" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4056,54 +3216,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Filen laddas upp..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Försök igen med Alla" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Avbryt alla" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "namn" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "storlek" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "gång" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "tillstånd" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4115,13 +3230,13 @@ msgid "unstarred" msgstr "favorit borttagen" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Lås" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Lås upp" @@ -4130,74 +3245,26 @@ msgstr "Lås upp" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Öppna via Klient" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Öppna huvudmapp" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "Online-visning är inte tillgängligt för detta filformat" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Mina Kataloger" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Delade med mig" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Delade med alla" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Detaljer" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4214,7 +3281,7 @@ msgstr "Administrera" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4227,8 +3294,8 @@ msgstr "Medlem" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4244,17 +3311,15 @@ msgstr "Nuvarande sökväg" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "Katalogstyp" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "Funktioner" @@ -4263,121 +3328,10 @@ msgstr "Funktioner" msgid "Add group member" msgstr "Lägg till gruppmedlem" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoriter" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Aktiviteter" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "Wikis" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Hjälp" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Klienter" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "Om" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Länkar" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Administrera delningar" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "visa mer" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Medlemmar" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "Ägda Kataloger" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Delade Kataloger" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / Sida" @@ -4404,6 +3358,7 @@ msgstr "Åtkomst nekas. Vänligen testa {placeholder-left}logga in igen.{placeho #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "Inga taggar" @@ -4416,6 +3371,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Skapa en ny tagg" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4452,21 +3412,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "Publicerad" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4478,53 +3423,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Kataloger" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Inget resultat" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4533,8 +3468,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Standard" @@ -4544,8 +3477,6 @@ msgstr "Standard" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Gäst" @@ -4570,6 +3501,10 @@ msgstr "Skicka till:" msgid "Message (optional):" msgstr "Meddelande (valfritt):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Skicka" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Skickar..." @@ -4603,24 +3538,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4650,14 +3567,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "Sätt rättigheter" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Lägg till lösenordsskydd" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4672,30 +3585,37 @@ msgstr "Direkt nedladdningslänk kopierat till urklipp." msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Är du säker på att du vill ta bort delningslänken?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "Inga delningslänkar" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Utgångsdatum" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4706,46 +3626,33 @@ msgstr "Lyckades spara" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Filnedladdning är avstängt: delningslänktrafiken för användaren är slut." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Delas av:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "Spara som ..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Utgången" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "Biblioteket överfördes." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Misslyckades. Kontrollera nätverket." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "Misslyckades ta bort {name}." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Överför" @@ -4757,17 +3664,18 @@ msgid "Folder Permission" msgstr "Mapprättigheter" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Sluta dela" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Administrera delningar" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4778,27 +3686,18 @@ msgstr "Byt Lösenord" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Återställ Lösenord" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4815,18 +3714,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "{library_name_placeholder} togs bort från favoriter." - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "{library_name_placeholder} las till favoriter." - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4834,8 +3721,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4889,15 +3774,9 @@ msgid "New" msgstr "Ny" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4970,17 +3849,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "Lista med tillagda, borttagna och ändrade filer har skickats till din maillåda." -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Språkinställning" @@ -5007,18 +3875,6 @@ msgstr "Plattform" msgid "Last Access" msgstr "Senast Access" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "Lyckades avlänka %(name)s." - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Länkade Enheter" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5038,10 +3894,7 @@ msgstr "Lista dina konton i den globala adresslistan, så att andra kan hitta di msgid "Social Login" msgstr "Social Login" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "Anslut" @@ -5049,49 +3902,6 @@ msgstr "Anslut" msgid "Status: enabled" msgstr "Status: aktiverad" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Avaktivera tvåfaktorsautentisering" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "Om du inte har din enhet med dig så kan du komma åt ditt konto med backup koder." - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "Du har bara en backupkod kvar." - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "Du har {num} backupkoder kvar." - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "Visa Koder" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "Tvåfaktorsautentisering är inte tillåten för ditt konto. Aktivera tvåfaktorsautentisering för högre kontosäkerhet." - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Aktivera tvåfaktorsautentisering" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Tvåfaktorsautentisering" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "Vänligen ange en bildfil." @@ -5108,11 +3918,6 @@ msgstr "Denna fil är för stor. Tillåten maxstorlek är 1MB." msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Användarnamn:" @@ -5155,6 +3960,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5196,54 +4002,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Publicera" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "Tabort Wiki" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Delade med mig" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5324,7 +4090,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5347,6 +4113,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5382,17 +4149,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Alla" @@ -5550,17 +4315,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5697,29 +4462,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5744,7 +4498,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5757,11 +4511,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5793,6 +4542,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5828,15 +4588,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5870,21 +4621,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6076,9 +4812,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6190,8 +4925,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "Ändra namnet för {name} misslyckades" @@ -6338,14 +5073,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6369,27 +5099,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Öppna huvudmapp" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6422,34 +5158,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6580,6 +5316,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6595,15 +5334,8 @@ msgstr "Antal" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6719,15 +5451,30 @@ msgstr "Flyttat mapp" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Åtgärd" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Katalog" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6746,11 +5493,6 @@ msgid "(current version)" msgstr "(nuvarande version)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Visa" @@ -6764,19 +5506,6 @@ msgstr "" msgid "Successfully restored." msgstr "Lyckades återställa." -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "Inga kataloger" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "Inga kataloger delas med denna grupp" @@ -6794,6 +5523,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "Inga kataloger" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6801,6 +5544,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Det kan ta en stund, vänligen vänta." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Medlemmar" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6822,27 +5582,26 @@ msgid "This is a special group representing a department." msgstr "Detta är en speciell grupp som representerar en avdelning." #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Info" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "Ägda Kataloger" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6866,27 +5625,16 @@ msgstr "Skapad" msgid "Operations" msgstr "Åtgärder" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "Utrymme Använt / Kvot" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "Trasig ({repo_id_placeholder})" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "Kontakt Mejladress" @@ -6894,15 +5642,13 @@ msgstr "Kontakt Mejladress" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6911,34 +5657,32 @@ msgstr "Status" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Använt utrymme" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Senast Inloggning" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Ta bort användare" @@ -6947,7 +5691,6 @@ msgstr "Ta bort användare" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6958,19 +5701,30 @@ msgstr "Aktiv" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Inaktiv" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "Lyckades ta bort 1 sak." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "Inbjudningstid" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "Accepterad" @@ -6982,7 +5736,7 @@ msgstr "Inga gästinbjudningar" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6990,103 +5744,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "Misslyckades att flytta filer till en annan katalog." -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "Misslyckades kopiera filer till en annan katalog." -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "Lyckades flytta filer till en annan katalog." -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "Lyckades kopiera filer till en annan katalog." -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "Misslyckades ta bort {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "Lyckades flytta {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "Misslyckades att flytta {name}." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Lyckades kopiera %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "Misslyckades att kopiera %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Lämna delning" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "Denna katalog har satts med enbart läs rättigheter av admin och kan inte uppdateras." -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "Mapp existerar inte" @@ -7100,6 +5846,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "Du har inte öppnat dina filer med någon klient (skrivbord eller mobil) ännu. Konfigurera klienter på dina enheter för att komma åt din data enklare." +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Sparar..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Öppna via Klient" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "Byt till enkel textredigerare" @@ -7108,29 +5864,38 @@ msgstr "Byt till enkel textredigerare" msgid "Switch to rich text editor" msgstr "Byt till utökad textredigerare" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Hjälp" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "Denna fil har blivit uppdaterad." -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Uppdatera" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Mina Kataloger" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7151,17 +5916,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "{library_name_placeholder} togs bort från favoriter." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "{library_name_placeholder} las till favoriter." + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Trasigt (vänligen kontakta din administratör för att laga detta bibliotek)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7190,97 +5959,34 @@ msgstr "Inga kataloger har inte blivit delad med dig från andra servrar." msgid "Shared By" msgstr "Delad av" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Skapad Av" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "Kvot" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "Inga avdelningar" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Inga Medlemmar" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "Underavdelningar" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "Ändra Kvot" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "Inga underavdelningar" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "Inga anslutna enheter" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "Lyckades avlänka enheten" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Katalog" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "Lyckades rensa alla fel." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "Inga synkroniseringsfel" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7350,11 +6056,44 @@ msgstr "Är du säker på att du vill tömma papperskorgen?" msgid "Clear" msgstr "Rensa" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "Kvot" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Skapad Av" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "Sök Grupper" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "Sök grupper" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7383,8 +6122,6 @@ msgstr "Alla grupper" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Tidigare" @@ -7393,8 +6130,6 @@ msgstr "Tidigare" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Nästa" @@ -7403,45 +6138,11 @@ msgstr "Nästa" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Alla Publika Länkar" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7450,6 +6151,12 @@ msgstr "" msgid "View Link" msgstr "Visa Länk" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonnym användare" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7465,6 +6172,7 @@ msgstr "Funktion" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Dela från" @@ -7484,26 +6192,12 @@ msgid "Organization" msgstr "Organisation" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Exportera Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "Filaccess" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "Filuppdatering" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7517,7 +6211,6 @@ msgid "Copied" msgstr "Kopierad" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7580,36 +6273,9 @@ msgstr "Misslyckades" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "ResetPwd" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Degradera admin" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7664,39 +6330,6 @@ msgstr "Importera användare" msgid "Add user" msgstr "Lägg till användare" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "Statistik" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Enheter" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Loggar" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 Dagar" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 Dagar" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 År" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7715,8 +6348,6 @@ msgstr "Ändrad" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7783,39 +6414,6 @@ msgstr "Användarutrymme" msgid "Total Storage" msgstr "Total Yta" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "System" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "Total trafik" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "Webb Trafik" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "Delningslänk Trafik" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "Synk Trafik" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7873,6 +6471,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Filuppladdning" @@ -7918,6 +6520,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Publicera" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7926,16 +6532,6 @@ msgstr "" msgid "Changes" msgstr "Ändringar" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7987,8 +6583,6 @@ msgstr "Ange filändelser här, separerade med ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "Återställ" @@ -7997,6 +6591,7 @@ msgid "Invalid file size range." msgstr "Ogiltig filstorleksintervall." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "Krävs åtminstone tre bokstäver." @@ -8009,6 +6604,17 @@ msgstr "resultat" msgid "results" msgstr "resultat" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "Inga mappar delade" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "Du har inte delat några mappar med andra användare ännu. Du kan dela en mapp med andra användare genom att klicka på delningsikonen till höger om en mapps namn." + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8037,94 +6643,66 @@ msgstr "Du har inte delat några kataloger med andra användare ännu. Du kan de msgid "all members" msgstr "alla medlemmar" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "Du har inte skapat några delningslänkar ännu. En delningslänk kan användas av användare till att dela filer och mappar med vem som helst. Du kan skapa en delningslänk för en fil eller mapp genom att klicka på delningsikonen till höger om dess namn." + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Besök" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "Inga uppladdningslänkar" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "Du har inte skapat en uppladdningslänk ännu. En uppladdningslänk tillåter vem som helst att ladda upp filer till en mapp eller katalog. Du kan skapa en uppladdningslänk för en mapp eller katalog genom att klicka på delningsikonen till höger om dess namn." + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Ta bort" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "På server" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "Inga delade kataloger" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "Misslyckades sluta dela {name}" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "Inga publika kataloger" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "Inga favoriter" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "Du har inte lagt till några kataloger, mappar eller filer till dina favoriter ännu. En favorit ger dig snabbt åtkomst till dina mest frekvent använda objekt. Du kan lägga till en katalog, mapp eller fil till dina favoriter genom att klicka på stjärnan till vänster om dess namn." #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "Missbruksrapporter" @@ -8136,6 +6714,11 @@ msgstr "Rapportör" msgid "Handled" msgstr "Hanterad" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "Inga Admin login loggar" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8149,9 +6732,10 @@ msgstr "Admin Åtgärdsloggar" msgid "Admin Login Logs" msgstr "Admin Login Loggar" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Åtgärd" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "Inga Admin åtgärdsloggar" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8209,41 +6793,11 @@ msgstr "Tog bort användare {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Lägg till bibliotek" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Lägg till medlemmar" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8264,6 +6818,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "Inga avdelningar" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Inga Medlemmar" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "Underavdelningar" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "Inga underavdelningar" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "Sökväg" @@ -8284,40 +6857,12 @@ msgstr "Innehåll Skanrapporter" msgid "Are you sure you want to remove {placeholder} ?" msgstr "Är du säker på att du vill ta bort {placeholder}?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "Ta bort Medlem" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "Lyckades lägga till {email_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "Misslyckades att lägga till {email_placeholder}: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "Lyckades ta bort {placeholder}." - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "Är du säker på att du vill avlänka {placeholder}?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Sluta dela bibliotek" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "Slutade dela bibliotek {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "Inga grupper" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8388,53 +6933,34 @@ msgid "Limits" msgstr "Begränsningar" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organisationer" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Degradera admin" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "Är du säker på att du vill ta bort admin rättigheter för {placeholder}?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "Degradera" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "Lyckades ta bort adminrättigheter för {placeholder}." - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Antal medlemmar" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Administratörer" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "Institutioner" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Sätt admin" @@ -8442,20 +6968,19 @@ msgstr "Sätt admin" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "Är du säker på att du vill sätta {placeholder} som Admin?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "Ta bort institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "Inga inbjudningar" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "Lägg till Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Inbjudaren" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8482,31 +7007,64 @@ msgid "Delete Expired Invitations" msgstr "Ta Bort Utgångna Inbjudningar" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "Inbjudningar" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "Kännetecken" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Ta bort" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "Inga filåtkomstloggar" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "Inga filuppdateringsloggar" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "Inga login loggar" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "Logga in" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "Filaccess" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "Filuppdatering" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "Inga rättighetsloggar" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Lägg till" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Sidomeny" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "Inga notifikationer" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8533,31 +7091,32 @@ msgstr "Är du säker på att du vill ta bort notifikationen?" msgid "All Notifications" msgstr "Alla systemmeddelanden" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Antal grupper" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "Är du säker på att du vill återställa lösenordet för {placeholder}?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "{userCount} användare och {repoCount} kataloger i denna organisation kommer också att tas bort." -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Ta bort Organisation" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8575,10 +7134,14 @@ msgstr "Sök Organisationer" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Historik Inställning" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "Wikis" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "System" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8603,30 +7166,19 @@ msgstr "Tips: kataloger borttagna {trashReposExpireDays} dagar sedan kommer rens msgid "Search libraries by owner" msgstr "Sök kataloger med ägare" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "Fil Scan" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "Virusscan" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "Villkor" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "Admin-loggar" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "Inga villkor" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "Skapad" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Uppdatera" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "Ta bort T&C" @@ -8635,6 +7187,14 @@ msgstr "Ta bort T&C" msgid "Update succeeded." msgstr "Uppdatering lyckades." +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "Villkor" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8645,15 +7205,17 @@ msgstr "Lyckades ta bort 1 användare." msgid "Successfully deleted {user_number_placeholder} users." msgstr "Lyckades ta bort {user_number_placeholder} användare." +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "Lyckades ta bort adminrättigheter för {placeholder}." + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "Ta bort Användare" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "Är du säker på att du vill ta bort valda användare?" @@ -8665,34 +7227,22 @@ msgstr "Sätt Login ID" msgid "Set Contact Email" msgstr "Sätt Kontaktmail" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "Login ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Delade Kataloger" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Delade Länkar" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "Institution" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "Standardadmin" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "Dagligadmin" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "Användaradmin" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Databas" @@ -9002,23 +7552,9 @@ msgstr "Ladda upp filer till {folder_name_placeholder}" msgid "shared by:" msgstr "delat av:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Ägaren av denna katalog har slut på ledigt diskutrymme." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "Dra och släpp filer eller mappar här." - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "Gå till Katalog" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Avbryt alla" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9034,7 +7570,11 @@ msgstr "Är du säker på att du vill ta bort den här sidan?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Sidomeny" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9085,17 +7625,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Sidor" @@ -9146,14 +7676,18 @@ msgstr "{placeholder} Ögonblicksbild" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Språk" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Tvåfaktorsautentisering" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Länkade Enheter" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9162,35 +7696,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profilinställningar" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Delad av:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "Lista" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "Rutnät" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "ZIP Valda Objekt" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9200,14 +7706,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Misslyckades konvertera dokumentet" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "du kan också trycka ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "du kan också trycka →" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9234,6 +7732,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9347,92 +7850,11 @@ msgstr "Du har inga favoritobjekt ännu" msgid "Import Users" msgstr "Importera Användare" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "Inga anslutna enheter" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "Inga synkroniseringsfel" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "Inga grupper" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "Inga notifikationer" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "Inga inbjudningar" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "Inga villkor" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "Inga favoriter" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "Inga mappar delade" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "Inga Admin login loggar" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "Inga Admin åtgärdsloggar" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "Inga rättighetsloggar" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "Inga login loggar" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "Inga filuppdateringsloggar" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "Inga filåtkomstloggar" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "Du har inte delat några mappar med andra användare ännu. Du kan dela en mapp med andra användare genom att klicka på delningsikonen till höger om en mapps namn." - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "Du har inte skapat några delningslänkar ännu. En delningslänk kan användas av användare till att dela filer och mappar med vem som helst. Du kan skapa en delningslänk för en fil eller mapp genom att klicka på delningsikonen till höger om dess namn." - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "Du har inte skapat en uppladdningslänk ännu. En uppladdningslänk tillåter vem som helst att ladda upp filer till en mapp eller katalog. Du kan skapa en uppladdningslänk för en mapp eller katalog genom att klicka på delningsikonen till höger om dess namn." - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "Du har inte lagt till några kataloger, mappar eller filer till dina favoriter ännu. En favorit ger dig snabbt åtkomst till dina mest frekvent använda objekt. Du kan lägga till en katalog, mapp eller fil till dina favoriter genom att klicka på stjärnan till vänster om dess namn." - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9443,7 +7865,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9650,6 +8072,453 @@ msgstr "Misslyckades flytta %(name)s." msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9719,9 +8588,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9743,38 +8609,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/th_TH/LC_MESSAGES/django.po b/locale/th_TH/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e52a2a0147 --- /dev/null +++ b/locale/th_TH/LC_MESSAGES/django.po @@ -0,0 +1,3456 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Translators: +# Manon non Sanoi , 2014 +# Manop Kalong , 2014 +# Manop Kalong , 2014 +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" +"PO-Revision-Date: 2013-10-25 07:03+0000\n" +"Last-Translator: Manop Kalong , 2014\n" +"Language-Team: Thai (Thailand) (http://app.transifex.com/haiwen/seahub/language/th_TH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th_TH\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: seahub/adfs_auth/utils.py:49 +msgid "ADFS/SAML login relevant settings invalid." +msgstr "" + +#: seahub/adfs_auth/views.py:131 seahub/adfs_auth/views.py:160 +#: seahub/adfs_auth/views.py:193 seahub/adfs_auth/views.py:230 +#: seahub/adfs_auth/views.py:286 seahub/adfs_auth/views.py:292 +#: seahub/adfs_auth/views.py:319 seahub/adfs_auth/views.py:394 +#: seahub/adfs_auth/views.py:414 seahub/adfs_auth/views.py:431 +#: seahub/adfs_auth/views.py:435 seahub/adfs_auth/views.py:465 +#: seahub/adfs_auth/views.py:490 seahub/adfs_auth/views.py:494 +#: seahub/adfs_auth/views.py:558 seahub/adfs_auth/views.py:562 +msgid "Internal server error. Please contact system administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:156 seahub/adfs_auth/views.py:226 +#: seahub/adfs_auth/views.py:410 seahub/adfs_auth/views.py:461 +msgid "" +"Login failed: ADFS/SAML service error. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:209 seahub/adfs_auth/views.py:253 +#: seahub/adfs_auth/views.py:267 +msgid "" +"Login failed: Bad response from ADFS/SAML service. Please report to your " +"organization (company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:280 +msgid "Failed to bind SAML, please login first." +msgstr "" + +#: seahub/adfs_auth/views.py:334 +msgid "" +"Failed to create new user: the number of users exceeds the organization " +"quota. Please report to your organization (company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:356 +msgid "" +"Login failed: failed to create user. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:371 +msgid "" +"Login failed: user is deactivated. Please report to your organization " +"(company) administrator." +msgstr "" + +#: seahub/adfs_auth/views.py:498 +msgid "Failed to unbind SAML, please set a password first." +msgstr "" + +#: seahub/adfs_auth/views.py:502 +msgid "Failed to unbind SAML, please set a contact email first." +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:204 +#: seahub/api2/endpoints/user.py:100 seahub/api2/views.py:367 +msgid "Name is too long (maximum is 64 characters)" +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:208 +#: seahub/api2/endpoints/user.py:104 seahub/api2/views.py:371 +#: seahub/forms.py:44 seahub/profile/forms.py:27 +msgid "Name should not include '/'." +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:223 +msgid "Login id can't be empty" +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:227 +#: seahub/api2/endpoints/admin/users.py:893 +#: seahub/api2/endpoints/admin/users.py:1320 +#, python-format +msgid "Login id %s already exists." +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:234 +msgid "Department is too long (maximum is 512 characters)" +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:250 seahub/forms.py:155 +msgid "Space quota can't be empty" +msgstr "" + +#: seahub/api2/endpoints/admin/account.py:256 +#: seahub/api2/endpoints/admin/users.py:1368 +#: seahub/api2/endpoints/admin/users.py:1372 +#: seahub/api2/endpoints/admin/users.py:1385 +#: seahub/api2/endpoints/admin/users.py:1389 +#: seahub/institutions/api_views.py:174 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:82 +#: seahub/api2/endpoints/admin/groups.py:135 +#: seahub/api2/endpoints/admin/groups.py:274 +#: seahub/api2/endpoints/groups.py:229 seahub/api2/endpoints/groups.py:302 +#: seahub/api2/views.py:4675 seahub/group/forms.py:36 +msgid "" +"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " +"brackets or underscore." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:87 +#: seahub/api2/endpoints/admin/groups.py:142 +#: seahub/api2/endpoints/admin/groups.py:278 +#: seahub/api2/endpoints/groups.py:234 seahub/api2/endpoints/groups.py:307 +msgid "There is already a group with that name." +msgstr "มีกลุ่มที่ใช้ชื่อนี้อยู่แล้ว" + +#: seahub/api2/endpoints/admin/address_book/groups.py:235 +msgid "There are libraries in this department." +msgstr "" + +#: seahub/api2/endpoints/admin/address_book/groups.py:239 +msgid "There are sub-departments in this department." +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 +#: seahub/views/__init__.py:546 seahub/views/__init__.py:547 +#: seahub/views/__init__.py:551 seahub/views/__init__.py:552 +msgid "My Library" +msgstr "คลังแฟ้มข้อมูลของผม" + +#: seahub/api2/endpoints/admin/groups.py:222 +#: seahub/api2/endpoints/groups.py:333 +#, python-format +msgid "User %s is already group owner." +msgstr "" + +#: seahub/api2/endpoints/admin/institution_users.py:169 +#, python-format +msgid "" +"Failed to add %s to the institution: user already belongs to an institution" +msgstr "" + +#: seahub/api2/endpoints/admin/institution_users.py:174 +#, python-format +msgid "" +"Failed to add %s to the institution: user already belongs to this " +"institution" +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:267 seahub/views/sysadmin.py:696 +msgid "System library can not be deleted." +msgstr "คลังแฟ้มข้อมูลระบบไม่สามารถลบได้" + +#: seahub/api2/endpoints/admin/libraries.py:389 seahub/api2/views.py:1852 +#, python-format +msgid "Transfer failed: role of %s is %s, can not add library." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:415 seahub/api2/views.py:1857 +msgid "Library can not be transferred to owner." +msgstr "" + +#: seahub/api2/endpoints/admin/share_links.py:225 +#: seahub/api2/endpoints/repo_share_links.py:155 +#: seahub/api2/endpoints/share_links.py:577 +#: seahub/api2/endpoints/share_links.py:799 +msgid "There is an associated published library." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:185 +#, python-format +msgid "User %s is already library owner." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:193 +#: seahub/api2/endpoints/invitations.py:51 +#: seahub/api2/endpoints/invitations.py:112 +#: seahub/api2/endpoints/repo_share_invitations.py:156 +#, python-format +msgid "Email %s invalid." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:211 +#: seahub/api2/endpoints/admin/shares.py:268 +#: seahub/api2/endpoints/dir_shared_items.py:372 +#: seahub/api2/endpoints/dir_shared_items.py:485 +#: seahub/api2/endpoints/group_owned_libraries.py:966 +#: seahub/api2/endpoints/group_owned_libraries.py:1241 +#: seahub/api2/endpoints/repo_share_invitations.py:190 +#, python-format +msgid "This item has been shared to %s." +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/notifications/templates/notifications/file_updates_email.html:22 +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "Time" +msgstr "เวลา" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_file_access_log.py:58 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/notifications/templates/notifications/file_updates_email.html:19 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "User" +msgstr "ผู้ใช้" + +#: seahub/api2/endpoints/admin/statistics.py:397 +#: seahub/base/management/commands/export_user_traffic_report.py:45 +#: seahub/organizations/api/admin/statistics.py:334 +msgid "Web Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:398 +#: seahub/base/management/commands/export_user_traffic_report.py:46 +#: seahub/organizations/api/admin/statistics.py:335 +msgid "Sync Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:398 +#: seahub/base/management/commands/export_user_traffic_report.py:46 +#: seahub/organizations/api/admin/statistics.py:335 +msgid "Link Download" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:399 +#: seahub/base/management/commands/export_user_traffic_report.py:47 +#: seahub/organizations/api/admin/statistics.py:336 +msgid "Web Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:399 +#: seahub/base/management/commands/export_user_traffic_report.py:47 +#: seahub/organizations/api/admin/statistics.py:336 +msgid "Sync Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:400 +#: seahub/base/management/commands/export_user_traffic_report.py:48 +#: seahub/organizations/api/admin/statistics.py:337 +msgid "Link Upload" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:445 +#: seahub/api2/endpoints/group_members.py:530 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +#: seahub/views/sysadmin.py:765 seahub/views/sysadmin.py:780 +msgid "Email" +msgstr "อีเมลล์" + +#: seahub/api2/endpoints/admin/statistics.py:445 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/registration_form.html:20 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +#: seahub/views/sysadmin.py:643 seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:782 +msgid "Name" +msgstr "ชื่อ" + +#: seahub/api2/endpoints/admin/statistics.py:445 seahub/auth/forms.py:298 +#: seahub/base/management/commands/export_user_storage_report.py:41 +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/organizations/api/admin/statistics.py:380 +#: seahub/templates/registration/password_set_form.html:17 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Contact Email" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:446 +#: seahub/base/management/commands/export_user_storage_report.py:42 +#: seahub/base/management/commands/export_users.py:44 +#: seahub/base/management/commands/export_users.py:48 +#: seahub/organizations/api/admin/statistics.py:381 +#: seahub/views/sysadmin.py:173 seahub/views/sysadmin.py:177 +msgid "Space Usage" +msgstr "" + +#: seahub/api2/endpoints/admin/statistics.py:446 +#: seahub/base/management/commands/export_user_storage_report.py:42 +#: seahub/base/management/commands/export_users.py:44 +#: seahub/base/management/commands/export_users.py:48 +#: seahub/organizations/api/admin/statistics.py:381 +#: seahub/views/sysadmin.py:173 seahub/views/sysadmin.py:177 +#: seahub/views/sysadmin.py:769 seahub/views/sysadmin.py:783 +msgid "Space Quota" +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:671 +#: seahub/api2/endpoints/admin/users.py:708 +#: seahub/organizations/api/admin/users.py:155 +msgid "There are more than 500 users, and sort is not offered." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:808 +#: seahub/api2/endpoints/admin/users.py:1292 seahub/base/accounts.py:1263 +#: seahub/forms.py:30 seahub/institutions/api_views.py:202 +msgid "The number of users exceeds the limit." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:907 +#, python-format +msgid "Successfully added user %(user)s." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:911 +#: seahub/api2/endpoints/admin/users_batch.py:390 seahub/views/sysadmin.py:542 +#, python-format +msgid "You are invited to join %s" +msgstr "คุณถูกเชิญให้ร่วม %s" + +#: seahub/api2/endpoints/admin/users.py:915 +#, python-format +msgid "Successfully added user %(user)s. An email notification has been sent." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:918 +#, python-format +msgid "" +"Successfully added user %(user)s. But email notification can not be sent, " +"because Email service is not properly configured." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1428 +msgid "Edit succeeded" +msgstr "แก้ไขสำเร็จ" + +#: seahub/api2/endpoints/admin/users.py:1431 seahub/views/sysadmin.py:445 +#, python-format +msgid "Your account on %s is activated" +msgstr "บัญชีผู้ใช้ %s เปิดใช้งานแล้ว" + +#: seahub/api2/endpoints/admin/users.py:1436 +msgid "Edit succeeded, an email has been sent." +msgstr "แก้ไขสำเร็จ อีเมลล์ถูกส่งแล้ว" + +#: seahub/api2/endpoints/admin/users.py:1439 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "แก้ไขสำเร็จ แต่ผิดพลาดในการส่งอีเมลล์ โปรดตรวจสอบการกำหนดค่าอีเมลล์ของคุณ" + +#: seahub/api2/endpoints/admin/users.py:1507 seahub/auth/views.py:371 +msgid "Unable to reset password." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1533 seahub/auth/forms.py:201 +#: seahub/organizations/api/admin/user_set_password.py:74 +#, python-format +msgid "Reset Password on %s" +msgstr "รีเซตรหัสผ่านบน %s" + +#: seahub/api2/endpoints/admin/users.py:1537 +#: seahub/organizations/api/admin/user_set_password.py:78 +#, python-brace-format +msgid "A password reset link has been sent to {contact_email}." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1555 seahub/views/sysadmin.py:486 +#, python-format +msgid "Password has been reset on %s" +msgstr "รหัสผ่านถูกรีเซตบน %s" + +#: seahub/api2/endpoints/admin/users.py:1557 +#, python-format +msgid "Successfully reset password, an email has been sent to %(user)s." +msgstr "" + +#: seahub/api2/endpoints/admin/users.py:1561 seahub/views/sysadmin.py:516 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, but failed to send email to " +"%(user)s, please check your email configuration." +msgstr "รีเซตรหัสผ่านสู่ %(passwd)s แต่ผิดพลาดในการส่งอีเมลล์ให้ %(user)s, โปรดตรวจสอบการกำหนดค่าอีเมลล์ของคุณ" + +#: seahub/api2/endpoints/admin/users.py:1564 +#: seahub/organizations/api/admin/user_set_password.py:88 +#: seahub/views/sysadmin.py:520 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "รีเซตรหัสผ่านสู่ %(passwd)s สำหรับ %(user)s" + +#: seahub/api2/endpoints/admin/users.py:1567 seahub/views/sysadmin.py:523 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "รีเซตรหัสผ่านสู่ %(passwd)s สำหรับผู้ใช้ %(user)s แต่แจ้งเตือนอีเมลล์ไม่สามารถส่งได้ เพราะบริการอีเมลล์ถูกกำหนดไม่เหมาะสม" + +#: seahub/api2/endpoints/admin/users_batch.py:173 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 +msgid "Virus file is not found." +msgstr "" + +#: seahub/api2/endpoints/admin/virus_scan_records.py:219 +#: seahub/api2/endpoints/admin/virus_scan_records.py:234 +#: seahub/api2/endpoints/admin/virus_scan_records.py:249 +#: seahub/api2/endpoints/file_participants.py:129 +#: seahub/api2/endpoints/file_tag.py:175 +#: seahub/api2/endpoints/invitations.py:80 +#: seahub/api2/endpoints/repo_set_password.py:72 +#: seahub/api2/endpoints/repo_share_invitations.py:201 +#: seahub/api2/endpoints/send_upload_link_email.py:102 +#: seahub/api2/endpoints/share_links.py:590 +#: seahub/api2/endpoints/subscription.py:52 +#: seahub/api2/endpoints/subscription.py:92 +#: seahub/api2/endpoints/subscription.py:129 +#: seahub/api2/endpoints/upload_links.py:329 +#: seahub/api2/endpoints/wiki2.py:457 seahub/api2/endpoints/wiki2.py:485 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:4009 +#: seahub/notifications/models.py:541 seahub/notifications/models.py:582 +#: seahub/notifications/models.py:624 seahub/notifications/models.py:675 +#: seahub/notifications/models.py:731 seahub/notifications/models.py:761 +#: seahub/notifications/models.py:783 seahub/notifications/models.py:809 +#: seahub/notifications/models.py:826 seahub/notifications/models.py:843 +#: seahub/notifications/models.py:872 seahub/seadoc/apis.py:2762 +#: seahub/search/views.py:200 seahub/share/views.py:230 +#: seahub/subscription/views.py:90 seahub/utils/__init__.py:192 +#: seahub/utils/__init__.py:1225 seahub/views/__init__.py:819 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:210 +#: seahub/wiki/views.py:217 seahub/wiki/views.py:226 +msgid "Internal Server Error" +msgstr "Internal Server Error" + +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 +#: seahub/api2/endpoints/via_repo_token.py:1270 +msgid "Destination path is too long." +msgstr "พาธปลายทางยาวเกินไป" + +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 +#: seahub/api2/endpoints/via_repo_token.py:1266 +msgid "Invalid destination path" +msgstr "พาธปลายทางไม่ถูกต้อง" + +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:494 seahub/api2/views.py:1939 +#: seahub/api2/views.py:1979 seahub/api2/views.py:2041 +#: seahub/api2/views.py:2085 seahub/api2/views.py:2131 +#: seahub/api2/views.py:2180 seahub/api2/views.py:2593 +#: seahub/api2/views.py:2701 seahub/seadoc/apis.py:381 +#: seahub/seadoc/apis.py:499 seahub/seadoc/apis.py:591 +#: seahub/seadoc/apis.py:3102 +msgid "Out of quota." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:164 +#, python-format +msgid "Can not move folder %(src)s to its subfolder %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:316 seahub/api2/endpoints/file.py:393 +#: seahub/api2/endpoints/file.py:508 seahub/api2/endpoints/file.py:566 +#: seahub/api2/endpoints/file.py:717 seahub/api2/endpoints/file.py:830 +#: seahub/api2/endpoints/via_repo_token.py:1010 +#: seahub/api2/endpoints/via_repo_token.py:1150 +#: seahub/api2/endpoints/wiki2.py:796 +msgid "File is locked" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:247 +msgid "Cancel failed" +msgstr "" + +#: seahub/api2/endpoints/dir_shared_items.py:356 +#: seahub/api2/endpoints/group_owned_libraries.py:950 +msgid "username invalid." +msgstr "" + +#: seahub/api2/endpoints/dir_shared_items.py:365 +#: seahub/api2/endpoints/group_owned_libraries.py:959 +#, python-format +msgid "User %s not found." +msgstr "" + +#: seahub/api2/endpoints/file.py:201 seahub/api2/endpoints/upload_links.py:530 +#: seahub/api2/endpoints/via_repo_token.py:850 +#: seahub/api2/endpoints/wiki2.py:594 seahub/api2/endpoints/wikis.py:135 +#: seahub/api2/views.py:1987 seahub/seadoc/apis.py:3109 +msgid "The number of files in library exceeds the limit" +msgstr "" + +#: seahub/api2/endpoints/file.py:304 +#: seahub/api2/endpoints/file_participants.py:113 +#: seahub/api2/endpoints/file_tag.py:203 seahub/api2/endpoints/file_tag.py:216 +#: seahub/api2/endpoints/share_links.py:570 +#: seahub/api2/endpoints/subscription.py:36 +#: seahub/api2/endpoints/subscription.py:72 +#: seahub/api2/endpoints/subscription.py:112 +#: seahub/api2/endpoints/upload_links.py:316 +#: seahub/api2/endpoints/wiki2.py:1393 seahub/api2/endpoints/wikis.py:115 +#: seahub/api2/endpoints/wikis.py:210 seahub/profile/forms.py:24 +#: seahub/profile/views.py:272 seahub/seadoc/apis.py:2746 +#: seahub/seadoc/views.py:31 seahub/seadoc/views.py:85 +#: seahub/seadoc/views.py:168 seahub/search/views.py:174 +#: seahub/subscription/views.py:27 seahub/subscription/views.py:43 +#: seahub/thumbnail/views.py:54 seahub/thumbnail/views.py:172 +#: seahub/views/__init__.py:626 seahub/views/ajax.py:83 +#: seahub/views/ajax.py:113 seahub/views/ajax.py:119 seahub/views/sso.py:238 +msgid "Permission denied." +msgstr "ปฏิเสธการได้รับอนุญาต" + +#: seahub/api2/endpoints/file.py:735 seahub/api2/endpoints/file.py:755 +#: seahub/api2/endpoints/via_repo_token.py:1167 +msgid "File is not locked." +msgstr "" + +#: seahub/api2/endpoints/file.py:782 seahub/api2/endpoints/share_links.py:881 +msgid "You can not refresh this file's lock." +msgstr "" + +#: seahub/api2/endpoints/file_participants.py:120 seahub/seadoc/apis.py:2753 +msgid "The participant already exists." +msgstr "" + +#: seahub/api2/endpoints/file_tag.py:256 seahub/api2/endpoints/file_tag.py:280 +#: seahub/api2/endpoints/file_tag.py:300 +#: seahub/api2/endpoints/revision_tag.py:55 +#: seahub/api2/endpoints/revision_tag.py:109 +msgid "Tag can only contain letters, numbers, dot, hyphen or underscore." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:104 +#: seahub/api2/endpoints/group_members.py:332 +#: seahub/api2/endpoints/group_members.py:480 +#, python-format +msgid "User %s is already a group member." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:110 +#: seahub/api2/endpoints/group_members.py:341 +#: seahub/api2/endpoints/group_members.py:489 seahub/api2/views.py:1847 +#: seahub/organizations/api/admin/user_repos.py:50 +#: seahub/organizations/api/admin/user_repos.py:103 +#: seahub/organizations/api/admin/users.py:339 +#, python-format +msgid "User %s not found in organization." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:113 +#: seahub/api2/endpoints/group_members.py:349 +#: seahub/api2/endpoints/group_members.py:497 +#, python-format +msgid "User %s is an organization user." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:403 seahub/group/error_msg.py:17 +#: seahub/group/error_msg.py:23 seahub/views/file.py:518 +msgid "Group does not exist" +msgstr "กลุ่มไม่มีอยู่" + +#: seahub/api2/endpoints/group_members.py:537 seahub/views/sysadmin.py:163 +#: seahub/views/sysadmin.py:271 seahub/views/sysadmin.py:640 +#: seahub/views/sysadmin.py:652 seahub/views/sysadmin.py:793 +msgid "Failed to export Excel" +msgstr "" + +#: seahub/api2/endpoints/group_owned_libraries.py:396 +#: seahub/api2/endpoints/group_owned_libraries.py:672 +msgid "Permission already exists." +msgstr "" + +#: seahub/api2/endpoints/invitation.py:110 +#, python-format +msgid "%(user)s revoked your access to %(site_name)s." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:55 +#: seahub/api2/endpoints/invitations.py:119 +#: seahub/api2/endpoints/repo_share_invitations.py:163 +msgid "The email address is not allowed to be invited as a guest." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:60 +#: seahub/api2/endpoints/invitations.py:128 +#, python-format +msgid "%s is already invited." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:68 +#: seahub/api2/endpoints/invitations.py:140 +#: seahub/api2/endpoints/repo_share_invitations.py:173 +#: seahub/api2/endpoints/share_link_auth.py:138 seahub/base/accounts.py:1274 +#: seahub/organizations/api/admin/users.py:270 +#, python-format +msgid "User %s already exists." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:154 +#: seahub/api2/endpoints/repo_share_invitations.py:215 +#: seahub/api2/endpoints/send_share_link_email.py:34 +#: seahub/api2/endpoints/send_upload_link_email.py:33 seahub/auth/forms.py:165 +#: seahub/organizations/api/admin/users.py:787 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "ข้อผิดพลาดส่งอีเมลล์, มีการกำหนดค่าบริการอีเมลล์ไม่เหมาะสม โปรดติดต่อผู้ดูแลระบบ" + +#: seahub/api2/endpoints/multi_share_links.py:105 +#: seahub/api2/endpoints/multi_share_links.py:353 +#: seahub/api2/endpoints/share_links.py:339 +#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4162 +#: seahub/api2/views.py:4282 +msgid "Password is required." +msgstr "รหัสผ่านจำเป็น" + +#: seahub/api2/endpoints/multi_share_links.py:110 +#: seahub/api2/endpoints/share_links.py:345 +#: seahub/api2/endpoints/upload_links.py:176 +#: seahub/api2/endpoints/webdav_secret.py:60 +msgid "Password is too short." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:114 +#: seahub/api2/endpoints/share_links.py:349 +#: seahub/api2/endpoints/upload_links.py:180 +#: seahub/api2/endpoints/webdav_secret.py:64 +msgid "Password is too weak." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:118 +#: seahub/api2/endpoints/share_links.py:353 +#: seahub/api2/endpoints/upload_links.py:184 +#: seahub/api2/endpoints/webdav_secret.py:52 +msgid "" +"Password can only contain number, upper letter, lower letter and other " +"symbols." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:141 +#: seahub/api2/endpoints/multi_share_links.py:376 +#: seahub/api2/endpoints/share_links.py:376 +#: seahub/api2/endpoints/share_links.py:717 +#: seahub/api2/endpoints/upload_links.py:207 +#: seahub/api2/endpoints/upload_links.py:391 seahub/api2/views.py:3572 +#, python-format +msgid "Expire days should be greater or equal to %s" +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:146 +#: seahub/api2/endpoints/multi_share_links.py:382 +#: seahub/api2/endpoints/share_links.py:382 +#: seahub/api2/endpoints/share_links.py:723 +#: seahub/api2/endpoints/upload_links.py:213 +#: seahub/api2/endpoints/upload_links.py:397 seahub/api2/views.py:3578 +#, python-format +msgid "Expire days should be less than or equal to %s" +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:166 +#: seahub/api2/endpoints/multi_share_links.py:404 +#: seahub/api2/endpoints/share_links.py:404 +#: seahub/api2/endpoints/share_links.py:747 +#: seahub/api2/endpoints/upload_links.py:235 +#: seahub/api2/endpoints/upload_links.py:421 +#, python-format +msgid "Expiration time should be later than %s." +msgstr "" + +#: seahub/api2/endpoints/multi_share_links.py:175 +#: seahub/api2/endpoints/multi_share_links.py:413 +#: seahub/api2/endpoints/share_links.py:413 +#: seahub/api2/endpoints/share_links.py:756 +#: seahub/api2/endpoints/upload_links.py:244 +#: seahub/api2/endpoints/upload_links.py:430 +#, python-format +msgid "Expiration time should be earlier than %s." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/seadoc/apis.py:644 +#: seahub/templates/remote_user/create_unknown_user_false.html:4 +#: seahub/templates/remote_user/error.html:4 +msgid "Error" +msgstr "ผิดพลาด" + +#: seahub/api2/endpoints/repo_commit_revert.py:66 +msgid "This library has not been decrypted." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:45 +#: seahub/api2/endpoints/user.py:89 seahub/api2/endpoints/user.py:96 +#: seahub/api2/endpoints/user.py:112 +#: seahub/organizations/api/admin/users.py:783 +msgid "Feature disabled." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:75 +#: seahub/api2/endpoints/repo_set_password.py:171 +msgid "Can not reset this library's password." +msgstr "" + +#: seahub/api2/endpoints/repo_send_new_password.py:82 +#, python-format +msgid "New password of library %s" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:4006 +msgid "Wrong password" +msgstr "รหัสผ่านผิด" + +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:4012 +msgid "Decrypt library error" +msgstr "ผิดพลาดถอดรหัสคลังแฟ้มข้อมูล" + +#: seahub/api2/endpoints/repo_set_password.py:138 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1298 +#: seahub/api2/endpoints/repos_batch.py:1557 +#: seahub/api2/endpoints/repos_batch.py:1649 +#: seahub/api2/endpoints/repos_batch.py:1730 +#, python-format +msgid "File %s is locked." +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1308 +#: seahub/api2/endpoints/repos_batch.py:1567 +#, python-format +msgid "Can't move folder %s, please check its permission." +msgstr "" + +#: seahub/api2/endpoints/repos_batch.py:1657 +#, python-format +msgid "Can't delete folder %s, please check its permission." +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:97 +#: seahub/notifications/models.py:912 +msgid "file" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:98 +#, python-format +msgid "A file is shared to you on %s" +msgstr "ไฟล์ถูกแบ่งปันถึงคุณบน %s" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/notifications/models.py:912 +msgid "folder" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:101 +#, python-format +msgid "A folder is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:74 +msgid "email invalid." +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:92 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "อัพโหลดลิงก์ถูกแบ่งปันกับคุณบน %s" + +#: seahub/api2/endpoints/share_link_auth.py:147 +#, python-format +msgid "User %s does not exist." +msgstr "" + +#: seahub/api2/endpoints/share_link_auth.py:310 +#, python-format +msgid "Email %s already exists." +msgstr "" + +#: seahub/api2/endpoints/share_link_auth.py:316 +#, python-format +msgid "Email %s is invalid." +msgstr "" + +#: seahub/api2/endpoints/share_links.py:482 +#: seahub/api2/endpoints/share_links.py:491 +#, python-format +msgid "Share link %s already exists." +msgstr "" + +#: seahub/api2/endpoints/subscription.py:32 +#: seahub/api2/endpoints/subscription.py:68 +#: seahub/api2/endpoints/subscription.py:108 +#: seahub/organizations/api/admin/info.py:145 +#: seahub/organizations/api/admin/logo.py:33 +#: seahub/organizations/api/admin/logo.py:42 seahub/subscription/views.py:24 +#: seahub/subscription/views.py:40 seahub/weixin/views.py:40 +#: seahub/weixin/views.py:62 seahub/weixin/views.py:164 +#: seahub/weixin/views.py:187 seahub/weixin/views.py:230 +#: seahub/work_weixin/views.py:38 seahub/work_weixin/views.py:63 +#: seahub/work_weixin/views.py:152 seahub/work_weixin/views.py:172 +#: seahub/work_weixin/views.py:233 +msgid "Feature is not enabled." +msgstr "" + +#: seahub/api2/endpoints/user.py:118 +#, python-format +msgid "Contact email %s already exists." +msgstr "" + +#: seahub/api2/endpoints/user.py:132 +msgid "telephone is too long (maximum is 100 characters)." +msgstr "" + +#: seahub/api2/endpoints/user_avatar.py:41 +#: seahub/organizations/api/admin/logo.py:56 seahub/utils/error_msg.py:8 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "%(ext)s คือนามสกุลแฟ้มข้อมูลที่ไม่ถูกต้อง. นามสกุลไฟล์ที่ได้รับอนุญาตคือ: %(valid_exts_list)s" + +#: seahub/api2/endpoints/user_avatar.py:45 +#: seahub/organizations/api/admin/logo.py:64 seahub/utils/error_msg.py:13 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "แฟ้มข้อมูลของคุณใหญ่เกินไป (%(size)s), ขนาดมากที่สุดที่อนุญาตคือ %(max_valid_size)s" + +#: seahub/api2/endpoints/user_avatar.py:51 seahub/avatar/forms.py:43 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "คุณมีอวตารแล้ว %(nb_avatars)d รายการ, และมากที่สุดที่อนุญาตคือ %(nb_max_avatars)d." + +#: seahub/api2/endpoints/webdav_secret.py:56 +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 +#: seahub/api2/endpoints/wikis.py:219 +msgid "Name can only contain letters, numbers, blank, hyphen or underscore." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1256 +msgid "URL is invalid" +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1260 +msgid "The custom part of URL should have 5-30 characters." +msgstr "" + +#: seahub/api2/endpoints/wiki2.py:1282 +msgid "This custom domain is already in use and cannot be used for your wiki" +msgstr "" + +#: seahub/api2/endpoints/wikis.py:122 seahub/api2/endpoints/wikis.py:226 +#, python-format +msgid "%s is taken by others, please try another name." +msgstr "" + +#: seahub/api2/endpoints/wikis.py:206 +msgid "Wiki not found." +msgstr "" + +#: seahub/api2/endpoints/wikis.py:215 +msgid "Name is required." +msgstr "ชื่อ จำเป็น" + +#: seahub/api2/utils.py:317 +msgid "A share link for you" +msgstr "" + +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "โปรดเข้าสู่ระบบ" + +#: seahub/auth/forms.py:32 seahub/templates/registration/login.html:35 +#: seahub/templates/registration/multi_adfs_sso.html:37 +msgid "Email or Username" +msgstr "" + +#: seahub/auth/forms.py:33 seahub/auth/forms.py:272 +#: seahub/base/accounts.py:1251 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/organizations/templates/organizations/org_register.html:41 +#: seahub/share/views.py:224 seahub/templates/decrypt_repo_form.html:10 +#: seahub/templates/registration/login.html:37 +#: seahub/templates/registration/password_set_form.html:22 +#: seahub/templates/registration/registration_form.html:26 +#: seahub/templates/share_access_validation.html:23 +#: seahub/templates/sysadmin/sudo_mode.html:28 seahub/views/sysadmin.py:766 +#: seahub/views/sysadmin.py:781 +msgid "Password" +msgstr "รหัสผ่าน" + +#: seahub/auth/forms.py:66 seahub/auth/forms.py:67 seahub/auth/forms.py:104 +#: seahub/auth/forms.py:105 +msgid "This account is inactive." +msgstr "บัญชีผู้ใช้นี้ยังไม่เปิดใช้งาน" + +#: seahub/auth/forms.py:83 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "" + +#: seahub/auth/forms.py:89 seahub/auth/forms.py:174 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "ที่อยู่อีเมลล์ไม่ร่วมกับบัญชีผู้ใช้ คุณแน่ใจหรือไม่ ว่าคุณลงทะเบียนไว้แล้ว?" + +#: seahub/auth/forms.py:136 seahub/auth/forms.py:137 +#: seahub/templates/registration/login.html:61 +msgid "Please use Single Sign-On to login." +msgstr "" + +#: seahub/auth/forms.py:142 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "เว็บเบราว์เซอร์ของคุณไม่เปิดการใช้งานคุ๊กกี้ ซึ่งคุ๊กกี้จำเป็นต่อการเข้าสู่ระบบ" + +#: seahub/auth/forms.py:158 +msgid "E-mail" +msgstr "อีเมลล์" + +#: seahub/auth/forms.py:177 +msgid "Can not reset password, please contact LDAP admin." +msgstr "ไม่สามารถรีเซตรหัสผ่าน, โปรดติดต่อผู้ดูแลระบบ LDAP " + +#: seahub/auth/forms.py:210 +msgid "New password" +msgstr "รหัสผ่านใหม่" + +#: seahub/auth/forms.py:211 +msgid "New password confirmation" +msgstr "การยืนยันรหัสผ่านใหม่" + +#: seahub/auth/forms.py:238 seahub/auth/forms.py:284 +#: seahub/base/accounts.py:1306 seahub/organizations/forms.py:71 +msgid "The two password fields didn't match." +msgstr "รหัสผ่านสองช่องไม่ตรงกัน" + +#: seahub/auth/forms.py:252 +msgid "Old password" +msgstr "รหัสผ่านเก่า" + +#: seahub/auth/forms.py:260 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "รหัสผ่านเก่าที่กรอกไปนั้นไม่ถูกต้อง โปรดกรอกมันอีกครั้ง" + +#: seahub/auth/forms.py:273 seahub/base/accounts.py:1253 +msgid "Password (again)" +msgstr "รหัสผ่าน (อีกครั้ง)" + +#: seahub/auth/forms.py:304 seahub/forms.py:35 seahub/invitations/views.py:39 +#: seahub/invitations/views.py:54 seahub/organizations/forms.py:49 +#: seahub/profile/forms.py:46 +msgid "A user with this email already exists." +msgstr "มีผู้ใช้ใช้อีเมลล์นี้แล้ว" + +#: seahub/auth/views.py:158 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "" + +#: seahub/auth/views.py:323 +msgid "Logged out" +msgstr "ออกจากระบบแล้ว" + +#: seahub/auth/views.py:392 +msgid "Failed to send email, please contact administrator." +msgstr "ผิดพลาดการส่งอีเมลล์ โปรดติดต่อผู้ดูแลระบบ" + +#: seahub/auth/views.py:466 +msgid "Unable to change password." +msgstr "" + +#: seahub/avatar/models.py:144 seahub/avatar/models.py:172 +#, python-format +msgid "Avatar for %s" +msgstr "อวตารสำหรับ %s" + +#: seahub/avatar/views.py:77 +msgid "Successfully uploaded a new avatar." +msgstr "อัพโหลดอวตารใหม่สำเร็จแล้ว" + +#: seahub/avatar/views.py:111 +msgid "Successfully updated your avatar." +msgstr "ปรับปรุงอวตารของคุณสำเร็จแล้ว" + +#: seahub/avatar/views.py:151 +msgid "Successfully deleted the requested avatars." +msgstr "ลบอวตารที่ต้องการสำเร็จแล้ว" + +#: seahub/base/accounts.py:730 seahub/base/accounts.py:761 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:1241 +msgid "Email address" +msgstr "ที่อยู่อีเมลล์" + +#: seahub/base/accounts.py:1247 +msgid "Username" +msgstr "รหัสผู้ใช้" + +#: seahub/base/accounts.py:1248 +msgid "This value must be of length 40" +msgstr "ค่านี้ต้องมีความยาว 40 ตัวอักษร" + +#: seahub/base/accounts.py:1267 +msgid "Enter a valid email address." +msgstr "กรอกที่อยู่อีเมลล์ให้ถูกต้อง" + +#: seahub/base/accounts.py:1278 +msgid "Invalid user id." +msgstr "หมายเลขรหัสผู้ใช้ไม่ถูกต้อง" + +#: seahub/base/accounts.py:1328 +msgid "name" +msgstr "ชื่อ" + +#: seahub/base/accounts.py:1331 +msgid "department" +msgstr "แผนก" + +#: seahub/base/accounts.py:1334 +msgid "telephone" +msgstr "โทรศัพท์" + +#: seahub/base/accounts.py:1337 +msgid "note" +msgstr "บันทึก" + +#: seahub/base/decorators.py:57 +msgid "Files in this library can not be viewed online." +msgstr "แฟ้มข้อมูลในคลังแฟ้มข้อมูลไม่สามารถเรียกดูออนไลน์" + +#: seahub/base/management/commands/check_user_quota.py:58 +#, python-format +msgid "Your quota is almost full on %s" +msgstr "" + +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "กรอกที่อยู่อีเมลล์ให้ถูกต้อง" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Type" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "IP" +msgstr "IP" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Device" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:58 +msgid "Date" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library Name" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library ID" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "Library Owner" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:59 +msgid "File Path" +msgstr "" + +#: seahub/base/management/commands/export_file_access_log.py:85 +#: seahub/base/templatetags/seahub_tags.py:140 +msgid "Deleted" +msgstr "ลบแล้ว" + +#: seahub/base/management/commands/export_file_access_log.py:88 +#: seahub/templates/snippets/add_watermark.html:10 +msgid "Anonymous User" +msgstr "" + +#: seahub/base/management/commands/export_users.py:43 +#: seahub/base/management/commands/export_users.py:47 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Status" +msgstr "สถานะ" + +#: seahub/base/management/commands/export_users.py:43 +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:768 +msgid "Role" +msgstr "บทบาท" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +#: seahub/views/sysadmin.py:643 +msgid "Create At" +msgstr "สร้างเมื่อ" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +msgid "Last Login" +msgstr "" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/institutions/views.py:186 seahub/views/sysadmin.py:174 +#: seahub/views/sysadmin.py:178 +msgid "Admin" +msgstr "ผู้ดูแลระบบ" + +#: seahub/base/management/commands/export_users.py:45 +#: seahub/base/management/commands/export_users.py:49 +#: seahub/views/sysadmin.py:174 seahub/views/sysadmin.py:178 +msgid "LDAP(imported)" +msgstr "" + +#: seahub/base/management/commands/export_users.py:118 +#: seahub/views/sysadmin.py:234 +msgid "Active" +msgstr "เปิดใช้งาน" + +#: seahub/base/management/commands/export_users.py:120 +#: seahub/views/sysadmin.py:236 +msgid "Inactive" +msgstr "ไม่เปิดใช้งาน" + +#: seahub/base/management/commands/export_users.py:126 +#: seahub/base/management/commands/export_users.py:127 +#: seahub/templates/client_login_confirm.html:9 seahub/views/sysadmin.py:242 +#: seahub/views/sysadmin.py:243 +msgid "Yes" +msgstr "ใช่" + +#: seahub/base/management/commands/export_users.py:132 +#: seahub/views/sysadmin.py:248 +msgid "Guest" +msgstr "Guest" + +#: seahub/base/management/commands/export_users.py:134 +#: seahub/base/management/commands/export_users.py:138 +#: seahub/views/sysadmin.py:250 seahub/views/sysadmin.py:254 +msgid "Default" +msgstr "ค่าตั้งต้น" + +#: seahub/base/templatetags/seahub_tags.py:139 +msgid "Added" +msgstr "เพิ่มแล้ว" + +#: seahub/base/templatetags/seahub_tags.py:141 +msgid "Removed" +msgstr "ลบทิ้งแล้ว" + +#: seahub/base/templatetags/seahub_tags.py:142 +msgid "Modified" +msgstr "แก้ไขแล้ว" + +#: seahub/base/templatetags/seahub_tags.py:143 +msgid "Renamed" +msgstr "เปลี่ยนชื่อแล้ว" + +#: seahub/base/templatetags/seahub_tags.py:144 +msgid "Moved" +msgstr "ย้ายแล้ว" + +#: seahub/base/templatetags/seahub_tags.py:145 +msgid "Added folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:146 +msgid "Removed folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:147 +#: seahub/notifications/management/commands/send_file_updates.py:172 +msgid "Renamed folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:148 +#: seahub/notifications/management/commands/send_file_updates.py:177 +msgid "Moved folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:149 +msgid "Added or modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:164 +#: seahub/base/templatetags/seahub_tags.py:235 +msgid "Reverted library to status at" +msgstr "ปรับสถานะคลังแฟ้มข้อมูลเมื่อ" + +#: seahub/base/templatetags/seahub_tags.py:167 +#: seahub/base/templatetags/seahub_tags.py:238 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "ปรับแฟ้มข้อมูล \"%(file)s\" สู่สถานะเมื่อ %(time)s." + +#: seahub/base/templatetags/seahub_tags.py:171 +#: seahub/base/templatetags/seahub_tags.py:242 +msgid "Recovered deleted folder" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:173 +#: seahub/base/templatetags/seahub_tags.py:244 seahub/views/ajax.py:460 +msgid "Changed library name or description" +msgstr "เปลี่ยนชื่อหรือคำอธิบายคลังแฟ้มข้อมูล" + +#: seahub/base/templatetags/seahub_tags.py:175 +#: seahub/base/templatetags/seahub_tags.py:246 +msgid "Auto merge by seafile system" +msgstr "ผสานอัตโนมัติโดยระบบ Seafile" + +#: seahub/base/templatetags/seahub_tags.py:177 +#: seahub/base/templatetags/seahub_tags.py:248 +#: seahub/notifications/management/commands/send_file_updates.py:112 +msgid "Created library" +msgstr "สร้างคลังแฟ้มข้อมูลแล้ว" + +#: seahub/base/templatetags/seahub_tags.py:328 +#: seahub/base/templatetags/seahub_tags.py:364 +msgid "Just now" +msgstr "เดี๋ยวนี้" + +#: seahub/base/templatetags/seahub_tags.py:339 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "%(days)d วันผ่านมา" + +#: seahub/base/templatetags/seahub_tags.py:346 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "%(hours)d ชั่วโมงผ่านมา" + +#: seahub/base/templatetags/seahub_tags.py:353 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "%(minutes)d นาทีผ่านมา" + +#: seahub/base/templatetags/seahub_tags.py:359 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "%(seconds)d วินาทีผ่านมา" + +#: seahub/base/templatetags/seahub_tags.py:484 +msgid "Read-Write" +msgstr "อ่าน-เขียน" + +#: seahub/base/templatetags/seahub_tags.py:486 +msgid "Read-Only" +msgstr "อ่านอย่างเดียว" + +#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:522 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" + +#: seahub/base/templatetags/seahub_tags.py:524 +#, python-format +msgid "%s KB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:526 +#, python-format +msgid "%s MB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:528 +#, python-format +msgid "%s GB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:530 +#, python-format +msgid "%s TB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:532 +#, python-format +msgid "%s PB" +msgstr "" + +#: seahub/contacts/models.py:78 +msgid "Email is required." +msgstr "อีเมลล์จำเป็น" + +#: seahub/dingtalk/views.py:51 seahub/dingtalk/views.py:75 +#: seahub/dingtalk/views.py:84 seahub/dingtalk/views.py:106 +#: seahub/dingtalk/views.py:123 seahub/dingtalk/views.py:167 +#: seahub/dingtalk/views.py:192 seahub/dingtalk/views.py:201 +#: seahub/dingtalk/views.py:223 seahub/dingtalk/views.py:260 +#: seahub/dingtalk/views.py:300 seahub/dingtalk/views.py:347 +#: seahub/dingtalk/views.py:367 seahub/dingtalk/views.py:436 +#: seahub/dingtalk/views.py:483 seahub/oauth/views.py:89 +#: seahub/oauth/views.py:112 seahub/oauth/views.py:158 +#: seahub/oauth/views.py:170 seahub/oauth/views.py:176 +#: seahub/oauth/views.py:209 seahub/templates/remote_user/error.html:8 +#: seahub/weixin/views.py:67 seahub/weixin/views.py:86 +#: seahub/weixin/views.py:107 seahub/weixin/views.py:192 +#: seahub/weixin/views.py:211 seahub/work_weixin/views.py:69 +#: seahub/work_weixin/views.py:74 seahub/work_weixin/views.py:84 +#: seahub/work_weixin/views.py:88 seahub/work_weixin/views.py:107 +#: seahub/work_weixin/views.py:178 seahub/work_weixin/views.py:183 +#: seahub/work_weixin/views.py:193 seahub/work_weixin/views.py:197 +msgid "Error, please contact administrator." +msgstr "" + +#: seahub/dingtalk/views.py:126 seahub/dingtalk/views.py:370 +#: seahub/weixin/views.py:110 +#, python-format +msgid "User %s not found or inactive." +msgstr "" + +#: seahub/forms.py:59 +msgid "The two passwords didn't match." +msgstr "รหัสผ่านสองค่า ไม่ตรงกัน" + +#: seahub/forms.py:68 +msgid "Name can't be empty" +msgstr "ชื่อ ไม่สามารถเว้นว่าง" + +#: seahub/forms.py:69 +msgid "Name is too long (maximum is 255 characters)" +msgstr "ชื่อยาวเกินไป (สูงสุดไม่เกิน 255 ตัวอักษร)" + +#: seahub/forms.py:72 +msgid "Description can't be empty" +msgstr "คำอธิบาย ไม่สามารถเว้นว่าง" + +#: seahub/forms.py:73 +msgid "Description is too long (maximum is 100 characters)" +msgstr "คำอธิบาย ยาวเกินไป (สูงสุดไม่เกิน 100 ตัวอักษร)" + +#: seahub/forms.py:83 seahub/forms.py:169 +#, python-format +msgid "Name %s is not valid" +msgstr "ชื่อ %s ไม่ถูกต้อง" + +#: seahub/forms.py:97 seahub/share/views.py:200 seahub/views/ajax.py:308 +#: seahub/views/ajax.py:312 seahub/views/ajax.py:316 seahub/views/ajax.py:327 +#: seahub/views/ajax.py:447 +msgid "Argument missing" +msgstr "อากิวเม้นท์สูญหาย" + +#: seahub/forms.py:111 +msgid "Oldname is required" +msgstr "ต้องการชื่อเก่า" + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's too long." +msgstr "มันยาวเกินไป" + +#: seahub/forms.py:115 seahub/forms.py:136 +msgid "It's required." +msgstr "มันจำเป็น" + +#: seahub/forms.py:122 seahub/forms.py:143 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "ชื่อ \"%s\" ไม่ถูกต้อง" + +#: seahub/forms.py:162 +msgid "Library name is required" +msgstr "ชื่อคลังแฟ้มข้อมูลจำเป็น" + +#: seahub/forms.py:164 +msgid "Please enter a number" +msgstr "โปรดกรอกตัวเลข" + +#: seahub/forms.py:184 +msgid "Name is required" +msgstr "ชื่อ จำเป็น" + +#: seahub/forms.py:185 +msgid "Please enter a valid number" +msgstr "" + +#: seahub/forms.py:186 +msgid "Text is required" +msgstr "" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "กลุ่มถูกสร้างแล้ว" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "สร้างกลุ่มผิดพลาด" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "กลุ่มถูกสร้างแล้วในโครงสร้าง" + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "สร้างกลุ่มในโครงสร้างผิดพลาด" + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "ผิดพลาดรายการอนุญาต: เฉพาะกลุ่ม staff ที่สามารถเพิ่มสมาชิก" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "กลุ่มเต็ม" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "การเพิ่มสมาชิกสู่กลุ่มผิดพลาด" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "เฉพาะกลุ่ม staff เท่านั้น ที่สามารถลบทิ้งสมาชิก" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "ไม่สามารถลบทิ้งตนเอง" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "ชื่อกลุ่ม ไม่สามารถเว้นว่างได้" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "ชื่อกลุ่มยาวเกินไป (ยาวได้สูงสุดไม่เกิน 255 ตัวอักษร)" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "ข้อความตรวจสอบ ไม่สามารถเว้นว่างได้" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "ข้อความตรวจสอบยาวเกินไป (ยาวได้สูงสุดไม่เกิน 255 ตัวอักษร)" + +#: seahub/group/templates/group/add_member_email.html:8 +msgid "Hi, " +msgstr "สวัสดี," + +#: seahub/group/templates/group/add_member_email.html:11 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "%(user)s ต้องการเข้าร่วมกลุ่ม \"%(group_name)s\", ด้วยข้อความยืนยัน:" + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:10 +msgid "Thanks for using our site!" +msgstr "ขอบคุณที่เข้าใช้เว็บไซต์พวกเรา" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:15 +#, python-format +msgid "The %(site_name)s team" +msgstr "ทีม %(site_name)s " + +#: seahub/group/views.py:105 seahub/share/views.py:137 +#: seahub/views/__init__.py:451 seahub/views/ajax.py:381 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 +msgid "Permission denied" +msgstr "ปฏิเสธการได้รับอนุญาต" + +#: seahub/group/views.py:171 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "คุณได้รับเชิญร่วมกลุ่ม %s" + +#: seahub/institutions/views.py:184 +msgid "Owner" +msgstr "เจ้าของ" + +#: seahub/institutions/views.py:188 +msgid "Member" +msgstr "" + +#: seahub/institutions/views.py:219 seahub/views/sysadmin.py:365 +msgid "Failed to delete: the user does not exist" +msgstr "ผิดพลาดลบ: ผู้ใช้ไม่มีอยู่" + +#: seahub/institutions/views.py:223 +msgid "Failed to delete: the user is system administrator" +msgstr "" + +#: seahub/institutions/views.py:227 seahub/views/sysadmin.py:355 +#, python-format +msgid "Successfully deleted %s" +msgstr "ลบ %s สำเร็จแล้ว" + +#: seahub/invitations/models.py:95 +#, python-format +msgid "You are invited to join %(site_name)s." +msgstr "" + +#: seahub/invitations/models.py:98 +#, python-brace-format +msgid "You are invited to join team {org_name}." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/invitations/templates/invitations/invitation_revoke_email.html:9 +#: seahub/notifications/templates/notifications/file_updates_email.html:7 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:7 +#: seahub/share/templates/share/share_link_email.html:6 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/snippets/reset_repo_password.html:7 +#: seahub/templates/sysadmin/short_time_linving_password_reset_link.html:10 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:7 +#: seahub/templates/sysadmin/user_batch_add_email.html:7 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +#: seahub/templates/user_quota_full.html:9 +msgid "Hi," +msgstr "สวัสดี," + +#: seahub/invitations/templates/invitations/invitation_email.html:13 +#, python-format +msgid "" +"You are invited to join team %(org_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:15 +#, python-format +msgid "" +"%(inviter_name)s invited you to join %(site_name)s. Please click the link " +"below:" +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_revoke_email.html:12 +#, python-format +msgid "%(inviter)s revoked your access to %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/organizations/templates/organizations/org_register.html:52 +#: seahub/search/templates/search_results.html:26 +#: seahub/search/templates/search_results.html:47 +#: seahub/share/templates/share/share_link_email_audit.html:39 +#: seahub/templates/decrypt_repo_form.html:13 +#: seahub/templates/registration/password_change_form.html:25 +#: seahub/templates/registration/password_reset_confirm.html:28 +#: seahub/templates/registration/password_reset_form.html:40 +#: seahub/templates/registration/password_set_form.html:28 +#: seahub/templates/share_access_validation.html:29 +msgid "Submit" +msgstr "ส่ง" + +#: seahub/invitations/templates/invitations/token_view.html:26 +msgid "It is required." +msgstr "มันจำเป็น" + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:67 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:82 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:103 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_dingtalk_notifications.py:185 +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "\nคุณได้รับ %(num)s แจ้งเตือนใหม่ บน %(site_name)s:\n" + +#: seahub/notifications/management/commands/send_file_updates.py:115 +msgid "Renamed library" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:118 +msgid "Deleted library" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:121 +msgid "Restored library" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:125 +msgid "Removed all items from trash." +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:127 +#, python-format +msgid "Removed items older than %s days from trash." +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:135 +msgid "Created file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:138 +msgid "Deleted file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:141 +msgid "Restored file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:144 +msgid "Renamed file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:150 +msgid "Moved file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:156 +msgid "Updated file" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:163 +msgid "Created folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:166 +msgid "Deleted folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:169 +msgid "Restored folder" +msgstr "" + +#: seahub/notifications/management/commands/send_file_updates.py:277 +#, python-format +msgid "New file updates on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:462 +#, python-format +msgid "New notice on %s" +msgstr "แจ้งเตือนใหม่บน %s" + +#: seahub/notifications/management/commands/send_notices_to_social_account.py:252 +#, python-format +msgid "You've got %(num)s new notices on %(site_name)s:\n" +msgstr "" + +#: seahub/notifications/models.py:559 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "" + +#: seahub/notifications/models.py:566 +#, python-format +msgid "A file named %(file_name)s is uploaded" +msgstr "" + +#: seahub/notifications/models.py:601 +#, python-format +msgid "" +"A folder named %(folder_name)s is uploaded to " +"%(name)s" +msgstr "" + +#: seahub/notifications/models.py:608 +#, python-format +msgid "A folder named %(folder_name)s is uploaded" +msgstr "" + +#: seahub/notifications/models.py:742 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "ผู้ใช้ %(username)s ต้องการเข้าร่วมกลุ่ม %(group_name)s, ข้อความยืนยัน : %(join_request_msg)s" + +#: seahub/notifications/models.py:771 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "" + +#: seahub/notifications/models.py:797 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/models.py:814 +#, python-format +msgid "" +"Draft #%(draft_id)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/models.py:831 +#, python-format +msgid "" +"%(from_user)s has sent you a request for draft " +"#%(draft_id)s" +msgstr "" + +#: seahub/notifications/models.py:854 +#: seahub/notifications/templates/notifications/notice_email.html:66 +#, python-format +msgid "" +"Guest %(user)s accepted your invitation at %(time)s." +msgstr "" + +#: seahub/notifications/models.py:878 +#, python-format +msgid "" +"%(user)s has transfered a library named %(repo_name)s to you." +msgstr "" + +#: seahub/notifications/models.py:951 +#, python-brace-format +msgid "{name} created {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:953 +#, python-brace-format +msgid "" +"{name} created {obj_type} {obj_link} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:958 +#, python-brace-format +msgid "{name} deleted {obj_type} {obj_name} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:960 +#, python-brace-format +msgid "" +"{name} deleted {obj_type} {obj_name} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:964 +#, python-brace-format +msgid "{name} restored {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:968 +#, python-brace-format +msgid "" +"{name} renamed {obj_type} {old_obj_name} to {obj_link} in library " +"{repo_link}." +msgstr "" + +#: seahub/notifications/models.py:973 +#, python-brace-format +msgid "{name} moved {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:975 +#, python-brace-format +msgid "" +"{name} moved {obj_type} {obj_link} and {obj_path_count_minus_one} other " +"{obj_type}(s) in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:979 +#, python-brace-format +msgid "{name} updated {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/models.py:982 +#, python-brace-format +msgid "{name} {op_type} {obj_type} {obj_link} in library {repo_link}." +msgstr "" + +#: seahub/notifications/templates/notifications/file_updates_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new file updates on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s file updates on %(site_name)s:\n" +msgstr[0] "" + +#: seahub/notifications/templates/notifications/file_updates_email.html:20 +msgid "Operation" +msgstr "ดำเนินการ" + +#: seahub/notifications/templates/notifications/file_updates_email.html:21 +#: seahub/search/templates/search_results.html:67 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +msgid "File" +msgstr "แฟ้มข้อมูล" + +#: seahub/notifications/templates/notifications/file_updates_email.html:21 +msgid "Library" +msgstr "คลังแฟ้มข้อมูล" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "สวัสดี, %(name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +msgid "Message" +msgstr "ข้อความ" + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "คุณได้รับ ข้อความใหม่ จาก %(user)s" + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"A file named %(file_name)s is " +"uploaded to your folder %(folder_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"A folder named %(folder_name)s is" +" uploaded to your folder %(parent_dir_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:57 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:60 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:63 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:69 +#, python-format +msgid "" +"A large number of files in your library %(repo_name)s has been deleted " +"recently." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:84 +msgid "Go check out at the following page:" +msgstr "ไปตรวจสอบที่หน้าเพจด้านล่าง:" + +#: seahub/notifications/templates/notifications/notice_msg/folder_share_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a folder named %(lib_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_msg/folder_share_to_group_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a folder named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_msg/repo_share_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "%(user)s แบ่งปันคลังแฟ้มข้อมูลชื่อ %(lib_name)s กับคุณ." + +#: seahub/notifications/templates/notifications/notice_msg/repo_share_to_group_msg.html:1 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in library %(repo_name)s during regular scanning: " +"%(file_path)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning:" +msgstr "" + +#: seahub/notifications/utils.py:429 +#, python-format +msgid "%(author)s added a new comment in document %(sdoc_name)s" +msgstr "" + +#: seahub/notifications/utils.py:436 seahub/notifications/utils.py:456 +msgid "Details" +msgstr "รายละเอียด" + +#: seahub/notifications/utils.py:442 +#, python-format +msgid "%(author)s added a new reply in document %(sdoc_name)s" +msgstr "" + +#: seahub/notifications/utils.py:448 +#, python-format +#| msgid "%(author)s added a new comment in document %(sdoc_name)s" +msgid "" +"%(author)s has marked the comment \"%(resolve_comment)s\" as resolved in " +"document %(sdoc_name)s\n" +msgstr "" + +#: seahub/oauth/views.py:212 +#: seahub/templates/remote_user/create_unknown_user_false.html:8 +#: seahub/work_weixin/views.py:111 +msgid "" +"Error, new user registration is not allowed, please contact administrator." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "กรุณาเลือกวิธีการดูคลังแฟ้มข้อมูลเข้ารหัสออนไลน์:" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "ส่งรหัสผ่านไปยังเครื่องแม่ข่าย" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "ไฟล์จะถูกถอดรหัสในเรื่องแม่ข่ายก่อนส่งให้คุณ" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "บันทึกรหัสผ่านในเว็บเบราซ์เซอร์" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "ไฟล์จะถอดรหัสในเว็บเบราซ์เซอร์เมื่อคุณดาวน์โหลดพวกมัน" + +#: seahub/options/templates/options/set_user_options.html:13 +msgid "" +"Tip: the latter way is more secure, but it is not supported well by all " +"browsers. We advise you to use the latest version of Chrome or Firefox." +msgstr "แนะนำ: ตัวอักขระที่ปลอดภัยมากขึ้น แต่ไม่สนับสนุนด้วยดีโดยเว็บเบราซ์เซอร์ทั้งหมด เราแนะนำให้คุณใช้เวอร์ชั่นล่าสุดของ Chrome หรือ Firefox" + +#: seahub/organizations/api/admin/users.py:810 +#, python-brace-format +msgid "Failed. You can only invite {org_members_quota} members." +msgstr "" + +#: seahub/organizations/api/admin/users.py:814 +msgid "The number of users exceeds the limit" +msgstr "" + +#: seahub/organizations/api/admin/users.py:832 +#, python-brace-format +msgid "User {email} already exists." +msgstr "" + +#: seahub/organizations/forms.py:41 seahub/share/views.py:354 +#: seahub/share/views.py:367 +msgid "Email address is not valid" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:3 +#: seahub/organizations/templates/organizations/org_register.html:13 +#: seahub/templates/choose_register.html:3 +#: seahub/templates/choose_register.html:8 +#: seahub/templates/registration/login.html:118 +#: seahub/templates/registration/registration_form.html:3 +#: seahub/templates/registration/registration_form.html:14 +msgid "Signup" +msgstr "ลงทะเบียน" + +#: seahub/organizations/templates/organizations/org_register.html:15 +#: seahub/templates/registration/registration_form.html:16 +msgid "Welcome back, you are already signed in." +msgstr "ยินดีต้อนรับกลับ, คุณเข้าสู่ระบบแล้ว" + +#: seahub/organizations/templates/organizations/org_register.html:18 +msgid "Organization Name" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:32 +msgid "Admin Name" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:37 +msgid "Admin Email" +msgstr "" + +#: seahub/organizations/templates/organizations/org_register.html:45 +#: seahub/templates/registration/password_change_form.html:22 +#: seahub/templates/registration/password_set_form.html:25 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:37 +msgid "Confirm Password" +msgstr "ยืนยันรหัสผ่าน" + +#: seahub/organizations/templates/organizations/org_register.html:75 +#: seahub/templates/registration/registration_form.html:80 +msgid "Email cannot be blank" +msgstr "อีเมลล์ไม่สามารถเว้นว่าง" + +#: seahub/organizations/templates/organizations/org_register.html:79 +#: seahub/templates/registration/login.html:195 +#: seahub/templates/registration/password_change_form.html:53 +#: seahub/templates/registration/password_reset_confirm.html:56 +#: seahub/templates/registration/password_set_form.html:51 +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sudo_mode.html:70 +msgid "Password cannot be blank" +msgstr "รหัสผ่านไม่สามารถเว้นว่าง" + +#: seahub/organizations/templates/organizations/org_register.html:83 +#: seahub/templates/registration/password_change_form.html:57 +#: seahub/templates/registration/password_reset_confirm.html:60 +#: seahub/templates/registration/password_set_form.html:55 +#: seahub/templates/registration/registration_form.html:88 +msgid "Please enter the password again" +msgstr "โปรดกรอกรหัสผ่านอีกครั้ง" + +#: seahub/organizations/templates/organizations/org_register.html:87 +#: seahub/templates/registration/password_change_form.html:61 +#: seahub/templates/registration/password_reset_confirm.html:64 +#: seahub/templates/registration/password_set_form.html:59 +#: seahub/templates/registration/registration_form.html:92 +msgid "Passwords don't match" +msgstr "รหัสผ่านไม่ตรงกัน" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:4 +#: seahub/search/templates/search_results.html:98 +#: seahub/templates/snippets/admin_paginator.html:4 +msgid "Previous" +msgstr "ย้อนกลับ" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:7 +#: seahub/search/templates/search_results.html:101 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/two_factor/templates/two_factor/_wizard_actions.html:5 +msgid "Next" +msgstr "ต่อไป" + +#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:12 +#: seahub/templates/snippets/admin_paginator.html:12 +msgid "Per page: " +msgstr "ต่อหน้า:" + +#: seahub/organizations/views.py:284 seahub/thumbnail/views.py:160 +msgid "Invalid token." +msgstr "" + +#: seahub/profile/templates/profile/set_profile_react.html:5 +msgid "Settings" +msgstr "ตั้งค่า" + +#: seahub/profile/templates/profile/set_profile_react.html:21 +msgctxt "true name" +msgid "Name:" +msgstr "ชื่อ:" + +#: seahub/profile/templates/profile/set_profile_react.html:27 +#: seahub/templates/registration/password_set_form.html:4 +#: seahub/templates/registration/password_set_form.html:13 +msgid "Set Password" +msgstr "" + +#: seahub/profile/templates/profile/set_profile_react.html:27 +msgid "Update" +msgstr "ปรับปรุง" + +#: seahub/profile/templates/profile/user_profile.html:4 +msgid "Profile" +msgstr "ข้อมูลส่วนตัว" + +#: seahub/profile/views.py:49 +msgid "Successfully edited profile." +msgstr " แก้ไขโปรไฟล์สำเร็จ" + +#: seahub/profile/views.py:53 +msgid "Failed to edit profile" +msgstr "แก้ไขโปรไฟล์ผิดพลาด" + +#: seahub/profile/views.py:257 +msgid "Has not accepted invitation yet" +msgstr "ตอนนี้ไม่มีคำเชิญที่ยอมรับ" + +#: seahub/profile/views.py:282 +msgid "Demo account can not be deleted." +msgstr "บัญชีผู้ใช้สาธิตไม่สามารถลบได้" + +#: seahub/profile/views.py:309 +msgid "Failed to set default library." +msgstr "กำหนดคลังแฟ้มข้อมูลตั้งต้นผิดพลาด" + +#: seahub/profile/views.py:313 +msgid "Can not set encrypted library as default library." +msgstr "" + +#: seahub/profile/views.py:318 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "กำหนด %s เป็นคลังแฟ้มข้อมูลตั้งต้นของคุณสำเร็จ" + +#: seahub/seadoc/views.py:26 seahub/seadoc/views.py:80 +#: seahub/seadoc/views.py:158 seahub/views/__init__.py:442 +#: seahub/views/__init__.py:485 seahub/views/__init__.py:621 +#: seahub/views/__init__.py:783 seahub/views/ajax.py:376 +msgid "Library does not exist" +msgstr "คลังแฟ้มข้อมูลไม่มีอยู่" + +#: seahub/seadoc/views.py:152 +msgid "File path invalid." +msgstr "" + +#: seahub/search/templates/search_results.html:25 +msgid "Search Files" +msgstr "ค้นหาไฟล์" + +#: seahub/search/templates/search_results.html:28 +msgid "advanced" +msgstr "พิเศษ" + +#: seahub/search/templates/search_results.html:31 +msgid "Last Update" +msgstr "ปรับปรุงล่าสุด" + +#: seahub/search/templates/search_results.html:39 +msgid "Size" +msgstr "ขนาด" + +#: seahub/search/templates/search_results.html:56 +msgid "No result found" +msgstr "" + +#: seahub/search/templates/search_results.html:58 +#, python-format +msgid "%(total)s result" +msgid_plural "%(total)s results" +msgstr[0] "" + +#: seahub/search/templates/search_results.html:63 +msgid "Folder icon" +msgstr "" + +#: seahub/search/templates/search_results.html:168 +msgid "Invalid start date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/search/templates/search_results.html:172 +msgid "Invalid end date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/search/templates/search_results.html:176 +msgid "Start date should be earlier than end date." +msgstr "" + +#: seahub/search/views.py:33 +msgid "Invalid argument." +msgstr "" + +#: seahub/search/views.py:81 seahub/search/views.py:89 +msgid "Invalid date." +msgstr "" + +#: seahub/search/views.py:97 seahub/search/views.py:105 +msgid "Invalid file size." +msgstr "" + +#: seahub/search/views.py:112 +msgid "Invalid file size range." +msgstr "" + +#: seahub/search/views.py:117 +msgid "Invalid date range." +msgstr "" + +#: seahub/search/views.py:166 +#, python-format +msgid "Library %s not found." +msgstr "" + +#: seahub/share/decorators.py:50 +msgid "Invalid verification code, please try again." +msgstr "" + +#: seahub/share/decorators.py:81 +msgid "Link does not exist." +msgstr "" + +#: seahub/share/decorators.py:84 +msgid "Link is expired." +msgstr "" + +#: seahub/share/decorators.py:125 +msgid "The number of share link exceeds the limit." +msgstr "" + +#: seahub/share/models.py:127 +msgid "Password can't be empty" +msgstr "รหัสผ่าน ไม่สามารถเว้นว่าง" + +#: seahub/share/models.py:134 +msgid "Please enter a correct password." +msgstr "โปรดกรอกรหัสผ่านที่ถูกต้อง" + +#: seahub/share/templates/share/audit_code_email.html:10 +#, python-format +msgid "The verification code is %(code)s. It is valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_email.html:9 +#, python-format +msgid "" +"\n" +" %(shared_from)s shared a file link with you.\n" +msgstr "" + +#: seahub/share/templates/share/share_link_email.html:14 +#, python-format +msgid "" +"\n" +"You can click here to verify your email address and visit it.\n" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:4 +#: seahub/share/templates/share/share_link_email_audit.html:24 +msgid "Email address verification" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:25 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:28 +msgid "Enter your email address" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:29 +msgid "Get code" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:31 +msgid "Paste the verification code here" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:64 +msgid "Resend" +msgstr "" + +#: seahub/share/templates/share/share_link_email_audit.html:92 +msgid "A verification code has been sent to the email address." +msgstr "" + +#: seahub/share/views.py:133 +msgid "Please choose a folder." +msgstr "" + +#: seahub/share/views.py:157 +msgid "Successfully saved." +msgstr "บันทึกสำเร็จ" + +#: seahub/share/views.py:187 +msgid "Preview and download" +msgstr "" + +#: seahub/share/views.py:188 +msgid "Preview only" +msgstr "" + +#: seahub/share/views.py:189 +msgid "Download and upload" +msgstr "" + +#: seahub/share/views.py:190 +msgid "Edit on cloud and download" +msgstr "" + +#: seahub/share/views.py:191 +msgid "Edit on cloud only" +msgstr "" + +#: seahub/share/views.py:223 +msgid "Share Link" +msgstr "" + +#: seahub/share/views.py:223 seahub/views/sysadmin.py:643 +msgid "Creator" +msgstr "ผู้สร้าง" + +#: seahub/share/views.py:224 +msgid "Permission" +msgstr "รับอนุญาต" + +#: seahub/share/views.py:224 +msgid "Expiration" +msgstr "" + +#: seahub/share/views.py:254 seahub/thumbnail/views.py:42 +#: seahub/thumbnail/views.py:167 seahub/views/ajax.py:140 +#: seahub/views/ajax.py:418 +msgid "Library does not exist." +msgstr "คลังแฟ้มข้อมูลไม่มีอยู่" + +#: seahub/share/views.py:258 seahub/views/ajax.py:386 +msgid "Folder does not exist." +msgstr "" + +#: seahub/share/views.py:306 +msgid "Only the owner of the library has permission to share it." +msgstr "เจ้าของคลังแฟ้มข้อมูลเท่านั้นที่ได้รับอนุญาตแบ่งปันมัน" + +#: seahub/share/views.py:344 +msgid "Please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:360 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:375 +msgid "Verification code" +msgstr "" + +#: seahub/share/views.py:386 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "ขอโทษ, แต่ไม่พบเพจที่ต้องการ" + +#: seahub/templates/base.html:8 seahub/templates/base_for_react.html:9 +msgid "File, Collaboration, Team, Organization" +msgstr "" + +#: seahub/templates/base.html:35 +msgid "Close" +msgstr "ปิด" + +#: seahub/templates/choose_register.html:9 +msgid "Create a personal account" +msgstr "" + +#: seahub/templates/choose_register.html:10 +msgid "Create an organization account" +msgstr "" + +#: seahub/templates/client_login_complete.html:6 +msgid "The client has logged in. Please open the client to confirm." +msgstr "" + +#: seahub/templates/client_login_confirm.html:6 +msgid "Client Login Confirm" +msgstr "" + +#: seahub/templates/client_login_confirm.html:8 +msgid "Do you want to login to your client?" +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "คลังแฟ้มข้อมูลนี้ถูกเข้ารหัส โปรดกรอกรหัสผ่านถ้าคุณต้องการเรียกดูออนไลน์ และรหัสผ่านจะเก็บบนเครื่องแม่ข่ายแค่ 1 ชม." + +#: seahub/templates/decrypt_repo_form.html:26 +#: seahub/templates/share_access_validation.html:40 +msgid "Please enter the password." +msgstr "โปรดกรอกรหัสผ่าน" + +#: seahub/templates/download.html:4 +msgid "Download" +msgstr "ดาวน์โหลด" + +#: seahub/templates/i18n.html:6 +msgid "Upload Folder" +msgstr "" + +#: seahub/templates/i18n.html:7 +msgid "Add auto expiration" +msgstr "" + +#: seahub/templates/i18n.html:8 +msgid "Days" +msgstr "" + +#: seahub/templates/i18n.html:9 +msgid "Shared Links" +msgstr "" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "" + +#: seahub/templates/i18n.html:11 +msgid "Owned Libs" +msgstr "" + +#: seahub/templates/i18n.html:12 +msgid "Shared Libs" +msgstr "" + +#: seahub/templates/onlyoffice_file_view_react.html:86 +#: seahub/templates/onlyoffice_file_view_react.html:175 +#: seahub/templates/onlyoffice_file_view_react.html:198 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 +#: seahub/templates/view_file_onlyoffice.html:93 +#: seahub/templates/view_file_onlyoffice.html:182 +#: seahub/templates/view_file_onlyoffice.html:205 +msgid "Failed. Please check the network." +msgstr "ผิดพลาด. โปรดตรวจสอบเครือข่าย" + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "" + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "" + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:52 +msgid "Sign Up" +msgstr "ลงทะเบียน" + +#: seahub/templates/registration/logged_out.html:4 +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "ออกจากระบบ" + +#: seahub/templates/registration/logged_out.html:8 +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "ขอบคุณที่มีส่วนร่วม" + +#: seahub/templates/registration/logged_out.html:8 +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "เข้าระบบอีกครั้ง" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:33 +#: seahub/templates/registration/login.html:74 +#: seahub/templates/registration/multi_adfs_sso.html:4 +#: seahub/templates/registration/multi_adfs_sso.html:35 +#: seahub/templates/registration/multi_adfs_sso.html:46 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:23 +#: seahub/templates/sysadmin/user_batch_add_email.html:19 +msgid "Log In" +msgstr "เข้าระบบ" + +#: seahub/templates/registration/login.html:43 +msgid "Refresh" +msgstr "" + +#: seahub/templates/registration/login.html:63 +msgid "Incorrect email or password" +msgstr "อีเมลล์หรือรหัสผ่านไม่ถูกต้อง" + +#: seahub/templates/registration/login.html:71 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "จดจำสำหรับ %(remember_days)s วัน" + +#: seahub/templates/registration/login.html:78 +#: seahub/templates/registration/login.html:82 +msgid "Single Sign-On" +msgstr "" + +#: seahub/templates/registration/login.html:89 +msgid "Login with" +msgstr "" + +#: seahub/templates/registration/login.html:115 +msgid "Forgot password?" +msgstr "" + +#: seahub/templates/registration/login.html:183 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "รีเฟรช CAPTCHA ผิดพลาด, โปรดลองใหม่ภายหลัง" + +#: seahub/templates/registration/login.html:191 +#: seahub/templates/registration/multi_adfs_sso.html:89 +msgid "Email or username cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "เปลี่ยนรหัสผ่านสำเร็จ" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "รหัสผ่านของคุณถูกเปลี่ยนสำเร็จ" + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:12 +msgid "Password Modification" +msgstr "แก้ไขรหัสผ่าน" + +#: seahub/templates/registration/password_change_form.html:15 +msgid "Please update your password before continue." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 +msgid "Current Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:19 +msgid "New Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:49 +msgid "Current password cannot be blank" +msgstr "รหัสผ่านปัจจุบันห้ามเป็นช่องว่าง" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "รีเซตรหัสผ่านสำเร็จ" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "รีเซตรหัสผ่านสำเร็จ" + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_done.html:29 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:35 +msgid "Password Reset" +msgstr "รีเซตรหัสผ่าน" + +#: seahub/templates/registration/password_reset_confirm.html:17 +msgid "Reset Password" +msgstr "รีเซตรหัสผ่าน" + +#: seahub/templates/registration/password_reset_confirm.html:19 +msgid "New Password: " +msgstr "รหัสผ่านใหม่" + +#: seahub/templates/registration/password_reset_confirm.html:23 +msgid "Confirm Password: " +msgstr "ยืนยันรหัสผ่าน" + +#: seahub/templates/registration/password_reset_confirm.html:35 +msgid "Failed to reset password: this link is no longer available." +msgstr "รีเซตรหัสผ่านไม่สำเร็จ: ลิงก์นี้ไม่มีอยู่" + +#: seahub/templates/registration/password_reset_done.html:31 +msgid "We've sent a password reset email to your mailbox." +msgstr "เราส่งอีเมลล์รีเซตรหัสผ่านสู่ตู้จดหมายของท่านแล้ว" + +#: seahub/templates/registration/password_reset_done.html:32 +msgid "Back to login page" +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "รีเซตรหัสผ่านของบัญชีผู้ใช้คุณ %(account)s บน %(site_name)s, โปรดกดลิงก์นี้ " + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "ถ้าคุณไม่ต้องการมัน, ข้ามมัน" + +#: seahub/templates/registration/password_reset_form.html:37 +msgid "We will send you an email to set new password" +msgstr "เราจะส่งอีเมลล์ที่กำหนดรหัสผ่านใหม่ให้คุณ" + +#: seahub/templates/registration/password_reset_form.html:38 +msgid "Your email used in login" +msgstr "" + +#: seahub/templates/registration/register_complete_email.html:1 +#, python-format +msgid "" +"You're receiving this e-mail because you are the admin of %(site_name)s, and" +" a new user %(reg_email)s is joined." +msgstr "" + +#: seahub/templates/registration/register_complete_email.html:3 +msgid "Please click the following link to view the new account:" +msgstr "" + +#: seahub/templates/registration/register_complete_email_subject.html:1 +#, python-format +msgid "New account created on %(site_name)s" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "ลงทะเบียนสมบูรณ์" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "อีเมลล์เปิดใช้งานถูกส่งแล้ว โปรดตรวจสอบอีเมลล์ของคุณและกดลิงก์เพื่อเปิดใช้งานบัญชีของท่าน" + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "ลงทะเบียนสมบูรณ์, โปรดรอผู้ดูแลระบบเปิดใช้งานบัญชีของท่าน" + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "" + +#: seahub/templates/registration/registration_form.html:37 +msgid "Department" +msgstr "แผนก" + +#: seahub/templates/registration/registration_form.html:42 +msgid "Telephone" +msgstr "โทรศัพท์" + +#: seahub/templates/registration/registration_form.html:47 +msgid "Note" +msgstr "บันทึก" + +#: seahub/templates/remote_user/not_active.html:6 +#: seahub/templates/shibboleth/complete.html:8 seahub/work_weixin/views.py:132 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/repo_folder_trash_react.html:5 +msgid "Trash" +msgstr "ถังขยะ" + +#: seahub/templates/repo_history_react.html:5 +msgid "History" +msgstr "ประวัติ" + +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/folder." +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(escaped_file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_link_email.html:17 +#: seahub/templates/shared_upload_link_email.html:20 +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Password:" +msgstr "รหัสผ่าน:" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "คุณสามารถไปยังหน้าที่ตามมาและอัพโหลไฟล์ของคุณ:" + +#: seahub/templates/snippets/password_strength_js.html:7 +msgid "Password strength should be strong or very strong" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:11 +#: seahub/templates/snippets/password_strength_js.html:97 +msgid "Password strength" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:18 +msgid "" +"The password should contain different types of characters to make it strong:" +" uppercase letters, lowercase letters, numbers and special characters." +msgstr "" + +#: seahub/templates/snippets/policy_service_link.html:5 +#: seahub/templates/snippets/policy_service_link.html:9 +msgid "Privacy Policy" +msgstr "" + +#: seahub/templates/snippets/policy_service_link.html:7 +#: seahub/templates/snippets/policy_service_link.html:11 +msgid "Terms of Service" +msgstr "" + +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Folder" +msgstr "" + +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "กู้คืน" + +#: seahub/templates/snippets/reset_repo_password.html:10 +#, python-format +msgid "" +"The new password of library %(repo_name)s is %(password)s. Please change it " +"as soon as possible." +msgstr "" + +#: seahub/templates/sysadmin/short_time_linving_password_reset_link.html:13 +#, python-format +msgid "" +"Administrator on %(site_name)s is resetting your password for %(account)s, " +"please click the following link to continue: " +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Confirm password to continue" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:25 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:32 +msgid "Incorrect password" +msgstr "" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "บัญชีของคุณ %(username)s บน %(site_name)s เปิดใช้งานแล้ว" + +#: seahub/templates/sysadmin/user_add_email.html:11 +#, python-format +msgid "" +"%(nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#: seahub/templates/sysadmin/user_batch_add_email.html:10 +#, python-format +msgid "%(nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:18 +#: seahub/templates/sysadmin/user_batch_add_email.html:14 +msgid "Here is your account information:" +msgstr "ข้อมูลบัญชีผู้ใช้ของคุณ" + +#: seahub/templates/sysadmin/user_add_email.html:19 +#: seahub/templates/sysadmin/user_batch_add_email.html:15 +msgid "Email:" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "รหัสผ่านของคุณ %(site_name)s ถูกรีเซตแล้ว. ตอนนี้รหัสผ่านคือ %(password)s. โปรดเปลี่ยนมันเร็วที่สุดเท่าที่ทำได้" + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "แก้ไขรายละเอียด" + +#: seahub/templates/text_diff.html:15 +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:26 +msgid "Back" +msgstr "" + +#: seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "พาธปัจจุบัน:" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "นี่คือไฟล์ว่างที่สร้างขึ้นใหม่" + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "ก่อนแก้ไข" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "หลังแก้ไข" + +#: seahub/templates/user_quota_full.html:12 +#, python-format +msgid "Your quota is almost full on %(site_name)s." +msgstr "" + +#: seahub/templates/user_quota_full.html:14 +msgid "Used:" +msgstr "ใช้ไปแล้ว:" + +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + +#: seahub/thumbnail/views.py:48 seahub/thumbnail/views.py:178 +#: seahub/views/__init__.py:483 +msgid "Invalid arguments." +msgstr "" + +#: seahub/thumbnail/views.py:65 seahub/thumbnail/views.py:191 +msgid "Failed to create thumbnail." +msgstr "" + +#: seahub/two_factor/forms.py:39 seahub/two_factor/forms.py:63 +#: seahub/two_factor/forms.py:167 seahub/two_factor/forms.py:173 +#: seahub/two_factor/forms.py:297 +msgid "Token" +msgstr "" + +#: seahub/two_factor/templates/two_factor/_wizard_actions.html:4 +#: seahub/two_factor/templates/two_factor/profile/disable.html:12 +msgid "Cancel" +msgstr "ยกเลิก" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:6 +msgid "Backup Tokens" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:8 +msgid "" +"Backup tokens can be used when your primary and backup\n" +" phone numbers aren't available. The backup tokens below can be used\n" +" for login verification. If you've used up all your backup tokens, you\n" +" can generate a new set of backup tokens. Only the backup tokens shown\n" +" below will be valid." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:20 +msgid "Print these tokens and keep them somewhere safe." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:22 +msgid "You don't have any backup codes yet." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:27 +msgid "Generate Tokens" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:7 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:19 +msgid "" +"Open the two-factor authentication app on your device to view your " +"authentication token and verify your identify." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:22 +msgid "Authentication token" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:28 +#, python-format +msgid "Remember this computer for %(remember_days)s days" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:33 +#: seahub/two_factor/templates/two_factor/core/login.html:52 +msgid "Incorrect code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:37 +#: seahub/two_factor/templates/two_factor/core/login.html:57 +msgid "Verify" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:42 +msgid "Don't have your phone?" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:43 +msgid "Enter a two-factor backup code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:49 +msgid "Backup code" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/login.html:56 +msgid "" +"You can enter one of your backup codes in case you lost access to your " +"mobile device." +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/setup.html:6 +msgid "Enable Two-Factor Authentication" +msgstr "" + +#: seahub/two_factor/templates/two_factor/core/setup.html:16 +msgid "" +"To start using a token generator, please use your\n" +" smartphone to scan the QR code below. For example, use Google\n" +" Authenticator. Then, enter the token generated by the app.\n" +" " +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:6 +msgid "Disable Two-Factor Authentication" +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:8 +msgid "" +"You are about to disable two-factor authentication. This\n" +" compromises your account security, are you sure?" +msgstr "" + +#: seahub/two_factor/templates/two_factor/profile/disable.html:11 +msgid "Disable" +msgstr "" + +#: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 +#: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 +msgid "Unable to view file" +msgstr "ไม่สามารถเรียกดูไฟล์" + +#: seahub/utils/__init__.py:177 +msgid "permission error" +msgstr "ผิดพลาดการรับอนุญาต" + +#: seahub/views/__init__.py:305 +msgid "Unable to view recycle page" +msgstr "ไม่สามารถเรียกดูเพจรีไซเคิล" + +#: seahub/views/__init__.py:360 +msgid "Unable to view library modification" +msgstr "ไม่สามารถเรียกดูคลังแฟ้มข้อมูลที่ถูกแก้ไข" + +#: seahub/views/__init__.py:476 +msgid "Please specify history ID" +msgstr "โปรดระบุหมายเลขประวัติ" + +#: seahub/views/__init__.py:480 +msgid "Successfully restored the library." +msgstr "" + +#: seahub/views/__init__.py:487 +msgid "History you specified does not exist" +msgstr "ประวัติที่คุณระบุไม่มีอยู่" + +#: seahub/views/__init__.py:489 +msgid "Unknown error" +msgstr "ผิดพลาดไม่ทราบสาเหตุ" + +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 +#, python-format +msgid "\"%s\" does not exist." +msgstr "" + +#: seahub/views/__init__.py:822 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "ไม่สามารถดาวน์โหลด \"%s\"" + +#: seahub/views/ajax.py:161 seahub/views/ajax.py:441 +msgid "Library is encrypted." +msgstr "คลังแฟ้มข้อมูลถูกเข้ารหัส" + +#: seahub/views/ajax.py:167 +msgid "Error: no head commit id" +msgstr "ผิดพลาด: ไม่มีหัวข้อหมายเลขยืนยัน " + +#: seahub/views/ajax.py:321 +msgid "Wrong repo id" +msgstr "หมายเลข repo ผิดพลาด" + +#: seahub/views/ajax.py:332 seahub/views/ajax.py:364 +msgid "Bad upload link token." +msgstr "" + +#: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 +msgid "File does not exist" +msgstr "ไฟล์ไม่มีอยู่" + +#: seahub/views/ajax.py:371 +msgid "Bad repo id in upload link." +msgstr "" + +#: seahub/views/ajax.py:463 +msgid "No conflict in the merge." +msgstr "ไม่พบข้อขัดแย้งในการผสาน" + +#: seahub/views/file.py:244 +msgid "HTTPError: failed to open file online" +msgstr "HTTPError: เปิดไฟล์ออนไลน์ผิดพลาด" + +#: seahub/views/file.py:248 +msgid "URLError: failed to open file online" +msgstr "URLError: เปิดไฟล์ออนไลน์ผิดพลาด" + +#: seahub/views/file.py:255 +msgid "The encoding you chose is not proper." +msgstr "แปลงรหัสที่คุณเลือกไม่เหมาะสม" + +#: seahub/views/file.py:272 seahub/views/file.py:275 +msgid "Unknown file encoding" +msgstr "ไม่ทราบแปลงรหัสไฟล์" + +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "ขนาดของไฟล์เกินกว่า %s ไม่สามารถเปิดออนไลน์" + +#: seahub/views/file.py:404 seahub/views/file.py:913 +msgid "The library is encrypted, can not open file online." +msgstr "" + +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 +msgid "Error when prepare Office Online file preview page." +msgstr "" + +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 +msgid "Error when prepare OnlyOffice file preview page." +msgstr "" + +#: seahub/views/file.py:1210 +msgid "Unable to download file, invalid file path" +msgstr "" + +#: seahub/views/file.py:1219 +msgid "Unable to download file, wrong file path" +msgstr "" + +#: seahub/views/file.py:1226 +msgid "Unable to download file." +msgstr "" + +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 +#, python-format +msgid "Share link for %s." +msgstr "" + +#: seahub/views/file.py:1845 seahub/views/file.py:1850 +msgid "Unable to download file" +msgstr "" + +#: seahub/views/file.py:2190 +msgid "The original file does not exist" +msgstr "" + +#: seahub/views/mobile.py:35 +#, python-brace-format +msgid "User {token.user} not found" +msgstr "" + +#: seahub/views/mobile.py:39 +#, python-brace-format +msgid "User {token.user} inactive" +msgstr "" + +#: seahub/views/sso.py:167 +msgid "" +"This link has already been visited, please click the login button on the " +"client again" +msgstr "" + +#: seahub/views/sso.py:192 +msgid "Invalid link, please click the login button on the client again" +msgstr "" + +#: seahub/views/sso.py:197 +msgid "Login timeout, please click the login button on the client again" +msgstr "" + +#: seahub/views/sysadmin.py:172 seahub/views/sysadmin.py:176 +msgid "Login ID" +msgstr "" + +#: seahub/views/sysadmin.py:306 seahub/views/sysadmin.py:332 +msgid "Failed to set quota: internal server error" +msgstr "ผิดพลาดกำหนดโควต้า: Internal server error" + +#: seahub/views/sysadmin.py:351 +msgid "Failed to delete: the user is an organization creator" +msgstr "" + +#: seahub/views/sysadmin.py:396 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "ถอนสิทธิ์ผู้ดูแลระบบ %s สำเร็จ" + +#: seahub/views/sysadmin.py:398 +msgid "Failed to revoke admin: the user does not exist" +msgstr "ผิดพลาดถอนสิทธิ์ผู้ดูแลระบบ: ผู้ใช้นั้นไม่มีอยู่" + +#: seahub/views/sysadmin.py:511 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "รีเซตรหัสผ่าน %(passwd)s สำเร็จ และอีเมลล์ถูกส่งไปถึง %(user)s" + +#: seahub/views/sysadmin.py:526 +msgid "Failed to reset password: user does not exist" +msgstr "ผิดพลาดรีเซตรหัสผ่าน: ผู้ใช้ไม่มีอยู่" + +#: seahub/views/sysadmin.py:575 +#, python-format +msgid "Fail to add user %s." +msgstr "" + +#: seahub/views/sysadmin.py:600 seahub/views/sysadmin.py:613 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "เพิ่มผู้ใช้ %s สำเร็จ แจ้งเตือนด้วยอีเมลล์ถูกส่งแล้ว" + +#: seahub/views/sysadmin.py:603 seahub/views/sysadmin.py:616 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "เพิ่มผู้ใช้ %s สำเร็จ พบข้อผิดพลาดระหว่างส่งแจ้งเตือนอีเมลล์ โปรดตรวจสอบการกำหนดค่าอีเมลล์" + +#: seahub/views/sysadmin.py:605 seahub/views/sysadmin.py:618 +#, python-format +msgid "Successfully added user %s." +msgstr "เพิ่มผู้ใช้ %s สำเร็จ" + +#: seahub/views/sysadmin.py:620 +#, python-format +msgid "" +"Successfully added user %s. But email notification can not be sent, because " +"Email service is not properly configured." +msgstr "เพิ่มผู้ใช้ %s สำเร็จ แต่แจ้งเตือนด้วยอีเมลล์ไม่สามารถส่งได้เพราะบริการอีเมลล์ถูกกำหนดค่าไม่เหมาะสม" + +#: seahub/views/sysadmin.py:672 +msgid "Input should be a number" +msgstr "" + +#: seahub/views/sysadmin.py:678 +msgid "Success" +msgstr "" + +#: seahub/views/sysadmin.py:682 +msgid "Input number should be greater than 0" +msgstr "" + +#: seahub/views/sysadmin.py:720 +msgid "Successfully deleted." +msgstr "" + +#: seahub/views/sysadmin.py:750 +#, python-format +msgid "Successfully set %s as admin." +msgstr "กำหนด %s เป็นผู้ดูแลระบบสำเร็จ" + +#: seahub/views/sysadmin.py:752 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "ผิดพลาดกำหนด %s เป็นผู้ดูแลระบบ: ผู้ใช้ไม่มีอยู่" + +#: seahub/views/sysadmin.py:767 seahub/views/sysadmin.py:768 +#: seahub/views/sysadmin.py:769 seahub/views/sysadmin.py:782 +#: seahub/views/sysadmin.py:783 +msgid "Optional" +msgstr "" + +#: seahub/wiki/views.py:159 +msgid "Unable to view Wiki" +msgstr "" + +#~ msgid "Insufficient password strength" +#~ msgstr "Insufficient password strength" + +#~ msgid "" +#~ " User %(user_name)s created file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted file " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s restored file " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s restored file " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s renamed file " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s renamed file " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved file %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other file(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s updated file %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s updated file %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s created folder " +#~ "%(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s deleted folder " +#~ "%(obj_name)s and %(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s restored folder" +#~ " %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s restored folder" +#~ " %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s renamed folder " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s renamed folder " +#~ "%(old_obj_name)s to %(obj_name)s in " +#~ "library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved folder %(obj_name)s in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved folder %(obj_name)s in library %(repo_name)s." + +#~ msgid "" +#~ " User %(user_name)s moved folder %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." +#~ msgstr "" +#~ " User %(user_name)s moved folder %(obj_name)s and " +#~ "%(obj_path_count_minus_one)s other folder(s) in library %(repo_name)s." diff --git a/locale/th_TH/LC_MESSAGES/djangojs.po b/locale/th_TH/LC_MESSAGES/djangojs.po index 8782664de3..e0acf6b9f3 100644 --- a/locale/th_TH/LC_MESSAGES/djangojs.po +++ b/locale/th_TH/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai (Thailand) (http://app.transifex.com/haiwen/seahub/language/th_TH/)\n" @@ -35,8 +35,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "ส่วนผู้ดูแลระบบ" @@ -48,44 +46,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "อวตาร" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "ใช้ไปแล้ว:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "ตั้งค่า" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "ออกจากระบบ" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -135,6 +111,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -216,33 +208,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "แจ้งเตือน" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -280,54 +265,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "แฟ้มข้อมูล" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -338,57 +294,23 @@ msgstr "แฟ้มข้อมูล" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "ดำเนินการเพิ่มเติม" @@ -413,7 +335,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -435,7 +356,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -450,6 +371,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "คำอธิบาย" @@ -477,8 +399,6 @@ msgstr "คำอธิบาย" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -488,8 +408,6 @@ msgstr "คำอธิบาย" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -497,7 +415,6 @@ msgstr "คำอธิบาย" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -506,30 +423,24 @@ msgstr "คำอธิบาย" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -538,7 +449,6 @@ msgstr "คำอธิบาย" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -554,11 +464,8 @@ msgstr "คำอธิบาย" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -570,11 +477,9 @@ msgstr "คำอธิบาย" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -603,18 +508,12 @@ msgstr "ยกเลิก" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -624,29 +523,21 @@ msgstr "ยกเลิก" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -655,7 +546,6 @@ msgstr "ยกเลิก" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -668,8 +558,6 @@ msgstr "ยกเลิก" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -678,9 +566,6 @@ msgstr "ยกเลิก" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -693,14 +578,12 @@ msgstr "ยกเลิก" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -730,14 +613,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -747,10 +625,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -758,12 +634,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -776,7 +648,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -784,12 +655,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -799,29 +666,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -848,13 +718,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -939,11 +809,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1011,122 +877,55 @@ msgstr "ต้องการลบบัญชีผู้ใช้ของค #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1172,20 +971,15 @@ msgstr "คุณแน่ใจหรือไม่ ที่ต้องก #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "กู้คืน" @@ -1206,12 +1000,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "ยกเลิกลิงก์" @@ -1247,7 +1035,6 @@ msgstr "" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1303,16 +1090,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "ไฟล์ใหม่" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1354,12 +1137,8 @@ msgstr "รหัสผ่านไม่ตรงกัน" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1370,39 +1149,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1419,6 +1178,7 @@ msgstr "อ่าน-เขียน" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1430,24 +1190,18 @@ msgstr "เข้ารหัส" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "รหัสผ่าน" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "รหัสผ่านอีกครั้ง" @@ -1458,7 +1212,6 @@ msgstr "รหัสผ่านอีกครั้ง" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Internal Server Error" @@ -1469,10 +1222,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1490,13 +1239,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1522,7 +1268,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1535,35 +1280,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "อัพโหลด" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1571,10 +1305,6 @@ msgstr "อัพโหลด" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "ดาวน์โหลด" @@ -1601,7 +1331,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1609,8 +1338,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "คัดลอก" @@ -1624,9 +1351,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1634,14 +1358,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1651,9 +1370,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "แก้ไข" @@ -1694,16 +1410,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "ลบกลุ่ม" @@ -1711,17 +1424,6 @@ msgstr "ลบกลุ่ม" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1735,10 +1437,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1796,18 +1494,6 @@ msgstr "ชื่ออุปกรณ์" msgid "Date" msgstr "" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1868,114 +1554,19 @@ msgid "Upload Link" msgstr "อัพโหลดลิงก์" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "ปรับปรุง" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "ส่ง" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "เพิ่มป้องกันรหัสผ่าน" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "สร้าง" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1986,20 +1577,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "อัพโหลดไฟล์" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2051,7 +1628,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2059,28 +1635,19 @@ msgid "It is required." msgstr "มันจำเป็น" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2091,10 +1658,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2117,30 +1681,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "รหัสผ่านผิด" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "รหัสผ่านจะถูกเก็บบนเครื่องแม่ข่าย 1 ชั่วโมงเท่านั้น" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "ตั้งค่า" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2160,6 +1718,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2223,70 +1787,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "กลุ่ม" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2298,6 +1798,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2314,23 +1815,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2339,8 +1836,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2350,41 +1845,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "ขนาด" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "ปรับปรุงล่าสุด" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2408,6 +1895,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2445,14 +1934,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2463,14 +1951,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2478,29 +1977,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "อีเมลล์" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "ยืนยันรหัสผ่าน" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2555,8 +2045,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2567,7 +2055,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "ลบสมาชิก" @@ -2596,7 +2083,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "กำหนดโควต้า" @@ -2637,8 +2123,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2701,76 +2185,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "ปฏิเสธการได้รับอนุญาต" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "ผิดพลาด" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "โปรดตรวจสอบเครือข่าย" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2816,39 +2230,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "ไม่มี" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "ไม่รู้" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "รายละเอียด" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "ดู Snapshot" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2863,17 +2244,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "อัพโหลดลิงก์" @@ -2886,98 +2261,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "ผู้สร้าง" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "เยี่ยมชม" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3015,39 +2298,6 @@ msgstr "" msgid "Search files in this library" msgstr "ค้นหาไฟล์ในคลังแฟ้มข้อมูล" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "ไม่มีผลลัพธ์" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "คลังแฟ้มข้อมูลปัจจุบัน" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "คลังแฟ้มข้อมูลอนอกเหนือ" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3079,6 +2329,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3110,30 +2369,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "แบ่งปัน" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "ไอคอน" @@ -3146,78 +2393,13 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3241,12 +2423,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3261,17 +2443,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3290,7 +2467,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3366,10 +2543,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3397,15 +2572,13 @@ msgstr "ชื่อ (เลือก)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "บทบาท" @@ -3461,8 +2634,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3476,19 +2647,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "ผู้ใช้" @@ -3504,15 +2666,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3540,6 +2698,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "ปฏิเสธการได้รับอนุญาต" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "ผิดพลาด" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "โปรดตรวจสอบเครือข่าย" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3551,25 +2766,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "พาธปัจจุบัน:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3578,8 +2799,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "แฟ้มข้อมูล" @@ -3695,6 +2915,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "แฟ้มข้อมูล" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3704,7 +2935,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "ถังขยะ" @@ -3727,6 +2958,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3834,87 +3070,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "ผู้สร้าง" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "ยกเลิกติดดาว" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3925,28 +3138,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "คลังแฟ้มข้อมูล" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "คุณสามารถกด ← เช่นเดียวกัน" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3988,57 +3193,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "กำลังบันทึก..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4053,54 +3213,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "ยกเลิกทั้งหมด" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "ชื่อ" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4112,13 +3227,13 @@ msgid "unstarred" msgstr "ยกเลิกติดดาว" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "" @@ -4127,74 +3242,26 @@ msgstr "" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "รายละเอียด" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4211,7 +3278,7 @@ msgstr "ผู้ดูแลระบบ" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4224,8 +3291,8 @@ msgstr "" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4241,17 +3308,15 @@ msgstr "พาธปัจจุบัน:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4260,121 +3325,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "กิจกรรม" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "ช่วยเหลือ" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "ลิงก์" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "โฟลเดอร์" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "ผู้ดูแลแบ่งปัน" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "สมาชิก" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4401,6 +3355,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4413,6 +3368,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4449,21 +3409,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4475,53 +3420,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "คลังแฟ้มข้อมูล" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "ไม่มีผลลัพธ์" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4530,8 +3465,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "ค่าตั้งต้น" @@ -4541,8 +3474,6 @@ msgstr "ค่าตั้งต้น" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Guest" @@ -4567,6 +3498,10 @@ msgstr "ส่งถึง:" msgid "Message (optional):" msgstr "ข้อความ (เลือก)" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "ส่ง" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "กำลังส่ง..." @@ -4600,24 +3535,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4647,14 +3564,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "เพิ่มป้องกันรหัสผ่าน" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4669,30 +3582,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4703,46 +3623,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "ดาวน์โหลดไฟล์ถูกปิดใช้งาน: แบ่งปันลิงก์ทราฟฟิกของผู้ใช้ถูกใช้อยู่" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "ผิดพลาด. โปรดตรวจสอบเครือข่าย" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "ถ่ายโอน" @@ -4754,17 +3661,18 @@ msgid "Folder Permission" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "ยกเลิกแบ่งปัน" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "ผู้ดูแลแบ่งปัน" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4775,27 +3683,18 @@ msgstr "เปลี่ยนรหัสผ่าน" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "รีเซตรหัสผ่าน" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4812,18 +3711,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4831,8 +3718,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4886,15 +3771,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4967,17 +3846,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "ตั้งค่าภาษา" @@ -5004,18 +3872,6 @@ msgstr "แพลทฟอร์ม" msgid "Last Access" msgstr "เข้าถึงล่าสุด" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5035,10 +3891,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5046,49 +3899,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5105,11 +3915,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "อวตาร:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "" @@ -5152,6 +3957,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5193,54 +3999,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5321,7 +4087,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5344,6 +4110,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5379,17 +4146,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "ทั้งหมด" @@ -5547,17 +4312,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5694,29 +4459,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5741,7 +4495,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5754,11 +4508,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5790,6 +4539,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5825,15 +4585,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5867,21 +4618,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6073,9 +4809,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6187,8 +4922,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6335,14 +5070,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6366,27 +5096,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6419,34 +5155,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6577,6 +5313,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6592,15 +5331,8 @@ msgstr "นับ" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6716,15 +5448,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "ดำเนินการ" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "คลังแฟ้มข้อมูล" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6743,11 +5490,6 @@ msgid "(current version)" msgstr "(เวอร์ชั่นปัจจุบัน)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "เรียกดู" @@ -6761,19 +5503,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6791,6 +5520,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6798,6 +5541,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "สมาชิก" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6819,27 +5579,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "ข้อมูล" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6863,27 +5622,16 @@ msgstr "สร้างเมื่อ" msgid "Operations" msgstr "ดำเนินการ" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "อวตาร" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "" @@ -6891,15 +5639,13 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6908,34 +5654,32 @@ msgstr "สถานะ" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "พื้นที่ที่ใช้ไป" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "ลบผู้ใช้" @@ -6944,7 +5688,6 @@ msgstr "ลบผู้ใช้" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6955,19 +5698,30 @@ msgstr "เปิดใช้งาน" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "ไม่เปิดใช้งาน" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6979,7 +5733,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6987,103 +5741,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "คัดลอก %(name)s สำเร็จ" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "ออกจากแบ่งปัน" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7097,6 +5843,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "กำลังบันทึก..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7105,29 +5861,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "ช่วยเหลือ" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7148,15 +5913,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7187,65 +5956,22 @@ msgstr "" msgid "Shared By" msgstr "แบ่งปันโดย" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "สร้างเมื่อ" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7253,30 +5979,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "คลังแฟ้มข้อมูล" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7347,11 +6053,44 @@ msgstr "" msgid "Clear" msgstr "ล้างค่า" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "สร้างเมื่อ" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7380,8 +6119,6 @@ msgstr "กลุ่มทั้งหมด" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "ย้อนกลับ" @@ -7390,8 +6127,6 @@ msgstr "ย้อนกลับ" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "ต่อไป" @@ -7400,45 +6135,11 @@ msgstr "ต่อไป" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "ลิงค์สาธารณะทั้งหมด" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7447,6 +6148,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7462,6 +6169,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "ฟอร์มแบ่งปัน" @@ -7481,26 +6189,12 @@ msgid "Organization" msgstr "องค์กร" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7514,7 +6208,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7577,36 +6270,9 @@ msgstr "ผิดพลาด" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "รีเซตรหัสผ่าน" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "ยกเลิกผู้ดูแลระบบ" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7661,39 +6327,6 @@ msgstr "นำเข้าผู้ใช้" msgid "Add user" msgstr "เพิ่มผู้ใช้" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "อุปกรณ์" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "ปูมเหตุการณ์" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7712,8 +6345,6 @@ msgstr "แก้ไขแล้ว" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7780,39 +6411,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "ระบบ" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7870,6 +6468,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "" @@ -7915,6 +6517,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7923,16 +6529,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7984,8 +6580,6 @@ msgstr "ป้อนนามสกุลไฟล์ที่นี่, แบ #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7994,6 +6588,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8006,6 +6601,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8034,94 +6640,66 @@ msgstr "" msgid "all members" msgstr "สมาชิกทั้งหมด" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "เยี่ยมชม" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "เอาออก" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8133,6 +6711,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8146,9 +6729,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "ดำเนินการ" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8206,41 +6790,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "เพิ่มสมาชิก" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8261,6 +6815,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8281,39 +6854,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "ยกเลิกแบ่งปันคลังแฟ้มข้อมูล" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8385,53 +6930,34 @@ msgid "Limits" msgstr "" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "องค์กร" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "ยกเลิกผู้ดูแลระบบ" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "จำนวนสมาชิก" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "ผู้ดูแลระบบ" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "กำหนดผู้ดูแลระบบ" @@ -8439,19 +6965,18 @@ msgstr "กำหนดผู้ดูแลระบบ" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8479,30 +7004,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "เอาออก" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "เพิ่ม" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8530,31 +7088,32 @@ msgstr "" msgid "All Notifications" msgstr "แจ้งเตือนทั้งหมด" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "จำนวนกลุ่ม" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "ลบองค์กร" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8572,11 +7131,15 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "ระบบ" + #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" msgstr "" @@ -8600,30 +7163,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "ปรับปรุง" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8632,6 +7184,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8642,15 +7202,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8662,34 +7224,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "ฐานข้อมูล" @@ -8999,23 +7549,9 @@ msgstr "" msgid "shared by:" msgstr "แบ่งปันโดย:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "เนื้อที่เจ้าของคลังแฟ้มข้อมูลกำลังจะหมด" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "ยกเลิกทั้งหมด" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9031,7 +7567,11 @@ msgstr "คุณแน่ใจว่าต้องการลบหน้า msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9082,17 +7622,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "เพจ" @@ -9143,14 +7673,18 @@ msgstr "" msgid "Profile" msgstr "ข้อมูลส่วนตัว" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "ภาษา" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9159,35 +7693,7 @@ msgstr "" msgid "Profile Setting" msgstr "ตั้งค่าข้อมูลส่วนตัว" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "แบ่งปันโดย:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9197,14 +7703,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "แปลงเอกสารผิดพลาด" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "คุณสามารถกด ← เช่นเดียวกัน" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9231,6 +7729,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9344,92 +7847,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9440,7 +7862,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9647,6 +8069,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9716,9 +8585,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9740,38 +8606,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/tr/LC_MESSAGES/django.po b/locale/tr/LC_MESSAGES/django.po index d44193454e..42787d4589 100644 --- a/locale/tr/LC_MESSAGES/django.po +++ b/locale/tr/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Muhammed Şamil Kıvanç, 2022\n" "Language-Team: Turkish (http://app.transifex.com/haiwen/seahub/language/tr/)\n" @@ -868,8 +868,9 @@ msgid "" msgstr "%(nb_avatars)d avatarınız var, izin verilen maksimum sayı %(nb_max_avatars)d" #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "WebDav parolasının uzunluğu 30'dan az olmalıdır." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1519,11 +1520,11 @@ msgstr "%(site_name)s takımı" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "İzin reddedildi" @@ -2504,8 +2505,8 @@ msgstr "Paylaşılan Kütüphaneler" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3041,11 +3042,11 @@ msgstr "Devre dışı" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Dosya görüntülenemiyor." @@ -3077,7 +3078,7 @@ msgstr "Belirttiğiniz geçmiş yok" msgid "Unknown error" msgstr "Bilinmeyen hata" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" mevcut değil." @@ -3104,9 +3105,9 @@ msgid "Bad upload link token." msgstr "Kötü bağlantı yükleme jetonu." #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Dosya yok." @@ -3134,49 +3135,49 @@ msgstr "Seçtiğiniz kodlama uygun değil." msgid "Unknown file encoding" msgstr "Bilinmeyen dosya kodlama" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Dosya boyutu %s i aşıyor, online açılamaz." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "Kütüphane şifreli, dosyayı çevrimiçi açamıyor." -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Office Online dosyası önizleme sayfası hazırlanırken hata oluştu." -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "OnlyOffice dosyası önizleme sayfası hazırlanırken hata oluştu." -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "Dosya indirilemedi, geçersiz dosya yolu" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "Dosya indirilemedi, hatalı dosya yolu" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "Dosya indirilemedi." -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "%s için link paylaş." -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Dosya indirilemiyor." -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/tr/LC_MESSAGES/djangojs.po b/locale/tr/LC_MESSAGES/djangojs.po index 20ead16614..1dd62627cb 100644 --- a/locale/tr/LC_MESSAGES/djangojs.po +++ b/locale/tr/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Ahmet, 2022\n" "Language-Team: Turkish (http://app.transifex.com/haiwen/seahub/language/tr/)\n" @@ -37,8 +37,6 @@ msgid "Exit Institution Admin" msgstr "Kurum Yöneticisinden çık" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Sistem Yöneticisi" @@ -50,44 +48,22 @@ msgstr "Organizasyon Yöneticisi" msgid "Institution Admin" msgstr "Kurum Yöneticisi" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Avatar" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "Profili ve daha fazlasını görüntüle" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Kullanıldı:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Ayarlar" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Çıkış yap" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -137,6 +113,22 @@ msgstr "{share_from}, {group_link} grubuna {repo_link} adlı bir klasör paylaş msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user}, {repo_link} adlı bir kütüphaneye sizi ekledi." +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -218,33 +210,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Bildirimler" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -282,54 +267,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "Etiketler" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Dosyalar" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -340,57 +296,23 @@ msgstr "Dosyalar" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Daha fazla işlem" @@ -415,7 +337,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "Kötüye kullanımı bildir" @@ -437,7 +358,7 @@ msgid "Abuse Content" msgstr "Kötüye kullanım içeriği" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "Diğer" @@ -452,6 +373,7 @@ msgstr "İletişim Bilgileri" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Açıklama" @@ -479,8 +401,6 @@ msgstr "Açıklama" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -490,8 +410,6 @@ msgstr "Açıklama" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -499,7 +417,6 @@ msgstr "Açıklama" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -508,30 +425,24 @@ msgstr "Açıklama" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -540,7 +451,6 @@ msgstr "Açıklama" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -556,11 +466,8 @@ msgstr "Açıklama" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -572,11 +479,9 @@ msgstr "Açıklama" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -605,18 +510,12 @@ msgstr "İptal" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -626,29 +525,21 @@ msgstr "İptal" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -657,7 +548,6 @@ msgstr "İptal" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -670,8 +560,6 @@ msgstr "İptal" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -680,9 +568,6 @@ msgstr "İptal" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -695,14 +580,12 @@ msgstr "İptal" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -732,14 +615,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -749,10 +627,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -760,12 +636,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -778,7 +650,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -786,12 +657,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -801,29 +668,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -850,13 +720,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -941,11 +811,7 @@ msgstr "Temizleme Başarılı" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1013,122 +879,55 @@ msgstr "Hesabınızı silmeyi gerçekten istiyor musunuz?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1174,20 +973,15 @@ msgstr "Kütüphaneyi geri yüklemek istediğinize emin misiniz?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Eski durumuna getir" @@ -1208,12 +1002,6 @@ msgstr "Cihazın bir sonraki çevrimiçi oluşunda, dosyaları bu cihazdan sil." #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Bağlantıyı kaldır" @@ -1249,7 +1037,6 @@ msgstr "" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1305,16 +1092,12 @@ msgstr "\"{name}\" ismi zaten alınmış. Lütfen, farklı bir isim seçiniz." #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Yeni Dosya" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1356,12 +1139,8 @@ msgstr "Şifreler eşleşmiyor." #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1372,39 +1151,19 @@ msgid "Template" msgstr "Şablon" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "Backend Depolama" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1421,6 +1180,7 @@ msgstr "Okuma-Yazma" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1432,24 +1192,18 @@ msgstr "Şifrele" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Şifre" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Şifre tekrar" @@ -1460,7 +1214,6 @@ msgstr "Şifre tekrar" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "İç Sunucu Hatası" @@ -1471,10 +1224,6 @@ msgstr "\"{name}\" etiket zaten mevcut." #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1492,13 +1241,10 @@ msgstr "Bir renk seç" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "Kaydet" @@ -1524,7 +1270,6 @@ msgstr "İzin Adı" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1537,35 +1282,24 @@ msgstr "İzin Adı" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Yükle" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1573,10 +1307,6 @@ msgstr "Yükle" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "İndir" @@ -1603,7 +1333,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1611,8 +1340,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Kopyala" @@ -1626,9 +1353,6 @@ msgid "Generate share link" msgstr "Paylaşım bağlantısı oluştur" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1636,14 +1360,9 @@ msgstr "Paylaşım bağlantısı oluştur" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1653,9 +1372,6 @@ msgstr "Paylaşım bağlantısı oluştur" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Düzenle" @@ -1696,16 +1412,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Kütüphaneyi Sil" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Grubu Sil" @@ -1713,17 +1426,6 @@ msgstr "Grubu Sil" msgid "Really want to delete this group?" msgstr "Bu grubu gerçekten silmek istiyor musunuz?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "Etiketleri Seç" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "Yeni bir etiket oluştur" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "Etiketler başarıyla düzenlendi." @@ -1737,10 +1439,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1798,18 +1496,6 @@ msgstr "Cihaz Adı" msgid "Date" msgstr "Tarih" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "Anonim Kullanıcı" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "Bu dosyaya (görünüşe göre) henüz erişilmedi" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1870,114 +1556,19 @@ msgid "Upload Link" msgstr "Bağlantıyı Yükle" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Gizle" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "Göster" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Güncelle" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Gönder" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Şifre koruma ekle" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Otomatik sona erme ekle" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Oluştur" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "Önceki (Sol ok tuşu)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "Sonraki (Sağ ok tuşu)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "Kapat (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1988,20 +1579,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Dosya yükle" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "Dosya Seç" @@ -2053,7 +1630,6 @@ msgstr "Erişimi iptal et" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2061,28 +1637,19 @@ msgid "It is required." msgstr "Gerekli." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "Email geçersiz." #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "Başarıyla davet edildi %(email)." #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2093,10 +1660,7 @@ msgstr "Emailler" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "Emailler ',' ile birbirinden ayrılır" @@ -2119,30 +1683,24 @@ msgid "Really want to leave this group?" msgstr "Bu gruptan ayrılmak istediğinize emin misiniz?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "Ayrıl" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Bu kütüphane şifre korumalı." - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Hatalı şifre" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Şifre sadece 1 saat sunucuda tutulacaktır." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Ayarlar" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2162,6 +1720,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2225,70 +1789,6 @@ msgstr "{placeholder} Klasör İzni" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Grup" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Klasör" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "Oluşturulmuş Dosyalar" @@ -2300,6 +1800,7 @@ msgstr "Oluşturulmuş Dosyalar" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2316,23 +1817,19 @@ msgid "Tagged Files" msgstr "Etiketli Dosyalar" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2341,8 +1838,6 @@ msgstr "Etiketli Dosyalar" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2352,41 +1847,33 @@ msgstr "Etiketli Dosyalar" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Boyut" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "En son Güncelleme" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "Silindi" @@ -2410,6 +1897,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2447,14 +1936,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2465,14 +1953,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "Üye Ekle" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2480,29 +1979,20 @@ msgstr "Email gereklidir" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "Kullanıcı Ekle" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Eposta" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Şifreyi Onayla" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2557,8 +2047,6 @@ msgstr "Bitiş tarihi" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "{placeholder} silmek istediğinize emin misiniz?" @@ -2569,7 +2057,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Üyeyi Sil" @@ -2598,7 +2085,6 @@ msgstr "Kota geçersiz." #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Kota Oluştur" @@ -2639,8 +2125,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "Yayından kaldır" @@ -2703,76 +2187,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "İzin reddedildi" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Hata" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Lütfen ağı kontrol edin." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "Uygulama Adı" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2818,39 +2232,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Yok " - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Bilinmeyen" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Ayrıntılar" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Snapshot Göster" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2865,17 +2246,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "Bağlantıları paylaş" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Bağlantıları Yükle" @@ -2888,98 +2263,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Zaman aşımı" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Oluşturan" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "Bağlantı" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Ziyaretler" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3017,39 +2300,6 @@ msgstr "" msgid "Search files in this library" msgstr "Dosyaları bu kütüphanede ara" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Sonuç yok" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Geçerli Kütüphane" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Diğer Kütüphaneler" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3081,6 +2331,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "Bağlantı" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3112,30 +2371,18 @@ msgstr "Başka sunucuyla paylaş" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Paylaş" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "simge" @@ -3148,78 +2395,13 @@ msgstr "Lütfen, paylaşmak için bir kütüphane seçiniz." msgid "Select libraries to share" msgstr "Paylaşmak için kütüphane seçin" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "Davet eden" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "Sunucu" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "Kullanıcı E-postası" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "Biraz zaman alabilir, lütfen bekleyiniz." - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "1 öğe başarıyla silindi." - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "Kütüphane, sahibiyle paylaşılamaz." - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3243,12 +2425,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3263,17 +2445,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "Silmek istediğinize emin misiniz?" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3292,7 +2469,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3368,10 +2545,8 @@ msgstr "Organizasyon Ekle" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3399,15 +2574,13 @@ msgstr "İsim (isteğe bağlı)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Rol" @@ -3463,8 +2636,6 @@ msgstr "Ad belirle" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "Şartlar" @@ -3478,19 +2649,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Kullanıcılar" @@ -3506,15 +2668,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3542,6 +2700,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Lütfen, 1 veya daha fazla karakter giriniz" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "İzin reddedildi" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Hata" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Lütfen ağı kontrol edin." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3553,25 +2768,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Geçerli yol:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Klasör" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3580,8 +2801,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Dosya" @@ -3697,6 +2917,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Dosyalar" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3706,7 +2937,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Çöp Kutusu" @@ -3729,6 +2960,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3836,87 +3072,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Oluşturan" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "{name} tarafından kilitlendi" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "kilitli" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "{name} tarafından kilitlendi" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Yıldızı kaldır" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Yıldız" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "Bu klasörde şu an içerik yok." @@ -3927,28 +3140,20 @@ msgstr "Dosyaları hızlı bir şekilde oluşturabilirsiniz" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Kütüphaneler" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "Şuna da basabilirsiniz ←" + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3990,57 +3195,12 @@ msgstr "Ağ hatası" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "Yüklemeye hazırlanıyor..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "Geriye kalan" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Kaydediliyor..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "Yüklendi" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "Tekrar dene" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4055,54 +3215,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Dosyayı Yüklüyor..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "Hepsini tekrar dene" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Hepsini İptal Et" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "isim" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "boyut" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "yürütülüyor" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "durum" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4114,13 +3229,13 @@ msgid "unstarred" msgstr "Yıldızı kaldırılmış" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Kilitle" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Kilidi Aç" @@ -4129,74 +3244,26 @@ msgstr "Kilidi Aç" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "Client üzerinden aç" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "Ana klasör aç" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "Kütüphanelerim" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "Benimle paylaşılanlar" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "Herkesle paylaşılanlar" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Ayrıntılar" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4213,7 +3280,7 @@ msgstr "Yönetici" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4226,8 +3293,8 @@ msgstr "Üye" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4243,17 +3310,15 @@ msgstr "Geçerli Yol:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4262,121 +3327,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "Grup üyelerini ara" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "Favoriler" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Etkinlikler" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Yardım" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Bağlantılar" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Klasörler" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Paylaşma Yöneticisi" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "Daha fazla göster" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Üyeler" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "Paylaşılmış Kütüphaneler" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4403,6 +3357,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4415,6 +3370,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "Yeni bir etiket oluştur" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4451,21 +3411,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4477,53 +3422,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Kütüphaneler" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Sonuç yok" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4532,8 +3467,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "Varsayılan" @@ -4543,8 +3476,6 @@ msgstr "Varsayılan" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Misafir" @@ -4569,6 +3500,10 @@ msgstr "Şuna gönder:" msgid "Message (optional):" msgstr "Mesaj (isteğe bağlı):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Gönder" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Gönderiyor..." @@ -4602,24 +3537,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4649,14 +3566,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "İzin belirle" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Şifre koruma ekle" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4671,30 +3584,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "Paylaşım Link'ini silmek istediğinize emin misiniz?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Zaman aşımı" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4705,46 +3625,33 @@ msgstr "Başarıyla Kaydedildi" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Dosya indirme devre dışı bırakıldı: sahibin bağlantı paylaşım trafiği tükendi." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "Tarafından paylaşıldı:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "... olarak kaydet" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "Süresi doldu" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Başarısız oldu. Lütfen ağı kontrol edin." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "{name} silinemedi." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Transfer" @@ -4756,17 +3663,18 @@ msgid "Folder Permission" msgstr "Klasör izni" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Paylaşma" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Paylaşma Yöneticisi" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4777,27 +3685,18 @@ msgstr "Şifreyi Değiştir" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Şifre Sıfırla" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4814,18 +3713,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4833,8 +3720,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4888,15 +3773,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4969,17 +3848,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Dil Ayarları" @@ -5006,18 +3874,6 @@ msgstr "Platform" msgid "Last Access" msgstr "Son Erişim" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "Bağlı Cihazlar" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5037,10 +3893,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5048,49 +3901,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "Çift Faktörlü Kimlik Doğrulamayı Devre Dışı Bırak" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "Çift Faktörlü Kimlik Doğrulamayı Etkinleştir" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "Çift Faktörlü Kimlik Doğrulama" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5107,11 +3917,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "" @@ -5154,6 +3959,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5195,54 +4001,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "Yayınla" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "Benimle paylaşılanlar" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5323,7 +4089,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5346,6 +4112,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5381,17 +4148,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Hepsi" @@ -5549,17 +4314,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5696,29 +4461,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5743,7 +4497,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5756,11 +4510,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5792,6 +4541,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5827,15 +4587,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5869,21 +4620,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6075,9 +4811,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6189,8 +4924,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6337,14 +5072,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6368,27 +5098,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "Ana klasör aç" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6421,34 +5157,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6579,6 +5315,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6594,15 +5333,8 @@ msgstr "Say" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6718,15 +5450,30 @@ msgstr "Taşınan klasör" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "İşlem" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Kütüphane" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6745,11 +5492,6 @@ msgid "(current version)" msgstr "(geçerli versiyon)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Görüntüle" @@ -6763,19 +5505,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6793,6 +5522,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6800,6 +5543,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "Biraz zaman alabilir, lütfen bekleyiniz." + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Üyeler" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6821,27 +5581,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Bilgi" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6865,27 +5624,16 @@ msgstr "Oluşturuldu" msgid "Operations" msgstr "İşlemler" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Avatar" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "İletişim E-postası" @@ -6893,15 +5641,13 @@ msgstr "İletişim E-postası" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6910,34 +5656,32 @@ msgstr "Durum" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Kullanılmış Alan" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "En son giriş" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Kullanıcıyı sil" @@ -6946,7 +5690,6 @@ msgstr "Kullanıcıyı sil" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6957,19 +5700,30 @@ msgstr "Aktif" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "İnaktif" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "1 öğe başarıyla silindi." + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6981,7 +5735,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6989,103 +5743,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "%(name)s başarıyla kopyalandı." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Paylaşımdan Ayrıl" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7099,6 +5845,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Kaydediliyor..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "Client üzerinden aç" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7107,29 +5863,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Yardım" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "Yenile" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "Kütüphanelerim" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7150,15 +5915,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7189,65 +5958,22 @@ msgstr "" msgid "Shared By" msgstr "Paylaşan" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Oluşturuldu" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Üye yok" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7255,30 +5981,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Kütüphane" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7349,11 +6055,44 @@ msgstr "Çöp tenekesini boşaltmak istediğinize emin misiniz?" msgid "Clear" msgstr "Temizle" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Oluşturuldu" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7382,8 +6121,6 @@ msgstr "Tüm Gruplar" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Önceki" @@ -7392,8 +6129,6 @@ msgstr "Önceki" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Sonraki" @@ -7402,45 +6137,11 @@ msgstr "Sonraki" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Tüm Genel Linkler" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7449,6 +6150,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "Anonim Kullanıcı" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7464,6 +6171,7 @@ msgstr "Aksiyon" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Buradan Paylaş" @@ -7483,26 +6191,12 @@ msgid "Organization" msgstr "Organizasyon" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7516,7 +6210,6 @@ msgid "Copied" msgstr "Kopyalandı" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7579,36 +6272,9 @@ msgstr "Başarısız" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Şifreyi Sıfırla" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Yöneticiyi İptal et" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7663,39 +6329,6 @@ msgstr "Kullanıcıları içeri aktar" msgid "Add user" msgstr "Kullanıcı ekle" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Cihazlar" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Loglar" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7714,8 +6347,6 @@ msgstr "Değiştirildi" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7782,39 +6413,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Sistem" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7872,6 +6470,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "Dosya Yükle" @@ -7917,6 +6519,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "Yayınla" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7925,16 +6531,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7986,8 +6582,6 @@ msgstr "Dosya uzantılarını buraya girin, \"\", ile ayırın" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7996,6 +6590,7 @@ msgid "Invalid file size range." msgstr "Geçersiz dosya boyutu aralığı." #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8008,6 +6603,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8036,94 +6642,66 @@ msgstr "" msgid "all members" msgstr "tüm üyeler" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Ziyaretler" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Kaldır" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Mevcut kütüphaneleri paylaş" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8135,6 +6713,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8148,9 +6731,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "İşlem" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8208,41 +6792,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Kütüphane ekle" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Üye Ekle" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8263,6 +6817,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Üye yok" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8283,39 +6856,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "{email_placeholder}: {error_msg_placeholder} eklenemedi" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Kütüphane paylaşımını kaldır" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8387,53 +6932,34 @@ msgid "Limits" msgstr "" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Organizasyonlar" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Yöneticiyi İptal et" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Üye sayısı" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Yöneticiler" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Yönetici Oluştur" @@ -8441,20 +6967,19 @@ msgstr "Yönetici Oluştur" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "Davet eden" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8481,31 +7006,64 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Kaldır" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Ekle" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "Yan Gezinme Menüsü" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8532,31 +7090,32 @@ msgstr "" msgid "All Notifications" msgstr "Tüm Bildirimler" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Grup sayısı" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8574,10 +7133,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "Geçmiş Ayarı" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Sistem" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8602,30 +7165,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Güncelle" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8634,6 +7186,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8644,15 +7204,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8664,34 +7226,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "Paylaşılmış Kütüphaneler" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Paylaşılan bağlantılar" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Veritabanı" @@ -9001,23 +7551,9 @@ msgstr "" msgid "shared by:" msgstr "paylaşan:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Bu kütüphane sahibinin alanı kalmadı." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Hepsini İptal Et" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9033,7 +7569,11 @@ msgstr "Bu sayfayı silmek istediğinize emin misiniz?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "Yan Gezinme Menüsü" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9084,17 +7624,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Sayfalar" @@ -9145,14 +7675,18 @@ msgstr "" msgid "Profile" msgstr "Profil" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Dil" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "Çift Faktörlü Kimlik Doğrulama" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "Bağlı Cihazlar" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9161,35 +7695,7 @@ msgstr "" msgid "Profile Setting" msgstr "Profil Ayarları" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Paylaşan:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9199,14 +7705,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Doküman dönüştürme başarısız." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "Şuna da basabilirsiniz ←" - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9233,6 +7731,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9346,92 +7849,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9442,7 +7864,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9649,6 +8071,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9718,9 +8587,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9742,38 +8608,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/uk/LC_MESSAGES/django.po b/locale/uk/LC_MESSAGES/django.po index 72fa7f56ee..2ceade5a5e 100644 --- a/locale/uk/LC_MESSAGES/django.po +++ b/locale/uk/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Oleksandr Suvorov , 2016\n" "Language-Team: Ukrainian (http://app.transifex.com/haiwen/seahub/language/uk/)\n" @@ -868,7 +868,8 @@ msgid "" msgstr "У вас вже є %(nb_avatars)d аватар, максимально дозволено%(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1529,11 +1530,11 @@ msgstr "Команда %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Доступ заборонено" @@ -2520,8 +2521,8 @@ msgstr "" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3057,11 +3058,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "Не вдається переглянути файл" @@ -3093,7 +3094,7 @@ msgstr "Вказана історія не існує" msgid "Unknown error" msgstr "Невідома помилка" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -3120,9 +3121,9 @@ msgid "Bad upload link token." msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "Файл не існує" @@ -3150,49 +3151,49 @@ msgstr "Обраний режим шифрування не є правильн msgid "Unknown file encoding" msgstr "Шевідомий алгоритм шифрування файлу." -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Розмір файлу перевищує %s, і не може бути відкритий в онлайн режимі." -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/uk/LC_MESSAGES/djangojs.po b/locale/uk/LC_MESSAGES/djangojs.po index bbe2bbb4df..5867f167f9 100644 --- a/locale/uk/LC_MESSAGES/djangojs.po +++ b/locale/uk/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://app.transifex.com/haiwen/seahub/language/uk/)\n" @@ -35,8 +35,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "Системний адміністратор" @@ -48,44 +46,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Аватар" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Використано:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Налаштування" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Вихід" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -135,6 +111,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -216,33 +208,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Сповіщення" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "Повідомлення" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -280,54 +265,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Файли" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -338,57 +294,23 @@ msgstr "Файли" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "Більше операцій" @@ -413,7 +335,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -435,7 +356,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -450,6 +371,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Опис" @@ -477,8 +399,6 @@ msgstr "Опис" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -488,8 +408,6 @@ msgstr "Опис" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -497,7 +415,6 @@ msgstr "Опис" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -506,30 +423,24 @@ msgstr "Опис" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -538,7 +449,6 @@ msgstr "Опис" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -554,11 +464,8 @@ msgstr "Опис" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -570,11 +477,9 @@ msgstr "Опис" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -603,18 +508,12 @@ msgstr "Скасувати" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -624,29 +523,21 @@ msgstr "Скасувати" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -655,7 +546,6 @@ msgstr "Скасувати" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -668,8 +558,6 @@ msgstr "Скасувати" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -678,9 +566,6 @@ msgstr "Скасувати" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -693,14 +578,12 @@ msgstr "Скасувати" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -730,14 +613,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -747,10 +625,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -758,12 +634,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -776,7 +648,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -784,12 +655,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -799,29 +666,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -848,13 +718,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -939,11 +809,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1011,122 +877,55 @@ msgstr "Дійсно хочете видалити %s ?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1172,20 +971,15 @@ msgstr "Ви впевнені, що хочете відновити цю біб #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Відновити" @@ -1206,12 +1000,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Посилання видалено " @@ -1247,7 +1035,6 @@ msgstr "" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1303,16 +1090,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Новий файл" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1354,12 +1137,8 @@ msgstr "Паролі не збігаються" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1370,39 +1149,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1419,6 +1178,7 @@ msgstr "Читання+Запис" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1430,24 +1190,18 @@ msgstr "Шифрувати" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Пароль" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Підтвердіть пароль" @@ -1458,7 +1212,6 @@ msgstr "Підтвердіть пароль" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Внутрішня помилка сервера" @@ -1469,10 +1222,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1490,13 +1239,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1522,7 +1268,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1535,35 +1280,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Завантажити" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1571,10 +1305,6 @@ msgstr "Завантажити" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Завантажити" @@ -1601,7 +1331,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1609,8 +1338,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Копіювати" @@ -1624,9 +1351,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1634,14 +1358,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1651,9 +1370,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Редагувати" @@ -1694,16 +1410,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Видалити бібліотеку" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Видалити групу" @@ -1711,17 +1424,6 @@ msgstr "Видалити групу" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1735,10 +1437,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1796,18 +1494,6 @@ msgstr "Назва приладу" msgid "Date" msgstr "" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1868,114 +1554,19 @@ msgid "Upload Link" msgstr "Посилання з правами запису" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Оновити" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Надіслати" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "Додати захист паролем" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Створити" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1986,20 +1577,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "Завантажити файл" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2051,7 +1628,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2059,28 +1635,19 @@ msgid "It is required." msgstr "Потрібен Email." #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2091,10 +1658,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2117,30 +1681,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Невірний пароль" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Пароль буде зберігатися на сервері протягом 1 години." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Налаштування" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2160,6 +1718,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2223,70 +1787,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Група" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Каталог" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2298,6 +1798,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2314,23 +1815,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2339,8 +1836,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2350,41 +1845,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Розмір" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Останнє оновлення" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2408,6 +1895,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2445,14 +1934,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2463,14 +1951,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2478,29 +1977,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Підтвердіть пароль" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2555,8 +2045,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2567,7 +2055,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Видалити учасника" @@ -2596,7 +2083,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Встановити квоту" @@ -2637,8 +2123,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2701,76 +2185,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Доступ заборонено" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Помилка" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Будь ласка, перевірте мережеве з’єднання." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2816,39 +2230,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "Ні" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Не визначено" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "Деталі" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "Поточна Версія" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "Перегляд знімка" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2863,17 +2244,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "З правом запису" @@ -2886,98 +2261,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Автор" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "Відвідування" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3015,39 +2298,6 @@ msgstr "" msgid "Search files in this library" msgstr "Пошук файлів в бібліотеці" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Немає результату" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Поточна бібліотека" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Інші бібліотеки" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3079,6 +2329,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3110,30 +2369,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Доступ" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "іконка" @@ -3146,78 +2393,13 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3241,12 +2423,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3261,17 +2443,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3290,7 +2467,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3366,10 +2543,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3397,15 +2572,13 @@ msgstr "Ім'я (необов'язково)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Роль" @@ -3461,8 +2634,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3476,19 +2647,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Користувача(ів)" @@ -3504,15 +2666,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3540,6 +2698,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Будь ласка, введіть 1 або більше літер" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Доступ заборонено" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Помилка" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Будь ласка, перевірте мережеве з’єднання." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3551,25 +2766,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Поточний шлях: " #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Каталог" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3578,8 +2799,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Файл" @@ -3695,6 +2915,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Файли" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3704,7 +2935,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Кошик" @@ -3727,6 +2958,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3834,87 +3070,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Автор" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Зняти відмітку" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "Позначити" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3925,28 +3138,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Бібліотеки" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "Ви також можете натиснути ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3988,57 +3193,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Збереження..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4053,54 +3213,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Завантаження файлу..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Вихід" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "ім'я" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4112,13 +3227,13 @@ msgid "unstarred" msgstr "Зняти відмітку" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "" @@ -4127,74 +3242,26 @@ msgstr "" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "Деталі" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4211,7 +3278,7 @@ msgstr "Адміністратор" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4224,8 +3291,8 @@ msgstr "" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4241,17 +3308,15 @@ msgstr "Поточний шлях: " #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4260,121 +3325,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Дії" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Допомога" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "Клієнти" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Посилання" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Каталоги" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "Робочий простір" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Спільний доступ" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Учасники" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4401,6 +3355,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4413,6 +3368,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4449,21 +3409,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4475,53 +3420,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Бібліотеки" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Немає результату" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4530,8 +3465,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "За замовчуванням" @@ -4541,8 +3474,6 @@ msgstr "За замовчуванням" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Гость" @@ -4567,6 +3498,10 @@ msgstr "Надіслати: " msgid "Message (optional):" msgstr "Повідомлення (опціонально)" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Надіслати" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Відправка ..." @@ -4600,24 +3535,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4647,14 +3564,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "Додати захист паролем" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4669,30 +3582,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4703,46 +3623,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "File download is disabled: the share link traffic of owner is used up.\nЗавантаження файлу відключено: трафік для загального ресурсу власником вичерпано." -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Не вдалося. Будь ласка, перевірте мережеве з'єднання." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Перенесення" @@ -4754,17 +3661,18 @@ msgid "Folder Permission" msgstr "Права доступу на каталог" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Скасувати спільний доступ" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Спільний доступ" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4775,27 +3683,18 @@ msgstr "Змінити пароль" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Скидання пароля" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4812,18 +3711,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4831,8 +3718,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4886,15 +3771,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4967,17 +3846,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Встановлення мови" @@ -5004,18 +3872,6 @@ msgstr "Платформа" msgid "Last Access" msgstr "Останній доступ" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5035,10 +3891,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5046,49 +3899,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5105,11 +3915,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Аватар:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "" @@ -5152,6 +3957,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5193,54 +3999,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5321,7 +4087,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5344,6 +4110,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5379,17 +4146,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Всі" @@ -5547,17 +4312,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5694,29 +4459,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5741,7 +4495,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5754,11 +4508,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5790,6 +4539,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5825,15 +4585,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5867,21 +4618,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6073,9 +4809,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6187,8 +4922,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6335,14 +5070,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6366,27 +5096,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6419,34 +5155,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6577,6 +5313,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6592,15 +5331,8 @@ msgstr "Count" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6716,15 +5448,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "Операція" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Бібліотека" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6743,11 +5490,6 @@ msgid "(current version)" msgstr "(поточна версія)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Перегляд" @@ -6761,19 +5503,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6791,6 +5520,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6798,6 +5541,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Учасники" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6819,27 +5579,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Інформація" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6863,27 +5622,16 @@ msgstr "Створити як" msgid "Operations" msgstr "Операції" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Аватар" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "" @@ -6891,15 +5639,13 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6908,34 +5654,32 @@ msgstr "Статус" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Дисковий простір, що використовується" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Видалити користувача" @@ -6944,7 +5688,6 @@ msgstr "Видалити користувача" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6955,19 +5698,30 @@ msgstr "Активний" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Неактивний" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6979,7 +5733,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6987,103 +5741,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Успішно скопійовано %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "Залишити спільний доступ" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7097,6 +5843,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Збереження..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7105,29 +5861,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Допомога" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7148,15 +5913,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7187,65 +5956,22 @@ msgstr "" msgid "Shared By" msgstr "Надано в загальний доступ " -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "Створено на" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "Не учасники" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7253,30 +5979,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Бібліотека" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7347,11 +6053,44 @@ msgstr "" msgid "Clear" msgstr "Очистити" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "Створено на" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7380,8 +6119,6 @@ msgstr "Всі групи" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Назад" @@ -7390,8 +6127,6 @@ msgstr "Назад" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Вперед" @@ -7400,45 +6135,11 @@ msgstr "Вперед" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "Всі публічні посилання" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7447,6 +6148,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7462,6 +6169,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Загальний доступ від" @@ -7481,26 +6189,12 @@ msgid "Organization" msgstr "Спільноти" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7514,7 +6208,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7577,36 +6270,9 @@ msgstr "Невдало" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Змінити пароль" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Відкликати Адміністратора" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7661,39 +6327,6 @@ msgstr "Імпорт користувачів" msgid "Add user" msgstr "Додати користувача" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Пристрої" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logs" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7712,8 +6345,6 @@ msgstr "Модифіковано" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7780,39 +6411,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Система" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7870,6 +6468,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "" @@ -7915,6 +6517,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7923,16 +6529,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7984,8 +6580,6 @@ msgstr "Введіть розширення файлів, розділяючи #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7994,6 +6588,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8006,6 +6601,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8034,94 +6640,66 @@ msgstr "" msgid "all members" msgstr "усі учасники" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "Відвідування" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Виключено" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8133,6 +6711,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8146,9 +6729,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "Операція" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8206,41 +6790,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Додати користувачів" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8261,6 +6815,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "Не учасники" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8281,39 +6854,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "Скасувати спільний доступ до бібліотеки" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8385,53 +6930,34 @@ msgid "Limits" msgstr "" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Спільноти" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Відкликати Адміністратора" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Кількість учасників" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Адміністратори" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "Призначити адміністратора" @@ -8439,19 +6965,18 @@ msgstr "Призначити адміністратора" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8479,30 +7004,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Виключено" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "Додати" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8530,31 +7088,32 @@ msgstr "" msgid "All Notifications" msgstr "Всі повідомлення" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "Кількість груп" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "Видалити спільноту" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8572,11 +7131,15 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Система" + #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" msgstr "" @@ -8600,30 +7163,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Оновити" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8632,6 +7184,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8642,15 +7202,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8662,34 +7224,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Посилання спільного доступу" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "База даних" @@ -8999,23 +7549,9 @@ msgstr "" msgid "shared by:" msgstr "надано:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Власник цієї бібліотеки перевищив допустимий ліміт." - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Вихід" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9031,7 +7567,11 @@ msgstr "Ви впевнені, що бажаєте видалити сторін msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9082,17 +7622,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Сторінки" @@ -9143,14 +7673,18 @@ msgstr "" msgid "Profile" msgstr "Профіль" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Мова" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9159,35 +7693,7 @@ msgstr "" msgid "Profile Setting" msgstr "Налаштування профілю" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Спільний доступ: " - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9197,14 +7703,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "Помилка конвертації." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "Ви також можете натиснути ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9231,6 +7729,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9344,92 +7847,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9440,7 +7862,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9647,6 +8069,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9716,9 +8585,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9740,38 +8606,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index 1766962c01..1302fc0ae4 100644 --- a/locale/vi/LC_MESSAGES/django.po +++ b/locale/vi/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (http://app.transifex.com/haiwen/seahub/language/vi/)\n" @@ -862,7 +862,8 @@ msgid "" msgstr "" #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1508,11 +1509,11 @@ msgstr "%(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "Không có quyền" @@ -2490,8 +2491,8 @@ msgstr "Thư viện chia sẻ" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3027,11 +3028,11 @@ msgstr "" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "" @@ -3063,7 +3064,7 @@ msgstr "Lịch sử mà bạn chỉ định không tồn tại" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" không tồn tại." @@ -3090,9 +3091,9 @@ msgid "Bad upload link token." msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "File không tồn tại" @@ -3120,49 +3121,49 @@ msgstr "" msgid "Unknown file encoding" msgstr "" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Dung lượng %s quá nặng, không thể mở trực tuyến" -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr " Thư viện đã mã hóa, không thể mở file trực tuyến" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "Không thể tải file" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/vi/LC_MESSAGES/djangojs.po b/locale/vi/LC_MESSAGES/djangojs.po index e7b1333d4d..50c6580a76 100644 --- a/locale/vi/LC_MESSAGES/djangojs.po +++ b/locale/vi/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (http://app.transifex.com/haiwen/seahub/language/vi/)\n" @@ -35,8 +35,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "System Admin" @@ -48,44 +46,22 @@ msgstr "" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "Hình đại diện" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "Đã dùng" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "Cài đặt" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "Đăng xuất" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -135,6 +111,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -216,33 +208,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "Thông báo" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -280,54 +265,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "Tập tin" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -338,57 +294,23 @@ msgstr "Tập tin" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "" @@ -413,7 +335,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -435,7 +356,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -450,6 +371,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "Mô tả" @@ -477,8 +399,6 @@ msgstr "Mô tả" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -488,8 +408,6 @@ msgstr "Mô tả" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -497,7 +415,6 @@ msgstr "Mô tả" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -506,30 +423,24 @@ msgstr "Mô tả" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -538,7 +449,6 @@ msgstr "Mô tả" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -554,11 +464,8 @@ msgstr "Mô tả" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -570,11 +477,9 @@ msgstr "Mô tả" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -603,18 +508,12 @@ msgstr "Hủy" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -624,29 +523,21 @@ msgstr "Hủy" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -655,7 +546,6 @@ msgstr "Hủy" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -668,8 +558,6 @@ msgstr "Hủy" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -678,9 +566,6 @@ msgstr "Hủy" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -693,14 +578,12 @@ msgstr "Hủy" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -730,14 +613,9 @@ msgstr "" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -747,10 +625,8 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -758,12 +634,8 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -776,7 +648,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -784,12 +655,8 @@ msgstr "" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -799,29 +666,32 @@ msgstr "" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -848,13 +718,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -939,11 +809,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1011,122 +877,55 @@ msgstr "Bạn có thật sự muốn xóa tài khoản của bạn?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1172,20 +971,15 @@ msgstr "Bạn có muốn khôi phục thư viện này?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "Khôi phục" @@ -1206,12 +1000,6 @@ msgstr "" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "Bỏ liên kết" @@ -1247,7 +1035,6 @@ msgstr "" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1303,16 +1090,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "Tập tin mới" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1354,12 +1137,8 @@ msgstr "Mật khẩu không trùng khớp" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1370,39 +1149,19 @@ msgid "Template" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1419,6 +1178,7 @@ msgstr "Xem - Điều chỉnh" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1430,24 +1190,18 @@ msgstr "Mã hóa" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "Mật khẩu" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "Nhập lại mật khẩu" @@ -1458,7 +1212,6 @@ msgstr "Nhập lại mật khẩu" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "Internal Server Error" @@ -1469,10 +1222,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1490,13 +1239,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1522,7 +1268,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1535,35 +1280,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "Tải lên" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1571,10 +1305,6 @@ msgstr "Tải lên" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "Tải xuống" @@ -1601,7 +1331,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1609,8 +1338,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "Sao chép" @@ -1624,9 +1351,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1634,14 +1358,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1651,9 +1370,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "Chỉnh sửa" @@ -1694,16 +1410,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "Xóa thư vei65n" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "Xóa nhóm" @@ -1711,17 +1424,6 @@ msgstr "Xóa nhóm" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1735,10 +1437,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1796,18 +1494,6 @@ msgstr "Tên thiết bị" msgid "Date" msgstr "" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1868,114 +1554,19 @@ msgid "Upload Link" msgstr "" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "Ẩn" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "Cập nhật" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "Gởi" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "Thêm hết hạn tự động" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "Khởi tạo" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1986,20 +1577,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2051,7 +1628,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2059,28 +1635,19 @@ msgid "It is required." msgstr "Điều này được yêu cầu" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2091,10 +1658,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2117,30 +1681,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "Thư viện này bảo vệ với mật khẩu" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "Sai mật khẩu" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "Mật khẩu chỉ được lưu tạm trên máy chủ trong 1 giờ." +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "Cài đặt" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2160,6 +1718,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2223,70 +1787,6 @@ msgstr "" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "Group" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "Thư mục" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2298,6 +1798,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2314,23 +1815,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2339,8 +1836,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2350,41 +1845,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "Dung lượng" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "Cập nhật" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2408,6 +1895,8 @@ msgstr "" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2445,14 +1934,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2463,14 +1951,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2478,29 +1977,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "Email" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "Xác nhận mật khẩu" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2555,8 +2045,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2567,7 +2055,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "Xóa thành viên" @@ -2596,7 +2083,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "Thiết lập Quota" @@ -2637,8 +2123,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2701,76 +2185,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "Không có quyền" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "Lỗi" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "Vui lòng kiểm tra lại network." - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2816,39 +2230,6 @@ msgstr "" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "None" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "Không xác định" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2863,17 +2244,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "Link tải lên" @@ -2886,98 +2261,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "Hết hạn" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "Người tạo" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "# Truy cập" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3015,39 +2298,6 @@ msgstr "" msgid "Search files in this library" msgstr "Tìm trong thư viện" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "Không tìm thấy kết quả" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "Thư viện hiện tại" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "Thư viện khác" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3079,6 +2329,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3110,30 +2369,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "Chia sẻ" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "icon" @@ -3146,78 +2393,13 @@ msgstr "" msgid "Select libraries to share" msgstr "Chọn thư viện để chia sẻ" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3241,12 +2423,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3261,17 +2443,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3290,7 +2467,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3366,10 +2543,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3397,15 +2572,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "Vai trò" @@ -3461,8 +2634,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3476,19 +2647,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "Người dùng" @@ -3504,15 +2666,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3540,6 +2698,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "Vui lòng thêm ký tự" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "Không có quyền" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "Lỗi" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "Vui lòng kiểm tra lại network." + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3551,25 +2766,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "Đường dẫn hiện tại" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "Thư mục" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3578,8 +2799,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "Tập tin" @@ -3695,6 +2915,17 @@ msgstr "" msgid "Packaging..." msgstr "" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "Tập tin" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3704,7 +2935,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "Thùng rác" @@ -3727,6 +2958,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3834,87 +3070,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "Người tạo" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "đã khóa" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "Hủy đánh dấu" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3925,28 +3138,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "Thư viện" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "bạn cũng có thể nhấn ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3988,57 +3193,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "Đang lưu..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4053,54 +3213,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "Đang tải dữ liệu" -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "Hủy tất cả" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "Tên" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4112,13 +3227,13 @@ msgid "unstarred" msgstr "bỏ đánh dấu" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "Khóa" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "Mở khóa" @@ -4127,74 +3242,26 @@ msgstr "Mở khóa" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" msgstr "" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4211,7 +3278,7 @@ msgstr "Admin" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4224,8 +3291,8 @@ msgstr "" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4241,17 +3308,15 @@ msgstr "Đường dẫn hiện tại" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "" @@ -4260,121 +3325,10 @@ msgstr "" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "Các hoạt động" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "Trợ giúp" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "Links" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "Thư mục" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "Quản lý chia sẻ" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "Thành viên" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4401,6 +3355,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4413,6 +3368,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4449,21 +3409,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4475,53 +3420,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "Thư viện" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "Không tìm thấy kết quả" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4530,8 +3465,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "" @@ -4541,8 +3474,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "Tài khoản Khách" @@ -4567,6 +3498,10 @@ msgstr "Gởi đến:" msgid "Message (optional):" msgstr "Lời nhắn (tùy chọn)" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "Gởi" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "Đang gởi..." @@ -4600,24 +3535,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4647,13 +3564,9 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" msgstr "" #: frontend/src/components/share-link-panel/link-details.js:51 @@ -4669,30 +3582,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "Hết hạn" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4703,46 +3623,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Không thể tải xuống: đã dùng hết băng thông chia sẻ" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "Thất bại. Vui lòng kiểm tra lại network." #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "Chuyển" @@ -4754,17 +3661,18 @@ msgid "Folder Permission" msgstr "Folder Permission" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "Ngừng chia sẻ" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "Quản lý chia sẻ" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4775,27 +3683,18 @@ msgstr "Thay đổi mật khẩu" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "Đã đổi Mật khẩu" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4812,18 +3711,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4831,8 +3718,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4886,15 +3771,9 @@ msgid "New" msgstr "" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4967,17 +3846,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "Cài đặt ngôn ngữ" @@ -5004,18 +3872,6 @@ msgstr "Nền tảng" msgid "Last Access" msgstr "Truy cập lần cuối" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5035,10 +3891,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5046,49 +3899,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5105,11 +3915,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "Avatar:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "Tên đăng nhập" @@ -5152,6 +3957,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5193,54 +3999,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5321,7 +4087,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5344,6 +4110,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5379,17 +4146,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "Tất cả" @@ -5547,17 +4312,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5694,29 +4459,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5741,7 +4495,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5754,11 +4508,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5790,6 +4539,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5825,15 +4585,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5867,21 +4618,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6073,9 +4809,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6187,8 +4922,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6335,14 +5070,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6366,27 +5096,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6419,34 +5155,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6577,6 +5313,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6592,15 +5331,8 @@ msgstr "" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6716,15 +5448,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "Thư viện" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6743,11 +5490,6 @@ msgid "(current version)" msgstr "(phiên bản hiện tại)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "Xem" @@ -6761,19 +5503,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6791,6 +5520,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6798,6 +5541,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "Thành viên" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6819,27 +5579,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "Thông tin" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6863,27 +5622,16 @@ msgstr "Tạo lúc" msgid "Operations" msgstr "Tính năng" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "Hình đại diện" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "" @@ -6891,15 +5639,13 @@ msgstr "" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6908,34 +5654,32 @@ msgstr "Trạng thái" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "Dung lượng đã dùng" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "Lần đăng nhập cuối" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "Xóa người dùng" @@ -6944,7 +5688,6 @@ msgstr "Xóa người dùng" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6955,19 +5698,30 @@ msgstr "Đã kích hoạt" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "Chưa kích hoạt" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "" @@ -6979,7 +5733,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6987,103 +5741,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "Sao chép %(name)s thành công." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7097,6 +5843,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "Đang lưu..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7105,29 +5861,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "Trợ giúp" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7148,15 +5913,19 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 -#| msgid "Successfully change the group" -msgid "Successfully change office suite." +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 +#| msgid "Successfully change the group" +msgid "Successfully change office suite." msgstr "" #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 @@ -7187,65 +5956,22 @@ msgstr "" msgid "Shared By" msgstr "Chia sẻ bởi" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" msgstr "" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 @@ -7253,30 +5979,10 @@ msgstr "" msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "Thư viện" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" msgstr "" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 @@ -7347,11 +6053,44 @@ msgstr "Bạn có chắc muốn làm sạch thùng rác?" msgid "Clear" msgstr "Xóa" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7380,8 +6119,6 @@ msgstr "Tất cả Group" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "Trước" @@ -7390,8 +6127,6 @@ msgstr "Trước" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "Tiếp theo" @@ -7400,45 +6135,11 @@ msgstr "Tiếp theo" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7447,6 +6148,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7462,6 +6169,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "Chia sẻ từ" @@ -7481,26 +6189,12 @@ msgid "Organization" msgstr "Tổ chức" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "Xuất file Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7514,7 +6208,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7577,36 +6270,9 @@ msgstr "Failed" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "Thay đổi mật khẩu" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "Hủy bỏ quyền Admin" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7661,39 +6327,6 @@ msgstr "Nhập người dùng" msgid "Add user" msgstr "Thêm người dùng" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "Các thiết bị" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "Logs" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7712,8 +6345,6 @@ msgstr "Đã sửa đổi" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7780,39 +6411,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "Hệ thống" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7870,6 +6468,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "File Upload" @@ -7915,6 +6517,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7923,16 +6529,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7984,8 +6580,6 @@ msgstr "Điền định dạng file, cách biệt bởi dấu ','" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7994,6 +6588,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8006,6 +6601,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8034,94 +6640,66 @@ msgstr "" msgid "all members" msgstr "tất cả thành viên" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "# Truy cập" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "Loại bỏ" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "Chia sẻ thư viện hiện có" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8133,6 +6711,11 @@ msgstr "" msgid "Handled" msgstr "" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8146,8 +6729,9 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 @@ -8206,41 +6790,11 @@ msgstr "" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "Thêm thư viện" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "Thêm thành viên" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8261,6 +6815,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8281,39 +6854,11 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" msgstr "" #: frontend/src/pages/sys-admin/groups/groups.js:105 @@ -8385,53 +6930,34 @@ msgid "Limits" msgstr "Giới hạn" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "Tổ chức" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "Hủy bỏ quyền Admin" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "Số lượng thành viên" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "Admins" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "" @@ -8439,19 +6965,18 @@ msgstr "" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 @@ -8479,30 +7004,63 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "Loại bỏ" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 @@ -8530,31 +7088,32 @@ msgstr "" msgid "All Notifications" msgstr "Tất cả thông báo" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "SỐ lượng nhóm" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8572,11 +7131,15 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" msgstr "" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "Hệ thống" + #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" msgstr "" @@ -8600,30 +7163,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "Cập nhật" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8632,6 +7184,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8642,15 +7202,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "" @@ -8662,34 +7224,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "Links chia sẻ" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "Database" @@ -8999,23 +7549,9 @@ msgstr "" msgid "shared by:" msgstr "" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "Chủ thư viện này đã dùng hết dung lượng" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "Hủy tất cả" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9031,7 +7567,11 @@ msgstr "Bạn có chắc bạn muốn xóa trang này" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9082,17 +7622,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "Trang" @@ -9143,14 +7673,18 @@ msgstr "" msgid "Profile" msgstr "Hồ Sơ Cá Nhân" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "Ngôn ngữ" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9159,35 +7693,7 @@ msgstr "" msgid "Profile Setting" msgstr "Cài đặt hồ sơ cá nhân" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "Được chia sẻ bởi:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9197,14 +7703,6 @@ msgstr "" msgid "Document convertion failed." msgstr "Chuyển đổi tài liệu thất bại." -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "bạn cũng có thể nhấn ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9231,6 +7729,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9344,92 +7847,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9440,7 +7862,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9647,6 +8069,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9716,9 +8585,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9740,38 +8606,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/zh_CN/LC_MESSAGES/django.po b/locale/zh_CN/LC_MESSAGES/django.po index 77c7c1e3b1..9577b48a4f 100644 --- a/locale/zh_CN/LC_MESSAGES/django.po +++ b/locale/zh_CN/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ # Daniel Pan , 2015-2016 # llj , 2014 # llj , 2014 -# Seafile Info , 2023-2024 +# Seafile Info , 2023-2025 # zheng xie , 2014-2019 # zMingGit <517046497@qq.com>, 2017 # zMingGit <517046497@qq.com>, 2017 @@ -27,9 +27,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" -"Last-Translator: Seafile Info , 2023-2024\n" +"Last-Translator: Seafile Info , 2023-2025\n" "Language-Team: Chinese (China) (http://app.transifex.com/haiwen/seahub/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -881,8 +881,9 @@ msgid "" msgstr "你已经有 %(nb_avatars)d 个头像, 最多允许拥有 %(nb_max_avatars)d 个." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." -msgstr "WebDAV 密码长度需要少于 30 个字符。" +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." +msgstr "WebDAV 的密码长度应该小于30" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 #: seahub/api2/endpoints/wikis.py:219 @@ -1527,11 +1528,11 @@ msgstr "%(site_name)s 团队" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "没有权限" @@ -2509,8 +2510,8 @@ msgstr "共享的资料库" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3046,11 +3047,11 @@ msgstr "禁用" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "无法查看该文件" @@ -3082,7 +3083,7 @@ msgstr "指定的历史记录不存在" msgid "Unknown error" msgstr "未知错误" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" 不存在。" @@ -3109,9 +3110,9 @@ msgid "Bad upload link token." msgstr "无效的上传链接" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "文件不存在" @@ -3139,49 +3140,49 @@ msgstr "文件编码不合适" msgid "Unknown file encoding" msgstr "文件编码无法识别" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "文件大小超过 %s,无法在线查看。" -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "加密资料库不能在线预览文件。" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "Office Online 预览文件时出错。" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "OnlyOffice 预览文件时出错。" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "无法下载文件,无效的文件路径" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "无法下载文件,错误的文件路径" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "无法下载文件。" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "%s 的共享链接。" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "无法下载文件" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "源文档不存在" diff --git a/locale/zh_CN/LC_MESSAGES/djangojs.po b/locale/zh_CN/LC_MESSAGES/djangojs.po index b86e3e3cc6..37f1963e78 100644 --- a/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Seafile Info , 2023-2025\n" "Language-Team: Chinese (China) (http://app.transifex.com/haiwen/seahub/language/zh_CN/)\n" @@ -53,8 +53,6 @@ msgid "Exit Institution Admin" msgstr "退出机构管理" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "系统管理" @@ -66,44 +64,22 @@ msgstr "团队管理" msgid "Institution Admin" msgstr "机构管理" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "头像" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "查看个人资料" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "已用空间:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "设置" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "客户门户" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "退出" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "撤销" @@ -153,6 +129,22 @@ msgstr "{share_from} 给群组 {group_link} 共享了一个目录 {repo_link} msgid "{user} has transfered a library named {repo_link} to you." msgstr "{user} 转让了一个资料库 {repo_link} 给你。" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "新文件 {upload_file_link} 上传到了 {uploaded_link}。" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "文件 {upload_file_link} 已上传。" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "名称为 {upload_folder_link} 的文件夹已上载到 {uploaded_link} 。" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "文件夹 {upload_folder_link} 已上传。" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "{user} 在资料库 {libraryName} 中创建了文件 {fileName}。" @@ -234,33 +226,26 @@ msgid "" "library {libraryName}." msgstr "{user} 移动了资料库 {libraryName} 中的目录 {folderName} 和 {folderCount} 个其他目录。" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "你的资料库 {libraryName} 最近删除了大量文件。" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "资料库 {libraryName} 的人脸识别已完成。" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "通知" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "通知" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "全部标记为已读" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "查看所有通知" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -298,54 +283,25 @@ msgstr "刷新视图" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "标签" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "文件" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -356,57 +312,23 @@ msgstr "文件" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "更多操作" @@ -431,7 +353,6 @@ msgid "Abuse report added" msgstr "举报已添加" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "举报" @@ -453,7 +374,7 @@ msgid "Abuse Content" msgstr "内容非法" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "其他" @@ -468,6 +389,7 @@ msgstr "联系人信息" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "描述" @@ -495,8 +417,6 @@ msgstr "描述" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -506,8 +426,6 @@ msgstr "描述" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -515,7 +433,6 @@ msgstr "描述" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -524,30 +441,24 @@ msgstr "描述" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -556,7 +467,6 @@ msgstr "描述" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -572,11 +482,8 @@ msgstr "描述" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -588,11 +495,9 @@ msgstr "描述" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -621,18 +526,12 @@ msgstr "取消" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -642,29 +541,21 @@ msgstr "取消" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -673,7 +564,6 @@ msgstr "取消" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -686,8 +576,6 @@ msgstr "取消" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -696,9 +584,6 @@ msgstr "取消" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -711,14 +596,12 @@ msgstr "取消" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -748,14 +631,9 @@ msgstr "添加知识库" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -765,10 +643,8 @@ msgstr "添加知识库" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -776,12 +652,8 @@ msgstr "添加知识库" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -794,7 +666,6 @@ msgstr "添加知识库" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -802,12 +673,8 @@ msgstr "添加知识库" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -817,29 +684,32 @@ msgstr "添加知识库" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -866,13 +736,13 @@ msgstr "选择一个部门" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "没有可选选项" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "新建页面" @@ -957,11 +827,7 @@ msgstr "清除成功。" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1029,122 +895,55 @@ msgstr "确定要注销该账号吗?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1190,20 +989,15 @@ msgstr "确定要还原该资料库?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "还原" @@ -1224,12 +1018,6 @@ msgstr "在此设备下次上线时删除此设备上的文件。" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "断开连接" @@ -1265,7 +1053,6 @@ msgstr "将已选条目复制到:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1321,16 +1108,12 @@ msgstr "名称“{name}”已被占用,请选取一个不同的名称。" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "新建文件" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1372,12 +1155,8 @@ msgstr "两次输入的密码不一致" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1388,39 +1167,19 @@ msgid "Template" msgstr "模板" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "存储后端" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1437,6 +1196,7 @@ msgstr "可读写" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1448,24 +1208,18 @@ msgstr "加密" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "密码" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "请再次输入密码" @@ -1476,7 +1230,6 @@ msgstr "请再次输入密码" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "服务器内部错误" @@ -1487,10 +1240,6 @@ msgstr "标签 \"{name}\" 已经存在。" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1508,13 +1257,10 @@ msgstr "选择一个颜色" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "保存" @@ -1540,7 +1286,6 @@ msgstr "权限名称" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1553,35 +1298,24 @@ msgstr "权限名称" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "上传" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1589,10 +1323,6 @@ msgstr "上传" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "下载" @@ -1619,7 +1349,6 @@ msgstr "修改包括修改文件,移动/重命名文件和目录" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1627,8 +1356,6 @@ msgstr "修改包括修改文件,移动/重命名文件和目录" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "复制" @@ -1642,9 +1369,6 @@ msgid "Generate share link" msgstr "生成共享链接" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1652,14 +1376,9 @@ msgstr "生成共享链接" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1669,9 +1388,6 @@ msgstr "生成共享链接" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "编辑" @@ -1712,16 +1428,13 @@ msgstr "该资料库已被共享给 {user_amount} 个用户和 {group_amount} #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "删除资料库" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "删除群组" @@ -1729,17 +1442,6 @@ msgstr "删除群组" msgid "Really want to delete this group?" msgstr "确定要删除这个群组?" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "选择标签" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "新建标签" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "编辑标签成功。" @@ -1753,10 +1455,6 @@ msgid "{placeholder} Access Log" msgstr "{placeholder} 访问日志" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1814,18 +1512,6 @@ msgstr "设备名称" msgid "Date" msgstr "日期" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "匿名用户" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "这个文件目前并没有被访问" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1886,114 +1572,19 @@ msgid "Upload Link" msgstr "上传链接" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "隐藏" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "显示" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "过期日期" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "更新" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "发送" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "增加密码保护" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "增加自动过期" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "生成链接" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "群组成员" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "欢迎使用 {site_name_placeholder}" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "{site_name_placeholder} 把文件组织到资料库里。每个资料库可以被单独地同步和共享。我们已经为你创建了一个私人资料库。之后你可以创建更多的资料库。" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr " {site_name_placeholder} 通过资料库来管理文件。每个资料库可以单独加密和共享。然而,因为你现在是访客,所以不能创建资料库。" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "图片无法被加载。" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "向前 (左方向键)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "向后 (右方向键)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "关闭(Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "缩小" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "放大" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "查看原图" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "OCR" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -2004,20 +1595,6 @@ msgstr "请选择.xlsx后缀文件" msgid "Import members from a .xlsx file" msgstr "通过 .xlsx 文件导入成员" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "下载示例文件" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "上传文件" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "选择文件" @@ -2069,7 +1646,6 @@ msgstr "撤消访问权限" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2077,28 +1653,19 @@ msgid "It is required." msgstr "必填项。" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "邮箱无效。" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "成功邀请了 %(email)。" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "成功邀请了 %(email) 和其他 %(num) 个人。" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "邀请访客" @@ -2109,10 +1676,7 @@ msgstr "邮箱" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "输入邮箱,多个以,分隔" @@ -2135,30 +1699,24 @@ msgid "Really want to leave this group?" msgstr "确定要退出这个群组?" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "退出" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "该资料库已加密" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "密码错误" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "密码将在服务器上保存 1 小时。" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "设置" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2178,6 +1736,12 @@ msgstr "扩展属性" msgid "Face recognition" msgstr "人脸识别" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "OCR" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2241,70 +1805,6 @@ msgstr "{placeholder} 目录权限" msgid "Set permission of {placeholder}" msgstr "设置 {placeholder} 的权限" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "群组" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "目录" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "目录权限只有在库共享给用户或组后才有效。它用于微调子目录权限。" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "查找群组" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "没有结果" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "搜索用户" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "创建的文件" @@ -2316,6 +1816,7 @@ msgstr "创建的文件" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2332,23 +1833,19 @@ msgid "Tagged Files" msgstr "打标签的文件" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2357,8 +1854,6 @@ msgstr "打标签的文件" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2368,41 +1863,33 @@ msgstr "打标签的文件" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "大小" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "更新时间" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "已删除" @@ -2426,6 +1913,8 @@ msgstr "已删除的资料库" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "没有已删除的资料库" @@ -2463,14 +1952,13 @@ msgstr "选择一个用户作为管理员" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "新建子部门" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2481,14 +1969,25 @@ msgstr "新建部门" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "添加成员" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "搜索用户" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2496,29 +1995,20 @@ msgstr "请输入邮箱" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "添加用户" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "邮箱" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "确认密码" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2573,8 +2063,6 @@ msgstr "结束日期" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "确定要删除 {placeholder} 吗?" @@ -2585,7 +2073,6 @@ msgstr "删除部门" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "删除成员" @@ -2614,7 +2101,6 @@ msgstr "配额无效。" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "设置配额" @@ -2655,8 +2141,6 @@ msgid "" msgstr "URL 的自定义部分长度必须在5到30个字符之间,并且只能包含字母(a-z),数字和连字符。" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "取消发布" @@ -2719,76 +2203,6 @@ msgstr "新建知识库名称" msgid "API token is copied to the clipboard." msgstr "API token 已复制到剪贴板。" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "没有权限" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "错误" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "请检查网络是否已连接。" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "APP 名称" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "{placeholder} API Token" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2834,39 +2248,6 @@ msgstr "版本" msgid "Labels" msgstr "标签" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "无" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "未知" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "详情" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "当前版本" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "查看镜像" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2881,17 +2262,11 @@ msgid "{placeholder} Share Admin" msgstr "{placeholder} 共享管理" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "共享链接" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "上传链接" @@ -2904,98 +2279,6 @@ msgstr "用户共享" msgid "Group Shares" msgstr "群组共享" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "过期时间" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "没有共享外链" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "删除共享链接" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "确定要删除勾选的共享链接吗?" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "成功删除 1 个条目" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "已成功删除 1 个上传链接" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "已成功删除 {number_placeholder} 个上传链接" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "创建者" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "链接" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "访问次数" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "没有上传外链" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "删除上传链接" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "你确定要删除所选的上传链接吗?" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3033,39 +2316,6 @@ msgstr "导出中..." msgid "Search files in this library" msgstr "在当前资料库搜索文件" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "没有结果" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "请先选择一个资料库或目录。" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "当前资料库" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "其他资料库" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "最近使用" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "新建目录" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "设置用户的联系邮箱" @@ -3097,6 +2347,15 @@ msgstr "设置 WebDAV 密码" msgid "The link is copied to the clipboard." msgstr "外链已复制到剪贴板。" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "链接" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3128,30 +2387,18 @@ msgstr "共享到其他服务器" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "共享" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "图标" @@ -3164,78 +2411,13 @@ msgstr "请选择一个资料库来共享。" msgid "Select libraries to share" msgstr "选择要共享的资料库" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "邀请者" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "服务器" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "用户邮箱" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "请稍候。" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "成功删除 1 个条目。" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "选择一个服务器" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "资料库无法与其所有者共享。" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "按名称升序" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "按名称降序" @@ -3259,12 +2441,12 @@ msgstr "按时间升序" msgid "By time descending" msgstr "按时间降序" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "添加部门到" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "创建顶层部门" @@ -3279,17 +2461,12 @@ msgstr "删除部门" msgid "Are you sure to delete" msgstr "确定要删除" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3308,7 +2485,7 @@ msgstr "设置上传速率最大值" msgid "Set Download Rate Limit" msgstr "设置下载速率最大值" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "增加成员" @@ -3384,10 +2561,8 @@ msgstr "添加团队" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3415,15 +2590,13 @@ msgstr "名称(可选)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "用户角色" @@ -3479,8 +2652,6 @@ msgstr "设置名称" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "使用条款" @@ -3494,19 +2665,10 @@ msgid "Transfer to department" msgstr "转让给部门" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "用户" @@ -3522,15 +2684,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "如果资料库共享给其他用户,共享关系将被保留。" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "组织架构" @@ -3558,6 +2716,63 @@ msgstr "转换群组给" msgid "Please enter 1 or more character" msgstr "请输入 1 个或更多字符" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "没有权限" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "错误" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "请检查网络是否已连接。" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3569,25 +2784,31 @@ msgstr "访问旧版页面" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "没有文件" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "当前路径:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "已恢复1个项目" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "目录" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3596,8 +2817,7 @@ msgstr "已恢复1个项目" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "文件" @@ -3713,6 +2933,17 @@ msgstr "下载失败。文件总大小超过了限制。" msgid "Packaging..." msgstr "正在打包" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "文件" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "其他" @@ -3722,7 +2953,7 @@ msgstr "其他" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "回收站" @@ -3745,6 +2976,11 @@ msgstr "看板" msgid "Map" msgstr "地图" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "新建视图" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "扩展提示" @@ -3852,87 +3088,64 @@ msgstr "通用信息" msgid "Capture information" msgstr "拍摄信息" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "创建者" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "被 {name} 冻结" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "被 {name} 锁定" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "已冻结" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "已锁定" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "被 {name} 冻结" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "被 {name} 锁定" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "取消选择该条目" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "选择该条目" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "取消星标" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "添加星标" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "取消选择所有条目" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "选择所有条目" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "该目录暂无任何内容。" @@ -3943,28 +3156,20 @@ msgstr "你可以快速创建文件" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "没有匹配的结果" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "资料库" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "可用方向键 ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "你也可以按→" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -4006,57 +3211,12 @@ msgstr "网络错误" msgid "File too large" msgstr "文件太大" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "准备上传..." - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "剩余" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "保存中..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "等候中..." - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "上传中..." -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "已上传" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "重新上传" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4071,54 +3231,9 @@ msgstr "{failed_files_num} 个文件上传失败" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "文件上传中..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "所有文件上传完毕" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "重传所有失败项" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "取消全部" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "名称" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "大小" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "进度" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "状态" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4130,13 +3245,13 @@ msgid "unstarred" msgstr "未加星标" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "锁定" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "解锁" @@ -4145,74 +3260,26 @@ msgstr "解锁" msgid "Find" msgstr "查找" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "打印" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "客户端打开" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "打开父目录" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "此文件格式不支持云端查看" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "展开" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "折叠" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "我的资料库" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "共享给我的" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "公共资料库" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "详情" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4229,7 +3296,7 @@ msgstr "管理" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4242,8 +3309,8 @@ msgstr "群组成员" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4259,17 +3326,15 @@ msgstr "当前路径:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "资料库类型" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "操作" @@ -4278,121 +3343,10 @@ msgstr "操作" msgid "Add group member" msgstr "增加群组成员" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "搜索群组成员" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "收藏夹" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "文件活动" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "知识库" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "帮助" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "客户端" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "关于" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "展开侧边栏" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "链接" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "目录" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "工作区" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "共享管理" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "帮助和资源" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "收起侧边栏" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "显示更多" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "成员" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "拥有的资料库" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "共享的资料库" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "{number_placeholder} / 页" @@ -4419,6 +3373,7 @@ msgstr "权限错误。请尝试 {placeholder-left}重新登录。{placeholder-r #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "没有标签" @@ -4431,6 +3386,11 @@ msgstr "标签未找到" msgid "Find a tag" msgstr "查找标签" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "新建标签" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4467,21 +3427,6 @@ msgstr "导入标签" msgid "Export tags" msgstr "导入标签" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "已发布" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "查看已发布页面" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "你正在关注该资料库中的文件改动。" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4493,53 +3438,43 @@ msgid "Type characters to start search" msgstr "输入字符开始搜索" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "在全部资料库中" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "在这个资料库中" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "在这个目录" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "最近访问的搜索结果" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "清空搜索" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "资料库" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "当前页面" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "没有结果" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "增加自定义权限" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "任何获得链接的人" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "团队中的特定用户" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "拥有指定邮箱的人" @@ -4548,8 +3483,6 @@ msgstr "拥有指定邮箱的人" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "默认" @@ -4559,8 +3492,6 @@ msgstr "默认" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "访客" @@ -4585,6 +3516,10 @@ msgstr "发送到:" msgid "Message (optional):" msgstr "附加消息(可选):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "发送" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "发送中..." @@ -4618,24 +3553,6 @@ msgstr "成功删除了 1 个共享链接" msgid "Successfully deleted {number_placeholder} share links" msgstr "成功删除了 {number_placeholder} 个共享链接" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "成功添加 %s。" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "验证的邮箱" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "验证的用户" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4665,14 +3582,10 @@ msgstr "生成链接" msgid "Number of links" msgstr "链接数量" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "设置权限" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "设置访问范围" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "增加密码保护" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4687,30 +3600,37 @@ msgstr "直接下载连接已复制到剪切板。" msgid "Direct download link" msgstr "直接下载链接" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "访问范围" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "删除共享链接" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "确定删除该共享链接吗?" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "导出" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "没有共享外链" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "过期时间" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "删除共享链接" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "确定要删除勾选的共享链接吗?" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4721,46 +3641,33 @@ msgstr "保存成功" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "文件下载已禁用:外链拥有者的流量已用完。" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "共享来源:" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "另存为..." - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "已过期" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "资料库转让成功。" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "操作失败。请检查网络是否已连接。" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "删除 {name} 失败。" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "转让" @@ -4772,17 +3679,18 @@ msgid "Folder Permission" msgstr "目录权限" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "取消共享" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "共享管理" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4793,27 +3701,18 @@ msgstr "修改密码" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "重置密码" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "关注文件改动" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "取消文件改动关注" @@ -4830,18 +3729,6 @@ msgstr "高级" msgid "SeaTable integration" msgstr "SeaTable 集成" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "成功取消星标 {library_name_placeholder}" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "成功添加星标 {library_name_placeholder}" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4849,8 +3736,6 @@ msgstr "切换排序模式" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "搜索文件" @@ -4904,15 +3789,9 @@ msgid "New" msgstr "新建" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "导入 sdoc" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "正在导入sdoc,请稍候..." - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "不选择" @@ -4985,17 +3864,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "添加,删除和修改的文件列表将发送到你的邮箱。" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "协作通知" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "是否将共享资料库或是加入群组之类的协作通知发送到你的邮箱。" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "语言设置" @@ -5022,18 +3890,6 @@ msgstr "平台" msgid "Last Access" msgstr "最后访问时间" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "成功断开连接 %(name)s 。" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "已连接的设备" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5053,10 +3909,7 @@ msgstr "在通讯录中列出你的账户, 以便其他人可以通过输入你 msgid "Social Login" msgstr "社交账号登录" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "连接" @@ -5064,49 +3917,6 @@ msgstr "连接" msgid "Status: enabled" msgstr "状态:已启用" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "关闭两步验证" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "如果你身边没有设备,可以通过备用验证码来登录账户。" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "你只有一个备用验证码。" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "你还剩余 {num} 个备用验证码。" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "显示验证码" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "你的账号并未开启两步验证,请开启两步验证增加账号安全性。" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "开启两步验证" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "两步验证" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "请选择一个图片文件。" @@ -5123,11 +3933,6 @@ msgstr " 文件太大。不得超过 1MB。" msgid "Avatar updated" msgstr "头像已更新" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "头像:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "用户名:" @@ -5170,6 +3975,7 @@ msgid "Password removed" msgstr "密码已移除" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "WebDAV 访问" @@ -5211,54 +4017,14 @@ msgstr "切换视图模式" msgid "Wiki published" msgstr "知识库已发布" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "发布" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "转换为新知识库" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "取消发布知识库" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "你确定要取消发布知识库吗" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "删除知识库" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "你确定要删除知识库吗" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "离开共享知识库" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "你确定要离开共享知识库吗" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "我的知识库" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "共享给我的" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "旧版知识库" @@ -5339,7 +4105,7 @@ msgstr "没有选项" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "选择标签" @@ -5362,6 +4128,7 @@ msgid "No tag" msgstr "没有标签" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5397,17 +4164,15 @@ msgid "Day" msgstr "日" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "全部" @@ -5565,17 +4330,17 @@ msgid "Turn off" msgstr "关闭" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "生成描述" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "提取文件详细信息" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "生成文件标签" @@ -5712,29 +4477,18 @@ msgstr "查找协作人" msgid "Select option(s)" msgstr "选择标签" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "删除选项" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "选择标签" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "选择协作人" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "无效的过滤器" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "搜索属性" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "仅文件" @@ -5759,7 +4513,7 @@ msgstr "只有视频" msgid "Pictures and videos" msgstr "图片和视频" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "基础" @@ -5772,11 +4526,6 @@ msgstr "文件类型" msgid "No filters" msgstr "没有过滤条件" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "增加过滤条件" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5808,6 +4557,17 @@ msgstr "按季度" msgid "By year" msgstr "按年" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "搜索属性" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "没有结果" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "此视图未应用任何分组。" @@ -5843,15 +4603,6 @@ msgstr "显示全部" msgid "There is another option with this name" msgstr "还有一个相同名称的选项" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "{name} 行使用这个选项。" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "你确定要删除这个选项?" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "没有选项" @@ -5885,21 +4636,6 @@ msgstr "使用导入/导出功能快速传输选项。(导出为JSON格式) msgid "Import options" msgstr "导入选项" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "导出选项" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "没有排序" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "增加排序" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "没有可显示的信息。" @@ -6091,9 +4827,8 @@ msgstr "已成功删除 {name} 和 {n} 个其他项目" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6205,8 +4940,8 @@ msgstr "更改标签失败" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "重命名{name}失败" @@ -6353,14 +5088,9 @@ msgstr "人像识别中..." msgid "items" msgstr "个项目" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "没有记录" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "删除文件" @@ -6384,27 +5114,33 @@ msgid "No categories" msgstr "无类别" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "在新标签中打开目录" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "在新标签中打开文件" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "打开父目录" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "删除文件夹" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "重命名文件夹" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "重命名文件" @@ -6437,34 +5173,34 @@ msgstr "在卡片上显示的属性" msgid "Failed to get user location" msgstr "获取用户位置失败" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "清除所选内容" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "复制所选内容" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "删除已选中" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "提取文件详细信息" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "移动目录" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "移动文件" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "最多选择50个文件" @@ -6595,6 +5331,9 @@ msgstr "删除属性" msgid "This property can not be deleted" msgstr "这个属性不能被删除" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6610,16 +5349,9 @@ msgstr "数量" msgid "Deleted option" msgstr "删除选项" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "该行已锁定,无法修改" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" -msgstr "选择" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" +msgstr "没有记录" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 msgid "Open folder" @@ -6734,15 +5466,30 @@ msgstr "移动目录" msgid "No more activities" msgstr " 没有更多活动了" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "所有活动" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "操作" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "我的活动" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "资料库" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6761,11 +5508,6 @@ msgid "(current version)" msgstr "(当前版本)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "查看" @@ -6779,19 +5521,6 @@ msgstr "查看相关镜像" msgid "Successfully restored." msgstr "恢复成功。" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "没有资料库" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "没有资料库被共享到当前群组" @@ -6809,6 +5538,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "尚未与此群组共享任何资料库。所有群组成员都可以访问与群组共享的资料库。你可以在“我的资料库”中与群组共享资料库。你还可以通过单击下拉菜单中的“新建资料库”选项,来创建要与此群组共享的新资料库。" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "没有资料库" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6816,6 +5559,23 @@ msgid "" "dropdown menu." msgstr "你可以通过单击下拉菜单中的“新建资料库”项来创建资料库。" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "请稍候。" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "成员" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "导入成员" @@ -6837,27 +5597,26 @@ msgid "This is a special group representing a department." msgstr "该群组代表一个部门。" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "信息" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "拥有的资料库" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6881,27 +5640,16 @@ msgstr "创建时间" msgid "Operations" msgstr "操作" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "头像" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "已用空间 / 容量 " -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "已损坏 ({repo_id_placeholder})" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "联系人邮箱" @@ -6909,15 +5657,13 @@ msgstr "联系人邮箱" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6926,34 +5672,32 @@ msgstr "状态" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "已用空间" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "上次登录" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "删除用户" @@ -6962,7 +5706,6 @@ msgstr "删除用户" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6973,19 +5716,30 @@ msgstr "激活" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "未激活" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "成功删除 1 个条目。" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "邀请时间" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "已经接受" @@ -6997,7 +5751,7 @@ msgstr "没有邀请" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -7005,103 +5759,95 @@ msgid "" "in the dropdown menu." msgstr "你尚未邀请任何访客。访客可以通过 web 界面访问共享资料库,从而比通过链接更有效地进行协作。你可以通过单击下拉菜单中的“邀请访客”选项来邀请访客。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "资料库共享权限未找到。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "文件移动失败。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "文件复制失败。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "成功移动文件到另一个资料库。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "成功复制文件到另一个资料库。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "恢复了 {name} 和 {n} 个其他条目" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "恢复了 {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "没能恢复 {name} 和 {n} 个其他条目" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "没能恢复 {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "成功删除了 {name} 和 {n} 个其他条目。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "没能删除 {name} 和 {n} 个其他条目。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "删除 {name} 失败" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "成功移动 {name}。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "移动 {name} 失败。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "成功复制 %(name)s。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "复制 %(name)s 失败" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "转换中,请稍候..." -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "文件转换成功" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "{name} 转换失败" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "退出共享" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "此库已由管理员设置为只读,无法更新。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "目录不存在。" @@ -7115,6 +5861,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "你还没有通过任何(桌面或移动)客户端访问文件。可以配置下客户端,这样可以更方便地访问数据。" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "保存中..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "客户端打开" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "切换至普通文本编辑器" @@ -7123,29 +5879,38 @@ msgstr "切换至普通文本编辑器" msgid "Switch to rich text editor" msgstr "切换至富文本编辑器" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "帮助" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "这个文件已被修改。" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "刷新" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "其他用户在编辑这个文件!" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "离开这个页面?你的修改可能没保存。" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "保存失败" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "我的资料库" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7166,17 +5931,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "你尚未创建任何资料库。资料库是一个用于组织文件和文件夹的容器。资料库也可以与他人共享并同步到你连接的设备。你可以通过单击下拉菜单中的“新建资料库”选项来创建资料库。" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "成功取消星标 {library_name_placeholder}" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "成功添加星标 {library_name_placeholder}" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "已成功更换办公套件。" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "Broken (请联系你的管理员来修复该资料库)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "办公套件" @@ -7205,97 +5974,34 @@ msgstr "还没有共享自其他服务器的资料库。" msgid "Shared By" msgstr "共享来源" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "创建时间" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" +msgstr "部门 ID" -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" -msgstr "配额" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" +msgstr "开启部门功能" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" -msgstr "没有部门" - -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "暂无成员" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "子部门" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "编辑" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "没有子部门" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "没有链接的客户端" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "成功断开连接该设备 。" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "资料库" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "成功清除所有错误。" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "没有同步错误" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7365,11 +6071,44 @@ msgstr "确定要清空回收站吗?" msgid "Clear" msgstr "清空" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "配额" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "创建时间" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "搜索群组" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "查找群组" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7398,8 +6137,6 @@ msgstr "所有群组" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "前一页" @@ -7408,8 +6145,6 @@ msgstr "前一页" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "下一页" @@ -7418,45 +6153,11 @@ msgstr "下一页" msgid "Change to department" msgstr "更改为部门" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "团队名称" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "ID" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "活跃用户" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "总用户" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "用户数限制" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "已使用空间" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "本月流量" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "所有公开链接" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "访问次数" @@ -7465,6 +6166,12 @@ msgstr "访问次数" msgid "View Link" msgstr "查看链接" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "匿名用户" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7480,6 +6187,7 @@ msgstr "操作" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "共享来源" @@ -7499,26 +6207,12 @@ msgid "Organization" msgstr "公共" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "导出到 Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "文件访问" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "文件更新" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "SAML 配置已更新" @@ -7532,7 +6226,6 @@ msgid "Copied" msgstr "已复制" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "SAML 配置" @@ -7595,36 +6288,9 @@ msgstr "失败" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "确定要将 {user_placeholder} 设置为“未激活”状态?" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "重置密码" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "撤销管理权限" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "将用户设置为“未激活”" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "设置" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7679,39 +6345,6 @@ msgstr "导入用户" msgid "Add user" msgstr "添加用户" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "统计" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "设备" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "日志" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7天" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30天" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1年" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7730,8 +6363,6 @@ msgstr "修改了" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7798,39 +6429,6 @@ msgstr "用户存储空间" msgid "Total Storage" msgstr "总存储空间" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "系统" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "总流量" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "网页端流量" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "外链流量" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "同步端流量" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7888,6 +6486,10 @@ msgstr "系统设置已更新" msgid "User default quota updated" msgstr "用户默认配额已更新" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "团队名称" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "文件上传" @@ -7933,6 +6535,10 @@ msgstr "用户默认配额" msgid "Tip: 0 means default limit, the unit is MB" msgstr "提示:0 表示默认限制,单位为 MB" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "发布" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "没有变化" @@ -7941,16 +6547,6 @@ msgstr "没有变化" msgid "Changes" msgstr "改动" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "上一个修改" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "下一个修改" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "没有版本历史" @@ -8002,8 +6598,6 @@ msgstr "输入文件后缀,以','分隔" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "重置" @@ -8012,6 +6606,7 @@ msgid "Invalid file size range." msgstr "文件大小范围无效。" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "至少需要三个字母。" @@ -8024,6 +6619,17 @@ msgstr "结果" msgid "results" msgstr "结果" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "没有共享目录" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "你还没共享任何目录给其他用户。可以通过点击目录名称旁边的共享图标来共享一个目录。" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8052,94 +6658,66 @@ msgstr "你还没共享任何资料库给其他用户。可以在“我的资料 msgid "all members" msgstr "所有成员" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "你还没创建任何共享外链。一个共享外链可以用来共享文件和目录给任何人。可以通过点击其名称旁边的共享图标来给一个文件或目录创建一个共享外链。" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "访问次数" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "没有上传外链" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "你还没创建任何上传外链。一个上传外链允许任何人上传文件到一个目录或资料库。可以通过点击其名称旁边的共享图标来给一个目录或资料库创建一个上传外链。" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "(已删除)" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "删除" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "按过期时间升序" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "按过期时间降序" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "无效的共享链接已清除。" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "清除无效的共享链接" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "确定要清除无效的共享链接吗?" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "无效的上传链接已清除。" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "清除无效的上传链接" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" -msgstr "确定要清除无效的上传链接吗?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" +msgstr "共享自" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "所在服务器" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "没有共享的资料库" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "{name} 取消共享失败" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" -msgstr "没有公共资料库" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" +msgstr "没有收藏条目" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "共享已有资料库 " +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "你还没添加任何资料库,目录或文件到你的收藏夹。收藏夹可以让你快速访问最常用的条目。你可以通过点击其名称左侧的星标,将一个资料库,目录或文件添加到收藏夹。" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "举报" @@ -8151,6 +6729,11 @@ msgstr "举报者" msgid "Handled" msgstr "已处理" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "还没有管理员登录日志" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8164,9 +6747,10 @@ msgstr "管理员操作日志" msgid "Admin Login Logs" msgstr "管理员登录日志" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "操作" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "还没有管理员操作日志" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8224,41 +6808,11 @@ msgstr "已删除用户 {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "用户从 {user_from} 迁移到 {user_to}" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "增加子部门" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "添加资料库" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "添加成员" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "部门 ID" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "默认成员" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "联系邮箱" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "开启部门功能" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8279,6 +6833,25 @@ msgstr "日常管理员" msgid "Audit admin" msgstr "审核管理员" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "没有部门" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "暂无成员" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "子部门" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "没有子部门" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "文件路径" @@ -8299,40 +6872,12 @@ msgstr "文件扫描记录" msgid "Are you sure you want to remove {placeholder} ?" msgstr "确定要移除 {placeholder} 吗?" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "移除成员" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "成功添加 {email_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "添加 {email_placeholder} 失败: {error_msg_placeholder}" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "成功移除 {placeholder}。" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "确定要取消共享 {placeholder} 吗?" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "取消共享资料库" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "成功取消共享资料库 {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "没有群组" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8403,53 +6948,34 @@ msgid "Limits" msgstr "用户数限制" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "团队" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "没有管理员" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "撤销管理权限" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "确定要撤销 {placeholder} 的管理权限吗?" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "撤销" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "成功撤销 {placeholder} 的管理权限。" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "用户已删除" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "成员数量" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "管理员" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "机构" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "设为管理员" @@ -8457,20 +6983,19 @@ msgstr "设为管理员" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "确定要将 {placeholder} 设为管理员?" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" -msgstr "管理员已更新" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" +msgstr "没有机构" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "删除机构" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" +msgstr "没有邀请" -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" -msgstr "添加机构" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "邀请者" #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" @@ -8497,31 +7022,64 @@ msgid "Delete Expired Invitations" msgstr "删除过期邀请" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "邀请" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "验证码" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "删除" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "只显示 {placeholder}" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "没有文件访问日志" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "没有文件更新日志" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "没有登录日志" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "登录" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "文件访问" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "文件更新" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "没有权限日志" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "添加" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "侧边导航菜单" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "没有通知" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8548,31 +7106,32 @@ msgstr "确定要删除该通知吗?" msgid "All Notifications" msgstr "所有通知" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "最大成员数" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "群组数量" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "确定要重置 {placeholder} 的密码吗?" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "没有机构" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "该团队中的 {userCount} 个用户和 {repoCount} 个资料库也将被删除。" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "删除团体" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8590,10 +7149,14 @@ msgstr "搜索团队" msgid "Search libraries by name or ID" msgstr "根据名称或 ID 搜索资料库" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "历史设置" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "知识库" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "系统" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8618,30 +7181,19 @@ msgstr "提示:{trashReposExpireDays} 天前删除的资料库会被自动清 msgid "Search libraries by owner" msgstr "根据拥有者搜索资料库" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" -msgstr "文件扫描" - -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "病毒扫描" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "软件使用条款" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "管理员日志" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" +msgstr "没有条款" #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "已创建" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "更新" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "删除条款" @@ -8650,6 +7202,14 @@ msgstr "删除条款" msgid "Update succeeded." msgstr "更新成功。" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "软件使用条款" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "没有用户" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8660,15 +7220,17 @@ msgstr "成功删除 1 个用户。" msgid "Successfully deleted {user_number_placeholder} users." msgstr "成功删除 {user_number_placeholder} 个用户。" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "成功撤销 {placeholder} 的管理权限。" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "删除用户" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "确定要删除选中的用户吗?" @@ -8680,34 +7242,22 @@ msgstr "设置登录 ID" msgid "Set Contact Email" msgstr "设置联系邮箱" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "登录 ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "没有共享链接" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "共享的资料库" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "共享链接" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "机构" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "没有用户" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "默认管理员" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "日常管理员" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "审计管理员" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "数据库" @@ -9017,23 +7567,9 @@ msgstr "上传文件到 {folder_name_placeholder}" msgid "shared by:" msgstr "共享来源:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "该资料库拥有者的空间已用完。" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "文件大小应小于 {max_size_placeholder}。" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "拖放文件或目录到这里。" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "前往资料库" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "取消全部" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9049,7 +7585,11 @@ msgstr "确定要删除该页面?" msgid "Modify name" msgstr "更改名称" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "侧边导航菜单" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "页面 {name_placeholder} 已删除。" @@ -9100,17 +7640,7 @@ msgstr "复制页面" msgid "Open in new tab" msgstr "新标签中打开" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "添加子页面" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "增加页面" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "页面" @@ -9161,14 +7691,18 @@ msgstr "{placeholder} 镜像" msgid "Profile" msgstr "个人信息" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "WebDav 访问" - #: frontend/src/settings.js:61 msgid "Language" msgstr "语言" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "两步验证" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "已连接的设备" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "用户信息已更新" @@ -9177,35 +7711,7 @@ msgstr "用户信息已更新" msgid "Profile Setting" msgstr "个人信息设置" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "共享来源:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "列表" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "格点" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "打包下载所选项" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "保存选择的条目" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9215,14 +7721,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "文档转换失败。" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "可用方向键 ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "你也可以按→" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9249,6 +7747,11 @@ msgstr "子标签" msgid "No parent tag" msgstr "没有父标签" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "没有子标签" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9362,92 +7865,11 @@ msgstr "你还没有任何星标项目" msgid "Import Users" msgstr "导入用户" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "没有链接的客户端" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" +msgstr "保存选择的条目" -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "没有同步错误" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "没有群组" - -#: frontend/src/translate.js:12 -msgid "No notifications" -msgstr "没有通知" - -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "没有邀请" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "没有条款" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "没有收藏条目" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "没有共享目录" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "还没有管理员登录日志" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "还没有管理员操作日志" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "没有权限日志" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "没有登录日志" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "没有文件更新日志" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "没有文件访问日志" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "你还没共享任何目录给其他用户。可以通过点击目录名称旁边的共享图标来共享一个目录。" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "你还没创建任何共享外链。一个共享外链可以用来共享文件和目录给任何人。可以通过点击其名称旁边的共享图标来给一个文件或目录创建一个共享外链。" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "你还没创建任何上传外链。一个上传外链允许任何人上传文件到一个目录或资料库。可以通过点击其名称旁边的共享图标来给一个目录或资料库创建一个上传外链。" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "你还没添加任何资料库,目录或文件到你的收藏夹。收藏夹可以让你快速访问最常用的条目。你可以通过点击其名称左侧的星标,将一个资料库,目录或文件添加到收藏夹。" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9458,7 +7880,7 @@ msgid "" "item in the dropdown menu." msgstr "尚未创建公共资料库。公共资料库对所有用户开放。你可以通过单击下拉菜单中的“添加资料库”选项来创建公共资料库。" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9665,6 +8087,453 @@ msgstr "移动 %(name)s 项条目失败。" msgid "Name cannot be double dots" msgstr "名称不能是两个点" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9734,9 +8603,6 @@ msgstr "名称不能是两个点" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9758,38 +8624,3 @@ msgstr "名称不能是两个点" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/locale/zh_TW/LC_MESSAGES/django.po b/locale/zh_TW/LC_MESSAGES/django.po index 99b4a3eb3a..be590b7617 100644 --- a/locale/zh_TW/LC_MESSAGES/django.po +++ b/locale/zh_TW/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:40+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: david082321 , 2018\n" "Language-Team: Chinese (Taiwan) (http://app.transifex.com/haiwen/seahub/language/zh_TW/)\n" @@ -869,7 +869,8 @@ msgid "" msgstr "你已經有 %(nb_avatars)d 個頭像,最大上限爲%(nb_max_avatars)d." #: seahub/api2/endpoints/webdav_secret.py:56 -msgid "Length of WebDav password should be less than 30." +#| msgid "Length of WebDav password should be less than 30." +msgid "Length of WebDAV password should be less than 30." msgstr "" #: seahub/api2/endpoints/wiki2.py:214 seahub/api2/endpoints/wiki2.py:1408 @@ -1515,11 +1516,11 @@ msgstr "%(site_name)s 團隊" #: seahub/group/views.py:105 seahub/share/views.py:137 #: seahub/views/__init__.py:451 seahub/views/ajax.py:381 -#: seahub/views/ajax.py:427 seahub/views/file.py:1247 -#: seahub/views/file.py:1274 seahub/views/file.py:1498 -#: seahub/views/file.py:1537 seahub/views/repo.py:115 seahub/views/repo.py:172 -#: seahub/views/repo.py:230 seahub/views/repo.py:259 seahub/views/repo.py:288 -#: seahub/views/repo.py:412 +#: seahub/views/ajax.py:427 seahub/views/file.py:1246 +#: seahub/views/file.py:1273 seahub/views/file.py:1497 +#: seahub/views/file.py:1536 seahub/views/repo.py:115 seahub/views/repo.py:172 +#: seahub/views/repo.py:230 seahub/views/repo.py:258 seahub/views/repo.py:287 +#: seahub/views/repo.py:411 msgid "Permission denied" msgstr "沒有權限" @@ -2497,8 +2498,8 @@ msgstr "共享的資料庫" #: seahub/templates/onlyoffice_file_view_react.html:86 #: seahub/templates/onlyoffice_file_view_react.html:175 #: seahub/templates/onlyoffice_file_view_react.html:198 -#: seahub/templates/sdoc_file_view_react.html:64 -#: seahub/templates/sdoc_file_view_react.html:87 +#: seahub/templates/sdoc_file_view_react.html:65 +#: seahub/templates/sdoc_file_view_react.html:88 #: seahub/templates/view_file_onlyoffice.html:93 #: seahub/templates/view_file_onlyoffice.html:182 #: seahub/templates/view_file_onlyoffice.html:205 @@ -3034,11 +3035,11 @@ msgstr "停用" #: seahub/utils/__init__.py:176 seahub/utils/__init__.py:191 #: seahub/views/file.py:499 seahub/views/file.py:521 seahub/views/file.py:526 -#: seahub/views/file.py:579 seahub/views/file.py:869 seahub/views/file.py:1119 -#: seahub/views/file.py:1145 seahub/views/file.py:1175 -#: seahub/views/file.py:1318 seahub/views/file.py:1430 -#: seahub/views/file.py:1573 seahub/views/file.py:1691 -#: seahub/views/file.py:2162 +#: seahub/views/file.py:579 seahub/views/file.py:868 seahub/views/file.py:1118 +#: seahub/views/file.py:1144 seahub/views/file.py:1174 +#: seahub/views/file.py:1317 seahub/views/file.py:1429 +#: seahub/views/file.py:1572 seahub/views/file.py:1690 +#: seahub/views/file.py:2161 msgid "Unable to view file" msgstr "無法查看該檔案" @@ -3070,7 +3071,7 @@ msgstr "指定的歷史記錄不存在" msgid "Unknown error" msgstr "未知錯誤" -#: seahub/views/__init__.py:790 seahub/views/repo.py:292 +#: seahub/views/__init__.py:790 seahub/views/repo.py:291 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" 不存在。" @@ -3097,9 +3098,9 @@ msgid "Bad upload link token." msgstr "無效的上傳網址" #: seahub/views/ajax.py:338 seahub/views/file.py:512 seahub/views/file.py:543 -#: seahub/views/file.py:1267 seahub/views/file.py:1532 -#: seahub/views/file.py:2198 seahub/views/file.py:2203 -#: seahub/views/file.py:2210 +#: seahub/views/file.py:1266 seahub/views/file.py:1531 +#: seahub/views/file.py:2197 seahub/views/file.py:2202 +#: seahub/views/file.py:2209 msgid "File does not exist" msgstr "檔案不存在" @@ -3127,49 +3128,49 @@ msgstr "檔案編碼不合適" msgid "Unknown file encoding" msgstr "檔案編碼無法識別" -#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:766 -#: seahub/views/file.py:879 seahub/views/file.py:980 +#: seahub/views/file.py:397 seahub/views/file.py:432 seahub/views/file.py:765 +#: seahub/views/file.py:878 seahub/views/file.py:979 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "檔案大小超過 %s,無法線上查看。" -#: seahub/views/file.py:404 seahub/views/file.py:914 +#: seahub/views/file.py:404 seahub/views/file.py:913 msgid "The library is encrypted, can not open file online." msgstr "不能線上預覽加密資料庫檔案。" -#: seahub/views/file.py:938 seahub/views/file.py:1063 -#: seahub/views/file.py:1389 seahub/views/file.py:1629 +#: seahub/views/file.py:937 seahub/views/file.py:1062 +#: seahub/views/file.py:1388 seahub/views/file.py:1628 msgid "Error when prepare Office Online file preview page." msgstr "" -#: seahub/views/file.py:973 seahub/views/file.py:1079 -#: seahub/views/file.py:1409 seahub/views/file.py:1645 +#: seahub/views/file.py:972 seahub/views/file.py:1078 +#: seahub/views/file.py:1408 seahub/views/file.py:1644 msgid "Error when prepare OnlyOffice file preview page." msgstr "" -#: seahub/views/file.py:1211 +#: seahub/views/file.py:1210 msgid "Unable to download file, invalid file path" msgstr "無法下載檔案,無效的檔案路徑" -#: seahub/views/file.py:1220 +#: seahub/views/file.py:1219 msgid "Unable to download file, wrong file path" msgstr "無法下載檔案,錯誤的檔案路徑" -#: seahub/views/file.py:1227 +#: seahub/views/file.py:1226 msgid "Unable to download file." msgstr "無法下載檔案" -#: seahub/views/file.py:1445 seahub/views/file.py:1710 -#: seahub/views/repo.py:350 +#: seahub/views/file.py:1444 seahub/views/file.py:1709 +#: seahub/views/repo.py:349 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1846 seahub/views/file.py:1851 +#: seahub/views/file.py:1845 seahub/views/file.py:1850 msgid "Unable to download file" msgstr "無法下載檔案" -#: seahub/views/file.py:2191 +#: seahub/views/file.py:2190 msgid "The original file does not exist" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/djangojs.po b/locale/zh_TW/LC_MESSAGES/djangojs.po index 52e6ee83cd..f49e536964 100644 --- a/locale/zh_TW/LC_MESSAGES/djangojs.po +++ b/locale/zh_TW/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-04 10:58+0800\n" +"POT-Creation-Date: 2025-01-07 10:21+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: david082321 , 2018\n" "Language-Team: Chinese (Taiwan) (http://app.transifex.com/haiwen/seahub/language/zh_TW/)\n" @@ -37,8 +37,6 @@ msgid "Exit Institution Admin" msgstr "" #: frontend/src/components/common/account.js:127 -#: frontend/src/pages/sys-admin/side-panel.js:33 -#: frontend/src/pages/sys-admin/users/users-content.js:313 msgid "System Admin" msgstr "系統管理" @@ -50,44 +48,22 @@ msgstr "組織管理" msgid "Institution Admin" msgstr "" +#: frontend/src/components/common/account.js:146 +#: frontend/src/pages/institution-admin/user-content/user-info.js:44 +#: frontend/src/pages/org-admin/org-user-profile.js:128 +#: frontend/src/pages/sys-admin/users/user-info.js:113 +msgid "Avatar" +msgstr "頭像" + #: frontend/src/components/common/account.js:152 #: frontend/src/components/common/account.js:155 msgid "View profile and more" msgstr "查看個人資料" -#: frontend/src/components/common/account.js:167 -msgid "Used:" -msgstr "已用空間:" - -#: frontend/src/components/common/account.js:171 -#: frontend/src/components/dialog/lib-settings.js:60 -#: frontend/src/components/dir-view-mode/dir-others/index.js:32 -#: frontend/src/components/dir-view-mode/dir-others/index.js:34 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 -#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 -#: frontend/src/metadata/views/kanban/settings/index.js:92 -#: frontend/src/pages/org-admin/side-panel.js:57 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 -#: frontend/src/pages/sys-admin/side-panel.js:78 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 -#: frontend/src/settings.js:162 -msgid "Settings" -msgstr "設定" - -#: frontend/src/components/common/account.js:174 -#| msgid "Custom properties" -msgid "Customer Portal" -msgstr "" - -#: frontend/src/components/common/account.js:175 -#: frontend/src/components/common/logout.js:6 -msgid "Log out" -msgstr "退出" - #: frontend/src/components/common/common-undo-tool.js:14 -#: frontend/src/pages/lib-content-view/lib-content-view.js:936 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1179 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1207 +#: frontend/src/pages/lib-content-view/lib-content-view.js:929 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1172 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1200 msgid "Undo" msgstr "" @@ -137,6 +113,22 @@ msgstr "" msgid "{user} has transfered a library named {repo_link} to you." msgstr "" +#: frontend/src/components/common/notice-item.js:205 +msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:219 +msgid "A file named {upload_file_link} is uploaded." +msgstr "" + +#: frontend/src/components/common/notice-item.js:238 +msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." +msgstr "" + +#: frontend/src/components/common/notice-item.js:252 +msgid "A folder named {upload_folder_link} is uploaded." +msgstr "" + #: frontend/src/components/common/notice-item.js:286 msgid "{user} created file {fileName} in library {libraryName}." msgstr "" @@ -218,33 +210,26 @@ msgid "" "library {libraryName}." msgstr "" +#: frontend/src/components/common/notice-item.js:352 +msgid "" +"Your library {libraryName} has recently deleted a large number of files." +msgstr "" + +#: frontend/src/components/common/notice-item.js:365 +#| msgid "{user} restored folder {folderName} in library {libraryName}." +msgid "Face recognition is done for library {libraryName}." +msgstr "" + #: frontend/src/components/common/notification.js:97 -#: frontend/src/pages/sys-admin/side-panel.js:162 #: frontend/src/user-notifications.js:174 msgid "Notifications" msgstr "通知" -#: frontend/src/components/common/notification.js:103 -#| msgid "Notifications" -msgid "Notification" -msgstr "通知" - -#: frontend/src/components/common/notification.js:104 -#| msgid "Mark all read" -msgid "Mark all as read" -msgstr "" - -#: frontend/src/components/common/notification.js:105 -#| msgid "All Notifications" -msgid "View all notifications" -msgstr "" - #: frontend/src/components/common/seahub-modal-header.js:8 -#: frontend/src/components/dialog/edit-filetag-dialog.js:147 -#: frontend/src/components/dialog/list-created-files-dialog.js:56 +#: frontend/src/components/dialog/copy-dirent-dialog.js:325 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:108 +#: frontend/src/components/dialog/move-dirent-dialog.js:329 #: frontend/src/components/dialog/org-add-admin-dialog.js:65 -#: frontend/src/components/dialog/search-file-dialog.js:119 #: frontend/src/components/dialog/share-admin-link.js:36 #: frontend/src/components/dialog/share-repo-dialog.js:153 #: frontend/src/components/dialog/transfer-group-dialog.js:74 @@ -282,54 +267,25 @@ msgstr "" #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:70 #: frontend/src/components/toolbar/view-file-toolbar.js:142 #: frontend/src/metadata/components/dialog/metadata-tags-status-dialog/index.js:91 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:53 #: frontend/src/metadata/utils/column/index.js:215 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:81 #: frontend/src/utils/text-translation.js:124 msgid "Tags" msgstr "標籤" -#: frontend/src/components/cur-dir-path/dir-path.js:238 -#: frontend/src/components/cur-dir-path/dir-path.js:244 -#: frontend/src/components/dir-view-mode/dir-files.js:372 -#: frontend/src/components/dirent-detail/lib-details.js:18 -#: frontend/src/components/main-side-nav.js:236 -#: frontend/src/components/main-side-nav.js:238 -#: frontend/src/pages/libraries/index.js:407 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:161 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/repos/repos.js:80 -#: frontend/src/pages/sys-admin/repos/repos.js:83 -msgid "Files" -msgstr "檔案" - #: frontend/src/components/cur-dir-path/dir-tool.js:140 #: frontend/src/components/cur-dir-path/dir-tool.js:141 #: frontend/src/components/dialog/op-menu.js:53 #: frontend/src/components/dialog/op-menu.js:54 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:937 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:938 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:159 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:160 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:189 #: frontend/src/components/dropdown-menu/item-dropdown-menu.js:192 -#: frontend/src/components/file-view/file-toolbar.js:237 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:54 #: frontend/src/components/file-view/onlyoffice-file-toolbar.js:55 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:75 -#: frontend/src/components/history-list-view/history-list-item.js:99 -#: frontend/src/components/history-list-view/history-list-item.js:100 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:463 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:464 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:509 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:510 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:572 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:573 -#: frontend/src/components/user-settings/linked-devices.js:164 -#: frontend/src/components/user-settings/linked-devices.js:165 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:231 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:232 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:39 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:40 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:39 @@ -340,57 +296,23 @@ msgstr "檔案" #: frontend/src/pages/file-history-old/history-item.js:120 #: frontend/src/pages/invitations/invitations-view.js:123 #: frontend/src/pages/invitations/invitations-view.js:124 -#: frontend/src/pages/linked-devices/linked-devices.js:166 -#: frontend/src/pages/linked-devices/linked-devices.js:167 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:54 #: frontend/src/pages/my-libs/mylib-repo-menu.js:203 #: frontend/src/pages/my-libs/mylib-repo-menu.js:204 #: frontend/src/pages/my-libs/mylib-repo-menu.js:257 #: frontend/src/pages/my-libs/mylib-repo-menu.js:258 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:248 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:249 #: frontend/src/pages/org-admin/org-groups-search-groups.js:107 #: frontend/src/pages/org-admin/org-groups-search-groups.js:108 #: frontend/src/pages/org-admin/org-groups.js:331 #: frontend/src/pages/org-admin/org-groups.js:332 #: frontend/src/pages/org-admin/org-links.js:212 #: frontend/src/pages/org-admin/org-links.js:213 -#: frontend/src/pages/org-admin/org-user-item.js:181 -#: frontend/src/pages/org-admin/org-user-item.js:182 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:168 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:169 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:129 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:130 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:165 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:166 -#: frontend/src/pages/share-admin/folders.js:267 -#: frontend/src/pages/share-admin/folders.js:268 -#: frontend/src/pages/share-admin/libraries.js:276 -#: frontend/src/pages/share-admin/libraries.js:277 -#: frontend/src/pages/share-admin/share-links.js:340 -#: frontend/src/pages/share-admin/share-links.js:341 -#: frontend/src/pages/share-admin/upload-links.js:170 -#: frontend/src/pages/share-admin/upload-links.js:171 -#: frontend/src/pages/shared-libs/item.js:221 -#: frontend/src/pages/shared-libs/item.js:222 -#: frontend/src/pages/shared-libs/item.js:272 -#: frontend/src/pages/shared-libs/item.js:273 -#: frontend/src/pages/shared-libs/item.js:321 -#: frontend/src/pages/starred/starred.js:212 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:107 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:108 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:149 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:150 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:143 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-tree-node.js:144 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js:121 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:35 #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:36 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:120 #: frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js:121 -#: frontend/src/shared-dir-view.js:826 frontend/src/shared-dir-view.js:827 -#: frontend/src/shared-dir-view.js:906 frontend/src/shared-dir-view.js:907 msgid "More operations" msgstr "更多操作" @@ -415,7 +337,6 @@ msgid "Abuse report added" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:69 -#: frontend/src/components/shared-file-view/shared-file-view.js:137 msgid "Report Abuse" msgstr "" @@ -437,7 +358,7 @@ msgid "Abuse Content" msgstr "" #: frontend/src/components/dialog/add-abuse-report-dialog.js:78 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:141 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:139 msgid "Other" msgstr "" @@ -452,6 +373,7 @@ msgstr "" #: frontend/src/components/dialog/repo-history.js:111 #: frontend/src/metadata/utils/column/index.js:195 #: frontend/src/pages/sys-admin/abuse-reports.js:95 +#: frontend/src/pages/sys-admin/repos/system-repo.js:26 #: frontend/src/repo-history.js:140 frontend/src/repo-history.js:147 msgid "Description" msgstr "描述" @@ -479,8 +401,6 @@ msgstr "描述" #: frontend/src/components/dialog/delete-repo-dialog.js:73 #: frontend/src/components/dialog/delete-wiki-dialog.js:21 #: frontend/src/components/dialog/dismiss-group-dialog.js:34 -#: frontend/src/components/dialog/generate-upload-link.js:335 -#: frontend/src/components/dialog/import-members-dialog.js:61 #: frontend/src/components/dialog/insert-file-dialog.js:67 #: frontend/src/components/dialog/insert-repo-image-dialog.js:81 #: frontend/src/components/dialog/internal-link-dialog.js:76 @@ -490,8 +410,6 @@ msgstr "描述" #: frontend/src/components/dialog/leave-group-dialog.js:33 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:144 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:120 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:290 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:252 #: frontend/src/components/dialog/org-add-department-dialog.js:87 #: frontend/src/components/dialog/org-add-member-dialog.js:67 #: frontend/src/components/dialog/org-add-repo-dialog.js:83 @@ -499,7 +417,6 @@ msgstr "描述" #: frontend/src/components/dialog/org-delete-department-dialog.js:44 #: frontend/src/components/dialog/org-delete-member-dialog.js:46 #: frontend/src/components/dialog/org-delete-repo-dialog.js:39 -#: frontend/src/components/dialog/org-import-users-dialog.js:59 #: frontend/src/components/dialog/org-rename-department-dialog.js:101 #: frontend/src/components/dialog/org-set-group-quota-dialog.js:78 #: frontend/src/components/dialog/remove-webdav-password.js:39 @@ -508,30 +425,24 @@ msgstr "描述" #: frontend/src/components/dialog/rename-group-dialog.js:67 #: frontend/src/components/dialog/rename-wiki-dialog.js:84 #: frontend/src/components/dialog/repo-office-suite-dialog.js:101 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:296 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:285 -#: frontend/src/components/dialog/reset-webdav-password.js:90 #: frontend/src/components/dialog/save-shared-dir-dialog.js:67 #: frontend/src/components/dialog/save-shared-file-dialog.js:75 -#: frontend/src/components/dialog/select-dirent-body.js:190 #: frontend/src/components/dialog/set-org-user-contact-email.js:66 #: frontend/src/components/dialog/set-org-user-default-quota.js:78 #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 -#: frontend/src/components/dialog/set-webdav-password.js:90 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:90 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:95 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:25 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:78 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:84 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:75 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:76 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:118 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:82 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:175 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:87 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:88 @@ -540,7 +451,6 @@ msgstr "描述" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:39 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:60 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:145 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js:180 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:96 @@ -556,11 +466,8 @@ msgstr "描述" #: frontend/src/components/dialog/user-password-widgets/user-update-password-dialog.js:86 #: frontend/src/components/dialog/view-link-dialog.js:38 #: frontend/src/components/dialog/wiki-clean-trash.js:80 -#: frontend/src/components/file-uploader/upload-list-item.js:144 #: frontend/src/components/send-link.js:112 -#: frontend/src/components/share-link-panel/link-details.js:232 #: frontend/src/components/share-link-panel/link-list.js:68 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:144 #: frontend/src/components/user-settings/social-login-saml.js:68 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:15 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:151 @@ -572,11 +479,9 @@ msgstr "描述" #: frontend/src/metadata/components/dialog/turn-off-confirm-dialog.js:15 #: frontend/src/metadata/components/popover/column-popover/index.js:105 #: frontend/src/metadata/components/popover/kanban-add-category-popover/index.js:68 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:31 #: frontend/src/pages/org-admin/input-item.js:92 #: frontend/src/pages/org-admin/web-settings/input-item.js:76 #: frontend/src/pages/sys-admin/web-settings/input-item.js:70 -#: frontend/src/pages/upload-link/upload-list-item.js:144 #: frontend/src/pages/wiki2/common/delete-dialog.js:26 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:121 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:111 @@ -605,18 +510,12 @@ msgstr "取消" #: frontend/src/components/dialog/invitation-revoke-dialog.js:58 #: frontend/src/components/dialog/invite-people-dialog.js:123 #: frontend/src/components/dialog/label-repo-state-dialog.js:90 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:67 #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:145 #: frontend/src/components/dialog/lib-settings/lib-old-files-auto-del-setting-panel.js:121 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:291 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:345 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:253 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:305 #: frontend/src/components/dialog/org-add-admin-dialog.js:66 #: frontend/src/components/dialog/org-add-department-dialog.js:88 #: frontend/src/components/dialog/org-add-member-dialog.js:68 #: frontend/src/components/dialog/org-add-repo-dialog.js:84 -#: frontend/src/components/dialog/org-add-user-dialog.js:167 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:80 #: frontend/src/components/dialog/org-admin-logs-export-excel-dialog.js:177 #: frontend/src/components/dialog/org-rename-department-dialog.js:102 @@ -626,29 +525,21 @@ msgstr "取消" #: frontend/src/components/dialog/rename-dirent.js:110 #: frontend/src/components/dialog/rename-group-dialog.js:68 #: frontend/src/components/dialog/rename-wiki-dialog.js:85 -#: frontend/src/components/dialog/repo-api-token-dialog.js:259 #: frontend/src/components/dialog/repo-office-suite-dialog.js:102 -#: frontend/src/components/dialog/reset-webdav-password.js:91 #: frontend/src/components/dialog/save-shared-dir-dialog.js:69 #: frontend/src/components/dialog/save-shared-dir-dialog.js:71 #: frontend/src/components/dialog/save-shared-file-dialog.js:77 #: frontend/src/components/dialog/save-shared-file-dialog.js:79 -#: frontend/src/components/dialog/select-dirent-body.js:191 #: frontend/src/components/dialog/set-org-user-contact-email.js:67 #: frontend/src/components/dialog/set-org-user-default-quota.js:79 #: frontend/src/components/dialog/set-org-user-name.js:69 #: frontend/src/components/dialog/set-org-user-quota.js:81 -#: frontend/src/components/dialog/set-webdav-password.js:91 #: frontend/src/components/dialog/share-repo-dialog.js:154 -#: frontend/src/components/dialog/share-to-group.js:395 -#: frontend/src/components/dialog/share-to-invite-people.js:301 -#: frontend/src/components/dialog/share-to-other-server.js:258 -#: frontend/src/components/dialog/share-to-user.js:383 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:91 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:79 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:96 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:85 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/set-upload-download-rate-limit.js:77 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:63 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:68 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:55 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:45 @@ -657,7 +548,6 @@ msgstr "取消" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:119 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:83 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js:56 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:176 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js:88 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:89 @@ -670,8 +560,6 @@ msgstr "取消" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:79 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js:66 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:288 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:256 #: frontend/src/components/dialog/sysadmin-dialog/update-user.js:62 #: frontend/src/components/dialog/transfer-dialog.js:224 #: frontend/src/components/dialog/transfer-group-dialog.js:75 @@ -680,9 +568,6 @@ msgstr "取消" #: frontend/src/components/dialog/wiki-clean-trash.js:81 #: frontend/src/components/list-and-add-group-members.js:180 #: frontend/src/components/list-and-add-group-members.js:181 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:199 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:202 -#: frontend/src/components/user-settings/email-notice.js:91 #: frontend/src/components/user-settings/user-basic-info-form.js:89 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:152 #: frontend/src/metadata/components/dialog/metadata-face-recognition-dialog/index.js:81 @@ -695,14 +580,12 @@ msgstr "取消" #: frontend/src/pages/org-admin/input-item.js:91 #: frontend/src/pages/org-admin/org-groups-search-groups.js:281 #: frontend/src/pages/org-admin/org-users-search-users.js:183 -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/org-admin/web-settings/input-item.js:75 #: frontend/src/pages/search/advanced-search.js:241 #: frontend/src/pages/search/advanced-search.js:263 #: frontend/src/pages/sys-admin/groups/search-groups.js:125 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:121 #: frontend/src/pages/sys-admin/repos/search-repos.js:155 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:128 #: frontend/src/pages/sys-admin/users/search-users.js:324 #: frontend/src/pages/sys-admin/web-settings/input-item.js:69 #: frontend/src/pages/wiki2/wiki-nav/add-new-page-dialog.js:124 @@ -732,14 +615,9 @@ msgstr "添加維基" #: frontend/src/components/dialog/org-add-repo-dialog.js:70 #: frontend/src/components/dialog/org-add-user-dialog.js:142 #: frontend/src/components/dialog/org-rename-department-dialog.js:88 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:188 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:241 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:231 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:184 -#: frontend/src/components/dialog/search-file-dialog.js:97 #: frontend/src/components/dialog/share-repo-dialog.js:132 -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:78 -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:66 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:83 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:72 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:74 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:45 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js:110 @@ -749,10 +627,8 @@ msgstr "添加維基" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:63 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js:83 #: frontend/src/components/dialog/trash-dialog/table/index.js:11 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:721 #: frontend/src/components/group-members.js:30 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:159 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:23 #: frontend/src/pages/institution-admin/user-content/user-groups.js:37 #: frontend/src/pages/institution-admin/user-content/user-info.js:52 #: frontend/src/pages/institution-admin/user-content/user-repos.js:38 @@ -760,12 +636,8 @@ msgstr "添加維基" #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/libraries/index.js:426 #: frontend/src/pages/my-libs/my-libs-deleted.js:91 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:164 -#: frontend/src/pages/org-admin/departments/department-libraries.js:69 -#: frontend/src/pages/org-admin/departments/department-list.js:119 -#: frontend/src/pages/org-admin/departments/department-members.js:178 -#: frontend/src/pages/org-admin/departments/sub-departments.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:73 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:64 #: frontend/src/pages/org-admin/org-admin-list.js:50 @@ -778,7 +650,6 @@ msgstr "添加維基" #: frontend/src/pages/org-admin/org-user-profile.js:136 #: frontend/src/pages/org-admin/org-user-repos.js:79 #: frontend/src/pages/org-admin/org-user-shared-repos.js:76 -#: frontend/src/pages/org-admin/org-users-list.js:72 #: frontend/src/pages/org-admin/org-users-search-users.js:35 #: frontend/src/pages/share-admin/folders.js:56 #: frontend/src/pages/share-admin/libraries.js:55 @@ -786,12 +657,8 @@ msgstr "添加維基" #: frontend/src/pages/share-admin/upload-links.js:52 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:100 #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:38 -#: frontend/src/pages/shared-libs/content.js:124 -#: frontend/src/pages/starred/starred.js:41 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:47 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:47 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:185 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:222 #: frontend/src/pages/sys-admin/departments/department-libraries.js:85 #: frontend/src/pages/sys-admin/departments/department-list.js:115 #: frontend/src/pages/sys-admin/departments/department-members.js:128 @@ -801,29 +668,32 @@ msgstr "添加維基" #: frontend/src/pages/sys-admin/groups/groups-content.js:60 #: frontend/src/pages/sys-admin/groups/search-groups.js:118 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:52 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:47 #: frontend/src/pages/sys-admin/institutions/institution-users.js:63 #: frontend/src/pages/sys-admin/institutions/institutions.js:50 -#: frontend/src/pages/sys-admin/links/share-links.js:66 #: frontend/src/pages/sys-admin/links/upload-links.js:48 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:88 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:47 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:46 #: frontend/src/pages/sys-admin/orgs/org-groups.js:37 +#: frontend/src/pages/sys-admin/orgs/org-info.js:60 #: frontend/src/pages/sys-admin/orgs/org-repos.js:32 #: frontend/src/pages/sys-admin/orgs/org-users.js:59 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:55 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:114 #: frontend/src/pages/sys-admin/repos/dir-content.js:105 #: frontend/src/pages/sys-admin/repos/repos.js:76 +#: frontend/src/pages/sys-admin/repos/system-repo.js:24 #: frontend/src/pages/sys-admin/repos/trash-repos.js:68 #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:49 #: frontend/src/pages/sys-admin/users/user-groups.js:46 +#: frontend/src/pages/sys-admin/users/user-info.js:128 #: frontend/src/pages/sys-admin/users/user-links.js:48 #: frontend/src/pages/sys-admin/users/user-repos.js:55 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:32 +#: frontend/src/pages/sys-admin/users/users-content.js:85 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:141 -#: frontend/src/repo-folder-trash.js:240 frontend/src/repo-snapshot.js:200 -#: frontend/src/shared-dir-view.js:697 +#: frontend/src/repo-folder-trash.js:240 #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:98 #: frontend/src/tag/views/tag-files/index.js:95 msgid "Name" @@ -850,13 +720,13 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:214 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:210 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:348 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:461 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 #: frontend/src/metadata/components/popover/options-popover/index.js:161 msgid "No options available" msgstr "" #: frontend/src/components/dialog/add-wiki-page-dialog.js:58 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:130 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:128 msgid "New page" msgstr "" @@ -941,11 +811,7 @@ msgstr "" #: frontend/src/components/dialog/clean-trash.js:64 #: frontend/src/components/dialog/trash-dialog/index.js:199 #: frontend/src/components/dialog/wiki-clean-trash.js:64 -#: frontend/src/pages/org-admin/devices/devices-errors.js:194 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:375 -#: frontend/src/pages/share-admin/share-links.js:597 -#: frontend/src/pages/share-admin/upload-links.js:296 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:402 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:98 #: frontend/src/repo-folder-trash.js:208 @@ -1013,122 +879,55 @@ msgstr "確定要刪除該帳號嗎?" #: frontend/src/components/dialog/delete-folder-dialog.js:64 #: frontend/src/components/dialog/delete-repo-dialog.js:74 #: frontend/src/components/dialog/dismiss-group-dialog.js:35 -#: frontend/src/components/dialog/generate-upload-link.js:357 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:68 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:69 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:70 #: frontend/src/components/dialog/list-taggedfiles-dialog.js:178 #: frontend/src/components/dialog/org-delete-department-dialog.js:45 #: frontend/src/components/dialog/org-delete-member-dialog.js:47 #: frontend/src/components/dialog/org-delete-repo-dialog.js:40 #: frontend/src/components/dialog/remove-webdav-password.js:40 -#: frontend/src/components/dialog/repo-api-token-dialog.js:79 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:116 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:117 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:105 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:106 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:297 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:338 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:286 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:327 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:114 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:115 -#: frontend/src/components/dialog/share-to-group.js:64 -#: frontend/src/components/dialog/share-to-group.js:65 -#: frontend/src/components/dialog/share-to-invite-people.js:64 -#: frontend/src/components/dialog/share-to-invite-people.js:65 -#: frontend/src/components/dialog/share-to-other-server.js:62 -#: frontend/src/components/dialog/share-to-user.js:102 -#: frontend/src/components/dialog/share-to-user.js:103 #: frontend/src/components/dialog/sysadmin-dialog/delete-department-v2-confirm-dialog.js:26 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js:46 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:47 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:40 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:61 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:60 #: frontend/src/components/dirent-list-view/dirent-list-item.js:751 #: frontend/src/components/dirent-list-view/dirent-list-item.js:774 #: frontend/src/components/group-members.js:163 -#: frontend/src/components/popover/tag-list-item.js:55 -#: frontend/src/components/popover/tag-list-item.js:56 -#: frontend/src/components/popover/virtual-tag-list-item.js:52 -#: frontend/src/components/popover/virtual-tag-list-item.js:53 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:57 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:58 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:63 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:64 -#: frontend/src/components/share-link-panel/link-details.js:301 -#: frontend/src/components/share-link-panel/link-details.js:308 -#: frontend/src/components/share-link-panel/link-item.js:113 -#: frontend/src/components/share-link-panel/link-item.js:121 #: frontend/src/components/share-link-panel/link-list.js:69 #: frontend/src/components/share-link-panel/link-list.js:127 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:495 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:394 #: frontend/src/components/user-settings/delete-account.js:38 -#: frontend/src/components/user-settings/web-api-auth-token.js:91 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:250 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:286 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:298 #: frontend/src/metadata/components/dialog/delete-confirm-dialog/index.js:16 #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:176 -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:32 +#: frontend/src/metadata/metadata-tree-view/view.js:70 #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/boards/board/header/op-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:144 +#: frontend/src/metadata/views/table/context-menu/index.js:141 #: frontend/src/pages/institution-admin/user-list-search/index.js:92 #: frontend/src/pages/institution-admin/user-list/index.js:144 -#: frontend/src/pages/institution-admin/user-list/user-item.js:88 #: frontend/src/pages/invitations/invitations-view.js:102 #: frontend/src/pages/invitations/invitations-view.js:103 #: frontend/src/pages/invitations/invitations-view.js:133 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:362 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:417 #: frontend/src/pages/my-libs/mylib-repo-menu.js:142 -#: frontend/src/pages/org-admin/departments/group-item.js:55 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:255 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:198 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:256 -#: frontend/src/pages/org-admin/org-group-repos.js:174 #: frontend/src/pages/org-admin/org-groups-search-groups.js:114 #: frontend/src/pages/org-admin/org-groups.js:338 #: frontend/src/pages/org-admin/org-links.js:219 -#: frontend/src/pages/org-admin/org-user-item.js:188 -#: frontend/src/pages/org-admin/org-user-repos.js:170 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:26 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:112 #: frontend/src/pages/sys-admin/departments/group-item.js:72 #: frontend/src/pages/sys-admin/groups/groups-content.js:203 #: frontend/src/pages/sys-admin/groups/groups-content.js:264 #: frontend/src/pages/sys-admin/institutions/institution-users.js:186 -#: frontend/src/pages/sys-admin/institutions/institutions.js:137 -#: frontend/src/pages/sys-admin/institutions/institutions.js:145 #: frontend/src/pages/sys-admin/invitations/invitations.js:158 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:121 #: frontend/src/pages/sys-admin/notifications/notifications.js:159 #: frontend/src/pages/sys-admin/notifications/notifications.js:208 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:119 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:127 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:116 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:124 #: frontend/src/pages/sys-admin/orgs/org-users.js:197 -#: frontend/src/pages/sys-admin/orgs/org-users.js:300 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:204 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:212 #: frontend/src/pages/sys-admin/repos/dir-content.js:64 -#: frontend/src/pages/sys-admin/repos/repos.js:267 #: frontend/src/pages/sys-admin/repos/trash-repos.js:202 #: frontend/src/pages/sys-admin/repos/trash-repos.js:260 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:114 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:158 #: frontend/src/pages/sys-admin/users/search-users.js:363 #: frontend/src/pages/sys-admin/users/user-links.js:135 -#: frontend/src/pages/sys-admin/users/user-repos.js:164 -#: frontend/src/pages/sys-admin/users/user-repos.js:219 -#: frontend/src/pages/sys-admin/users/users-content.js:380 -#: frontend/src/pages/sys-admin/users/users-content.js:579 -#: frontend/src/pages/sys-admin/users/users.js:552 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:65 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:69 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:402 @@ -1174,20 +973,15 @@ msgstr "確定要還原該資料庫?" #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:56 #: frontend/src/components/dialog/my-deleted-repos-dialog/repo-item.js:57 #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:71 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:88 -#: frontend/src/components/history-list-view/history-list-item.js:103 #: frontend/src/pages/file-history-old/history-item.js:126 #: frontend/src/pages/my-libs/my-libs-deleted.js:174 #: frontend/src/pages/my-libs/my-libs-deleted.js:175 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:195 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:267 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:199 #: frontend/src/pages/sys-admin/repos/trash-repos.js:271 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:262 -#: frontend/src/repo-folder-trash.js:364 frontend/src/repo-folder-trash.js:375 -#: frontend/src/repo-snapshot.js:170 frontend/src/repo-snapshot.js:299 -#: frontend/src/repo-snapshot.js:308 +#: frontend/src/repo-folder-trash.js:364 msgid "Restore" msgstr "還原" @@ -1208,12 +1002,6 @@ msgstr "在此設備下次上線時刪除此設備上的文件。" #: frontend/src/components/dialog/confirm-unlink-device.js:51 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js:49 -#: frontend/src/components/user-settings/linked-devices.js:143 -#: frontend/src/components/user-settings/linked-devices.js:172 -#: frontend/src/pages/linked-devices/linked-devices.js:145 -#: frontend/src/pages/linked-devices/linked-devices.js:174 -#: frontend/src/pages/org-admin/devices/devices-by-platform.js:149 -#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:153 msgid "Unlink" msgstr "斷開連接" @@ -1249,7 +1037,6 @@ msgstr "將已選條目複製到:" #: frontend/src/components/dialog/copy-dirent-dialog.js:331 #: frontend/src/components/dialog/move-dirent-dialog.js:335 #: frontend/src/components/dialog/search-file-dialog.js:81 -#: frontend/src/components/dialog/search-file-dialog.js:85 #: frontend/src/components/file-chooser/index.js:464 #: frontend/src/components/file-chooser/searcher/index.js:117 #: frontend/src/components/search/wiki2-search.js:154 @@ -1305,16 +1092,12 @@ msgstr "" #: frontend/src/components/dialog/create-file-dialog.js:92 #: frontend/src/components/toolbar/dir-operation-toolbar.js:246 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:363 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:176 #: frontend/src/utils/text-translation.js:12 msgid "New File" msgstr "新建文件" #: frontend/src/components/dialog/create-folder-dialog.js:80 #: frontend/src/components/toolbar/dir-operation-toolbar.js:245 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:362 -#: frontend/src/pages/repo-wiki-mode/side-panel.js:175 #: frontend/src/pages/sys-admin/repos/dir-view.js:176 #: frontend/src/utils/text-translation.js:8 msgid "New Folder" @@ -1356,12 +1139,8 @@ msgstr "兩次輸入的密碼不一致" #: frontend/src/components/dialog/org-add-repo-dialog.js:66 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js:65 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js:59 -#: frontend/src/pages/groups/group-item.js:107 #: frontend/src/pages/groups/group-view.js:369 -#: frontend/src/pages/libraries/index.js:443 #: frontend/src/pages/my-libs/my-libs.js:170 -#: frontend/src/pages/org-admin/departments/department.js:99 -#: frontend/src/pages/shared-with-all/index.js:259 #: frontend/src/pages/sys-admin/departments/department.js:106 #: frontend/src/pages/sys-admin/repos/all-repos.js:153 msgid "New Library" @@ -1372,39 +1151,19 @@ msgid "Template" msgstr "模組" #: frontend/src/components/dialog/create-repo-dialog.js:213 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 msgid "Storage Backend" msgstr "" #: frontend/src/components/dialog/create-repo-dialog.js:225 #: frontend/src/components/dialog/custom-permission/list-custom-permissions.js:21 -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:304 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:266 -#: frontend/src/components/dialog/repo-api-token-dialog.js:223 -#: frontend/src/components/dialog/repo-share-admin/group-shares.js:190 -#: frontend/src/components/dialog/repo-share-admin/user-shares.js:186 #: frontend/src/components/dialog/share-repo-dialog.js:134 -#: frontend/src/components/dialog/share-to-group.js:359 -#: frontend/src/components/dialog/share-to-invite-people.js:274 -#: frontend/src/components/dialog/share-to-invite-people.js:317 -#: frontend/src/components/dialog/share-to-other-server.js:85 -#: frontend/src/components/dialog/share-to-other-server.js:223 -#: frontend/src/components/dialog/share-to-user.js:350 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:259 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:308 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:230 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:281 -#: frontend/src/components/share-link-panel/link-details.js:254 #: frontend/src/components/share-link-panel/link-list.js:86 #: frontend/src/components/share-link-panel/link-list.js:98 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:83 -#: frontend/src/pages/org-admin/org-logs.js:65 #: frontend/src/pages/share-admin/folders.js:58 -#: frontend/src/pages/share-admin/folders.js:275 #: frontend/src/pages/share-admin/libraries.js:57 -#: frontend/src/pages/share-admin/libraries.js:284 #: frontend/src/pages/share-admin/share-links.js:95 -#: frontend/src/pages/share-admin/share-links.js:348 #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:18 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:50 #: frontend/src/utils/text-translation.js:64 @@ -1421,6 +1180,7 @@ msgstr "可讀寫" #: frontend/src/components/dialog/create-repo-dialog.js:228 #: frontend/src/components/dialog/share-repo-dialog.js:45 +#: frontend/src/components/select-editor/repo-api-token-permission-editor.js:23 #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:57 #: frontend/src/utils/utils.js:850 msgid "Read-Only" @@ -1432,24 +1192,18 @@ msgstr "加密" #: frontend/src/components/dialog/create-repo-dialog.js:241 #: frontend/src/components/dialog/generate-upload-link.js:296 -#: frontend/src/components/dialog/generate-upload-link.js:388 -#: frontend/src/components/dialog/lib-decrypt-dialog.js:66 #: frontend/src/components/dialog/org-add-user-dialog.js:146 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:107 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:154 #: frontend/src/components/dialog/user-password-widgets/user-set-password-dialog.js:59 #: frontend/src/components/share-link-panel/link-creation.js:313 -#: frontend/src/components/share-link-panel/link-details.js:194 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:220 #: frontend/src/settings.js:57 frontend/src/settings.js:172 msgid "Password" msgstr "密碼" #: frontend/src/components/dialog/create-repo-dialog.js:254 -#: frontend/src/components/dialog/generate-upload-link.js:403 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js:111 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:168 -#: frontend/src/components/share-link-panel/link-creation.js:328 msgid "Password again" msgstr "請再次輸入密碼" @@ -1460,7 +1214,6 @@ msgstr "請再次輸入密碼" #: frontend/src/components/file-uploader/file-uploader.js:399 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:408 #: frontend/src/components/subscription.js:61 -#: frontend/src/components/subscription.js:268 #: frontend/src/pages/upload-link/file-uploader.js:398 msgid "Internal Server Error" msgstr "伺服器內部錯誤" @@ -1471,10 +1224,6 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:74 #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:124 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:183 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:184 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:182 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:183 #: frontend/src/components/share-link-panel/link-creation.js:287 #: frontend/src/components/share-link-panel/link-details.js:167 #: frontend/src/repo-folder-trash.js:202 frontend/src/repo-history.js:112 @@ -1492,13 +1241,10 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:109 #: frontend/src/components/dialog/create-tag-dialog.js:110 -#: frontend/src/components/file-view/file-toolbar.js:161 -#: frontend/src/components/file-view/file-toolbar.js:225 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:181 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:238 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:286 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:316 -#: frontend/src/shared-dir-view.js:519 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:172 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:229 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:270 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:300 msgid "Save" msgstr "" @@ -1524,7 +1270,6 @@ msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:683 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:666 #: frontend/src/components/toolbar/dir-operation-toolbar.js:237 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:358 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:58 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:68 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:78 @@ -1537,35 +1282,24 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-links.js:197 #: frontend/src/pages/upload-link/file-uploader.js:624 #: frontend/src/pages/upload-link/upload-progress-dialog.js:66 -#: frontend/src/shared-dir-view.js:503 msgid "Upload" msgstr "上傳" #: frontend/src/components/dialog/custom-permission/custom-permission-editor.js:157 -#: frontend/src/components/dialog/list-taggedfiles-dialog.js:181 #: frontend/src/components/dialog/zip-download-dialog.js:124 #: frontend/src/components/dirent-list-view/dirent-list-item.js:745 #: frontend/src/components/dirent-list-view/dirent-list-item.js:768 -#: frontend/src/components/file-view/file-toolbar.js:175 -#: frontend/src/components/file-view/file-toolbar.js:259 #: frontend/src/components/file-view/file-view-tip.js:25 -#: frontend/src/components/history-list-view/history-list-item.js:104 -#: frontend/src/components/history-trash-file-view/download.js:10 -#: frontend/src/components/shared-file-view/shared-file-view-tip.js:27 -#: frontend/src/components/shared-file-view/shared-file-view.js:133 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:399 #: frontend/src/metadata/views/gallery/context-menu/index.js:32 #: frontend/src/metadata/views/kanban/context-menu/index.js:45 #: frontend/src/pages/file-history-old/history-item.js:127 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:193 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:184 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:72 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:257 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:63 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:73 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:83 #: frontend/src/pages/org-admin/statistic/statistic-traffic.js:93 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:142 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:170 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:59 #: frontend/src/pages/sys-admin/repos/dir-content.js:67 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:64 @@ -1573,10 +1307,6 @@ msgstr "上傳" #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:84 #: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:94 #: frontend/src/pages/sys-admin/users/user-links.js:201 -#: frontend/src/repo-snapshot.js:309 frontend/src/shared-dir-view.js:807 -#: frontend/src/shared-dir-view.js:834 frontend/src/shared-dir-view.js:882 -#: frontend/src/shared-dir-view.js:914 frontend/src/shared-dir-view.js:984 -#: frontend/src/shared-dir-view.js:1002 #: frontend/src/utils/text-translation.js:44 msgid "Download" msgstr "下載" @@ -1603,7 +1333,6 @@ msgstr "" #: frontend/src/components/dialog/repo-api-token-dialog.js:71 #: frontend/src/components/dialog/share-admin-link.js:35 #: frontend/src/components/dialog/view-link-dialog.js:39 -#: frontend/src/components/share-link-panel/link-item.js:112 #: frontend/src/components/shared-link.js:24 #: frontend/src/components/toolbar/selected-dirents-toolbar.js:389 #: frontend/src/pages/org-admin/org-saml-config.js:118 @@ -1611,8 +1340,6 @@ msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:146 #: frontend/src/pages/org-admin/org-saml-config.js:160 #: frontend/src/pages/org-admin/org-saml-config.js:208 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:147 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:171 #: frontend/src/utils/text-translation.js:60 msgid "Copy" msgstr "複製" @@ -1626,9 +1353,6 @@ msgid "Generate share link" msgstr "" #: frontend/src/components/dialog/custom-permission/custom-permission-item.js:55 -#: frontend/src/components/dialog/generate-upload-link.js:343 -#: frontend/src/components/dialog/generate-upload-link.js:344 -#: frontend/src/components/dialog/repo-history.js:271 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:89 #: frontend/src/components/dialog/repo-share-admin/group-shares.js:90 #: frontend/src/components/dialog/repo-share-admin/user-shares.js:87 @@ -1636,14 +1360,9 @@ msgstr "" #: frontend/src/components/select-editor/repo-api-token-permission-editor.js:64 #: frontend/src/components/select-editor/select-editor.js:141 #: frontend/src/components/select-editor/select-editor.js:142 -#: frontend/src/components/share-link-panel/link-details.js:240 -#: frontend/src/components/share-link-panel/link-details.js:241 #: frontend/src/components/toolbar/view-file-toolbar.js:109 -#: frontend/src/components/user-settings/user-avatar-form.js:96 -#: frontend/src/pages/institution-admin/user-content/user-info.js:61 #: frontend/src/pages/org-admin/org-user-profile.js:139 #: frontend/src/pages/org-admin/org-user-profile.js:145 -#: frontend/src/pages/org-admin/org-user-profile.js:154 #: frontend/src/pages/sdoc-revision/index.js:121 #: frontend/src/pages/share-admin/folders.js:227 #: frontend/src/pages/share-admin/folders.js:228 @@ -1653,9 +1372,6 @@ msgstr "" #: frontend/src/pages/sys-admin/institutions/institution-info.js:28 #: frontend/src/pages/sys-admin/orgs/org-info.js:41 #: frontend/src/pages/sys-admin/users/user-info.js:89 -#: frontend/src/pages/sys-admin/users/users-content.js:533 -#: frontend/src/pages/wiki/main-panel.js:106 -#: frontend/src/pages/wiki/main-panel.js:107 frontend/src/repo-history.js:306 #: frontend/src/tag/views/all-tags/main/tag/index.js:118 msgid "Edit" msgstr "編輯" @@ -1696,16 +1412,13 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js:34 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:253 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:103 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:121 #: frontend/src/pages/sys-admin/repos/trash-repos.js:257 -#: frontend/src/pages/sys-admin/users/user-repos.js:216 msgid "Delete Library" msgstr "刪除資料庫" #: frontend/src/components/dialog/dismiss-group-dialog.js:29 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:107 #: frontend/src/pages/sys-admin/groups/groups-content.js:261 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:124 msgid "Delete Group" msgstr "删除群组" @@ -1713,17 +1426,6 @@ msgstr "删除群组" msgid "Really want to delete this group?" msgstr "" -#: frontend/src/components/dialog/edit-filetag-dialog.js:121 -#| msgid "Select Image" -msgid "Select Tags" -msgstr "" - -#: frontend/src/components/dialog/edit-filetag-dialog.js:143 -#: frontend/src/components/popover/edit-filetag-popover.js:187 -#: frontend/src/components/popover/list-tag-popover.js:149 -msgid "Create a new tag" -msgstr "" - #: frontend/src/components/dialog/edit-repo-commit-labels.js:48 msgid "Successfully edited labels." msgstr "" @@ -1737,10 +1439,6 @@ msgid "{placeholder} Access Log" msgstr "" #: frontend/src/components/dialog/file-access-log.js:103 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:262 -#: frontend/src/components/dialog/share-to-user.js:349 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:229 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:280 #: frontend/src/pages/dashboard/content.js:32 #: frontend/src/pages/org-admin/devices/devices-by-platform.js:45 #: frontend/src/pages/org-admin/devices/devices-errors.js:49 @@ -1798,18 +1496,6 @@ msgstr "設備名稱" msgid "Date" msgstr "日期" -#: frontend/src/components/dialog/file-access-log.js:115 -#: frontend/src/components/shared-file-view/shared-file-view.js:173 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 -#: frontend/src/pages/org-admin/org-logs-file-update.js:205 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 -msgid "Anonymous User" -msgstr "匿名用戶" - -#: frontend/src/components/dialog/file-access-log.js:130 -msgid "This file has (apparently) not been accessed yet" -msgstr "這個檔案目前並沒有被瀏覽" - #: frontend/src/components/dialog/generate-upload-link.js:142 #: frontend/src/components/dialog/reset-webdav-password.js:30 #: frontend/src/components/dialog/set-webdav-password.js:30 @@ -1870,114 +1556,19 @@ msgid "Upload Link" msgstr "上傳連結" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Hide" msgstr "隱藏" #: frontend/src/components/dialog/generate-upload-link.js:305 -#: frontend/src/components/share-link-panel/link-details.js:203 #: frontend/src/components/user-settings/web-api-auth-token.js:84 msgid "Show" msgstr "顯示" -#: frontend/src/components/dialog/generate-upload-link.js:318 -#: frontend/src/components/share-link-panel/link-details.js:215 -#| msgid "Expiration days" -msgid "Expiration date" -msgstr "" - -#: frontend/src/components/dialog/generate-upload-link.js:334 -#: frontend/src/components/share-link-panel/link-details.js:231 -#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 -msgid "Update" -msgstr "更新" - -#: frontend/src/components/dialog/generate-upload-link.js:356 -#: frontend/src/components/send-link.js:111 -#: frontend/src/components/share-link-panel/link-details.js:290 -msgid "Send" -msgstr "發送" - -#: frontend/src/components/dialog/generate-upload-link.js:376 -#: frontend/src/components/dialog/generate-upload-link.js:381 -#: frontend/src/components/share-link-panel/link-creation.js:302 -#: frontend/src/components/share-link-panel/link-creation.js:307 -msgid "Add password protection" -msgstr "增加密碼保護" - -#: frontend/src/components/dialog/generate-upload-link.js:416 -#: frontend/src/components/share-link-panel/link-creation.js:341 -#| msgid "Add option" -msgid "Add auto expiration" -msgstr "增加自動過期" - -#: frontend/src/components/dialog/generate-upload-link.js:435 -#: frontend/src/components/share-link-panel/link-creation.js:415 -#: frontend/src/components/user-settings/web-api-auth-token.js:94 -#| msgid "Generate Link" -msgid "Generate" -msgstr "生成連結" - #: frontend/src/components/dialog/group-members-dialog.js:86 msgid "Group members" msgstr "" -#: frontend/src/components/dialog/guide-for-new-dialog.js:23 -#| msgid "Upload files to {folder_name_placeholder}" -msgid "Welcome to {site_name_placeholder}" -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:25 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. We have created a personal library for you. " -"You can create more libraries later." -msgstr "" - -#: frontend/src/components/dialog/guide-for-new-dialog.js:26 -msgid "" -"{site_name_placeholder} organizes files into libraries. Each library can be " -"synced and shared separately. However, since you are a guest user now, you " -"can not create libraries." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:52 -msgid "The image could not be loaded." -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:53 -msgid "Previous (Left arrow key)" -msgstr "上一張 (左方向鍵)" - -#: frontend/src/components/dialog/image-dialog.js:54 -msgid "Next (Right arrow key)" -msgstr "下一張 (右方向鍵)" - -#: frontend/src/components/dialog/image-dialog.js:55 -#| msgid "Close" -msgid "Close (Esc)" -msgstr "關閉 (Esc)" - -#: frontend/src/components/dialog/image-dialog.js:56 -msgid "Zoom in" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:57 -msgid "Zoom out" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:62 -msgid "View original image" -msgstr "" - -#: frontend/src/components/dialog/image-dialog.js:65 -#: frontend/src/components/dialog/lib-settings.js:104 -#: frontend/src/metadata/components/metadata-details/ai/index.js:53 -#: frontend/src/metadata/views/table/context-menu/index.js:187 -msgid "OCR" -msgstr "" - #: frontend/src/components/dialog/import-members-dialog.js:38 #: frontend/src/components/dialog/org-import-users-dialog.js:38 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:39 @@ -1988,20 +1579,6 @@ msgstr "" msgid "Import members from a .xlsx file" msgstr "" -#: frontend/src/components/dialog/import-members-dialog.js:55 -#: frontend/src/components/dialog/org-import-users-dialog.js:53 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:54 -#| msgid "Download and upload" -msgid "Download an example file" -msgstr "" - -#: frontend/src/components/dialog/import-members-dialog.js:56 -#: frontend/src/components/dialog/org-import-users-dialog.js:54 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js:55 -#| msgid "Upload Files" -msgid "Upload file" -msgstr "上傳文件" - #: frontend/src/components/dialog/insert-file-dialog.js:56 msgid "Select File" msgstr "" @@ -2053,7 +1630,6 @@ msgstr "" #: frontend/src/components/dialog/label-repo-state-dialog.js:56 #: frontend/src/components/dialog/set-org-user-default-quota.js:39 #: frontend/src/components/dialog/set-org-user-quota.js:41 -#: frontend/src/components/dialog/share-to-invite-people.js:176 #: frontend/src/pages/org-admin/statistic/statistic-reports.js:29 #: frontend/src/pages/search/main-panel.js:105 #: frontend/src/pages/sys-admin/statistic/statistic-reports.js:29 @@ -2061,28 +1637,19 @@ msgid "It is required." msgstr "必填項。" #: frontend/src/components/dialog/invite-people-dialog.js:66 -#: frontend/src/components/dialog/share-to-invite-people.js:190 msgid "Email is invalid." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:80 -#: frontend/src/components/dialog/share-to-invite-people.js:205 msgid "Successfully invited %(email)." msgstr "成功邀請 %(email)" #: frontend/src/components/dialog/invite-people-dialog.js:83 -#: frontend/src/components/dialog/share-to-invite-people.js:208 msgid "Successfully invited %(email) and %(num) other people." msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:108 #: frontend/src/components/dialog/share-dialog.js:159 -#: frontend/src/components/dialog/share-to-invite-people.js:273 -#: frontend/src/components/main-side-nav-folded.js:198 -#: frontend/src/components/main-side-nav.js:273 -#: frontend/src/components/main-side-nav.js:275 -#: frontend/src/pages/invitations/invitations-view.js:278 -#: frontend/src/pages/invitations/invitations-view.js:280 msgid "Invite Guest" msgstr "" @@ -2093,10 +1660,7 @@ msgstr "" #: frontend/src/components/dialog/invite-people-dialog.js:114 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:71 -#: frontend/src/components/dialog/share-to-invite-people.js:284 #: frontend/src/components/send-link.js:97 -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:195 -#: frontend/src/components/share-link-panel/link-creation.js:408 msgid "Emails, separated by ','" msgstr "" @@ -2119,30 +1683,24 @@ msgid "Really want to leave this group?" msgstr "" #: frontend/src/components/dialog/leave-group-dialog.js:34 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:256 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:292 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:304 msgid "Leave" msgstr "" -#: frontend/src/components/dialog/lib-decrypt-dialog.js:62 -#| msgid "Reset library password" -msgid "This library is password protected" -msgstr "該資料庫已加密" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:64 -#| msgid "Confirm password" -msgid "Wrong password" -msgstr "密碼錯誤" - -#: frontend/src/components/dialog/lib-decrypt-dialog.js:68 -msgid "The password will be kept in the server for only 1 hour." -msgstr "密碼將在伺服器上儲存一小時。" +#: frontend/src/components/dialog/lib-settings.js:60 +#: frontend/src/components/dir-view-mode/dir-others/index.js:32 +#: frontend/src/components/dir-view-mode/dir-others/index.js:34 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:68 +#: frontend/src/metadata/components/view-toolbar/kanban-view-toolbar/index.js:69 +#: frontend/src/metadata/views/kanban/settings/index.js:92 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:109 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:93 +#: frontend/src/settings.js:162 +msgid "Settings" +msgstr "設定" #: frontend/src/components/dialog/lib-settings.js:69 #: frontend/src/components/dir-view-mode/dir-others/index.js:44 #: frontend/src/components/dir-view-mode/dir-others/index.js:46 -#: frontend/src/components/file-view/file-toolbar.js:205 #: frontend/src/components/toolbar/view-file-toolbar.js:143 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:65 #: frontend/src/utils/text-translation.js:112 @@ -2162,6 +1720,12 @@ msgstr "" msgid "Face recognition" msgstr "" +#: frontend/src/components/dialog/lib-settings.js:104 +#: frontend/src/metadata/components/metadata-details/ai/index.js:53 +#: frontend/src/metadata/views/table/context-menu/index.js:184 +msgid "OCR" +msgstr "" + #: frontend/src/components/dialog/lib-settings/lib-history-setting-panel.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js:56 msgid "Successfully set library history." @@ -2225,70 +1789,6 @@ msgstr "{placeholder} 目錄權限" msgid "Set permission of {placeholder}" msgstr "" -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:300 -#: frontend/src/components/dialog/share-to-group.js:358 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:258 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:307 -#| msgid "Groups" -msgid "Group" -msgstr "群組" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:302 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:264 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 -#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 -#: frontend/src/repo-folder-trash.js:358 frontend/src/repo-folder-trash.js:418 -#: frontend/src/repo-snapshot.js:295 -msgid "Folder" -msgstr "資料夾" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:311 -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:273 -msgid "" -"Folder permission is only effective after the library is shared to users or " -"groups. It is used to fine tune sub-folder permissions." -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:322 -#: frontend/src/components/dialog/share-to-group.js:376 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:271 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 -msgid "Search groups" -msgstr "查找群組" - -#: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:323 -#: frontend/src/components/dialog/share-to-group.js:377 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:272 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:582 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 -#: frontend/src/metadata/components/popover/sort-popover/index.js:213 -msgid "No results" -msgstr "" - -#: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:282 -#: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:365 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:55 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:240 -#: frontend/src/components/list-and-add-group-members.js:173 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:197 -#: frontend/src/components/share-link-panel/link-creation.js:396 -#: frontend/src/pages/institution-admin/main-panel.js:23 -#: frontend/src/pages/org-admin/org-users-search-users.js:178 -#: frontend/src/pages/org-admin/org-users-users.js:260 -#: frontend/src/pages/sys-admin/users/search-users.js:315 -#: frontend/src/pages/sys-admin/users/users.js:462 -msgid "Search users" -msgstr "" - #: frontend/src/components/dialog/list-created-files-dialog.js:27 msgid "Created Files" msgstr "" @@ -2300,6 +1800,7 @@ msgstr "" #: frontend/src/pages/dashboard/content.js:35 #: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:166 #: frontend/src/pages/org-admin/devices/devices-errors.js:54 +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:41 #: frontend/src/pages/sys-admin/abuse-reports.js:96 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:50 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:50 @@ -2316,23 +1817,19 @@ msgid "Tagged Files" msgstr "" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:86 -#: frontend/src/components/dialog/search-file-dialog.js:98 #: frontend/src/components/dialog/trash-dialog/table/index.js:14 #: frontend/src/components/dialog/trash-dialog/table/index.js:15 #: frontend/src/components/dirent-detail/detail-list-view.js:106 #: frontend/src/components/dirent-detail/dirent-details/file-details/index.js:67 #: frontend/src/components/dirent-detail/embedded-file-details/file-details.js:14 #: frontend/src/components/dirent-detail/lib-details.js:19 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:727 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:161 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:24 #: frontend/src/file-history-old.js:245 #: frontend/src/metadata/utils/column/index.js:205 #: frontend/src/pages/institution-admin/user-content/user-repos.js:39 #: frontend/src/pages/libraries/index.js:428 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:77 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 -#: frontend/src/pages/org-admin/departments/department-libraries.js:70 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:128 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:78 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 #: frontend/src/pages/org-admin/org-group-repos.js:84 @@ -2341,8 +1838,6 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:78 #: frontend/src/pages/search/advanced-search.js:226 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:102 -#: frontend/src/pages/shared-libs/content.js:126 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:223 #: frontend/src/pages/sys-admin/departments/department-libraries.js:86 #: frontend/src/pages/sys-admin/groups/group-repos.js:40 #: frontend/src/pages/sys-admin/repos/dir-content.js:107 @@ -2352,41 +1847,33 @@ msgstr "" #: frontend/src/pages/sys-admin/users/user-repos.js:56 #: frontend/src/pages/sys-admin/users/user-shared-repos.js:34 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:143 -#: frontend/src/repo-folder-trash.js:243 frontend/src/repo-snapshot.js:201 -#: frontend/src/shared-dir-view.js:699 +#: frontend/src/repo-folder-trash.js:243 #: frontend/src/tag/views/tag-files/index.js:105 msgid "Size" msgstr "大小" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:87 -#: frontend/src/components/dialog/search-file-dialog.js:99 #: frontend/src/components/dialog/share-repo-dialog.js:133 #: frontend/src/components/dirent-detail/detail-list-view.js:84 #: frontend/src/components/dirent-detail/detail-list-view.js:108 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:729 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:162 -#: frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js:25 #: frontend/src/pages/institution-admin/user-content/user-repos.js:40 #: frontend/src/pages/libraries/index.js:429 #: frontend/src/pages/markdown-editor/detail-list-view/index.js:79 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:129 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:130 #: frontend/src/pages/org-admin/org-user-repos.js:81 #: frontend/src/pages/org-admin/org-user-shared-repos.js:79 #: frontend/src/pages/search/advanced-search.js:75 #: frontend/src/pages/search/advanced-search.js:198 #: frontend/src/pages/share-with-ocm/remote-dir-content.js:103 -#: frontend/src/pages/shared-libs/content.js:127 -#: frontend/src/pages/starred/starred.js:43 #: frontend/src/pages/sys-admin/repos/dir-content.js:108 #: frontend/src/pages/sys-admin/users/user-repos.js:57 -#: frontend/src/shared-dir-view.js:700 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:35 #: frontend/src/tag/views/tag-files/index.js:109 msgid "Last Update" msgstr "更新時間" #: frontend/src/components/dialog/list-taggedfiles-dialog.js:166 -#: frontend/src/pages/starred/starred.js:196 -#: frontend/src/pages/starred/starred.js:245 msgid "deleted" msgstr "" @@ -2410,6 +1897,8 @@ msgstr "已刪除的資料庫" #: frontend/src/components/dialog/my-deleted-repos-dialog/index.js:48 #: frontend/src/pages/my-libs/my-libs-deleted.js:61 +#: frontend/src/pages/org-admin/libraries/org-repo-trash.js:55 +#: frontend/src/pages/sys-admin/repos/trash-repos.js:58 msgid "No deleted libraries" msgstr "" @@ -2447,14 +1936,13 @@ msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department.js:93 #: frontend/src/pages/sys-admin/departments/department.js:104 msgid "New Sub-department" msgstr "" #: frontend/src/components/dialog/org-add-department-dialog.js:67 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:67 -#: frontend/src/pages/org-admin/departments/department-list.js:92 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:305 #: frontend/src/pages/sys-admin/departments/department-list.js:91 msgid "New Department" @@ -2465,14 +1953,25 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:54 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:127 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:40 -#: frontend/src/pages/org-admin/departments/department.js:96 #: frontend/src/pages/sys-admin/departments/department.js:105 -#: frontend/src/pages/sys-admin/groups/group-members.js:323 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:364 -#: frontend/src/pages/sys-admin/orgs/org-users.js:436 msgid "Add Member" msgstr "添加成員" +#: frontend/src/components/dialog/org-add-member-dialog.js:58 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:60 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:38 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:57 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js:45 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js:46 +#: frontend/src/components/list-and-add-group-members.js:173 +#: frontend/src/pages/institution-admin/main-panel.js:23 +#: frontend/src/pages/org-admin/org-users-search-users.js:178 +#: frontend/src/pages/org-admin/org-users-users.js:260 +#: frontend/src/pages/sys-admin/users/search-users.js:315 +msgid "Search users" +msgstr "" + #: frontend/src/components/dialog/org-add-user-dialog.js:100 #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:52 msgid "email is required" @@ -2480,29 +1979,20 @@ msgstr "" #: frontend/src/components/dialog/org-add-user-dialog.js:134 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:108 -#: frontend/src/pages/sys-admin/users/users.js:417 -#: frontend/src/pages/sys-admin/users/users.js:534 msgid "Add User" msgstr "新增使用者" #: frontend/src/components/dialog/org-add-user-dialog.js:138 -#: frontend/src/components/dialog/share-to-invite-people.js:316 #: frontend/src/components/dialog/share-to-user.js:77 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:131 #: frontend/src/pages/institution-admin/user-content/user-info.js:49 #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 -#: frontend/src/pages/invitations/invitations-view.js:196 #: frontend/src/pages/sys-admin/users/ldap-users.js:47 #: frontend/src/pages/sys-admin/users/user-info.js:118 msgid "Email" msgstr "電子郵件" -#: frontend/src/components/dialog/org-add-user-dialog.js:160 -#| msgid "Confirm password" -msgid "Confirm Password" -msgstr "確認密碼" - #: frontend/src/components/dialog/org-admin-invite-user-dialog.js:62 #: frontend/src/pages/org-admin/org-users-users.js:275 #: frontend/src/pages/org-admin/org-users-users.js:276 @@ -2557,8 +2047,6 @@ msgstr "" #: frontend/src/pages/sys-admin/orgs/org-users.js:230 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:137 #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:128 -#: frontend/src/pages/sys-admin/users/user-repos.js:193 -#: frontend/src/pages/sys-admin/users/users-content.js:422 msgid "Are you sure you want to delete {placeholder} ?" msgstr "" @@ -2569,7 +2057,6 @@ msgstr "" #: frontend/src/components/dialog/org-delete-member-dialog.js:41 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js:41 -#: frontend/src/pages/sys-admin/orgs/org-users.js:297 msgid "Delete Member" msgstr "删除成員" @@ -2598,7 +2085,6 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:50 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js:60 #: frontend/src/pages/sys-admin/users/search-users.js:298 -#: frontend/src/pages/sys-admin/users/users.js:486 msgid "Set Quota" msgstr "設定容量" @@ -2639,8 +2125,6 @@ msgid "" msgstr "" #: frontend/src/components/dialog/publish-wiki-dialog.js:134 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:247 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:278 #| msgid "Publish" msgid "Unpublish" msgstr "" @@ -2703,76 +2187,6 @@ msgstr "" msgid "API token is copied to the clipboard." msgstr "" -#: frontend/src/components/dialog/repo-api-token-dialog.js:116 -#: frontend/src/components/dialog/trash-dialog/index.js:128 -#: frontend/src/pages/lib-content-view/lib-content-view.js:239 -#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 -msgid "Permission denied" -msgstr "沒有權限" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:197 -#: frontend/src/components/dialog/trash-dialog/index.js:133 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 -#: frontend/src/components/dialog/zip-download-dialog.js:77 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 -#: frontend/src/metadata/store/server-operator.js:428 -#: frontend/src/metadata/store/server-operator.js:446 -#: frontend/src/pages/lib-content-view/lib-content-view.js:245 -#: frontend/src/pages/lib-content-view/lib-content-view.js:799 -#: frontend/src/pages/lib-content-view/lib-content-view.js:851 -#: frontend/src/pages/lib-content-view/lib-content-view.js:942 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1133 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1149 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1185 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1213 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1295 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1358 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1396 -#: frontend/src/pages/my-libs/my-libs-deleted.js:150 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:270 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:285 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:307 -#: frontend/src/pages/org-admin/devices/devices-errors.js:53 -#: frontend/src/pages/search/main-panel.js:75 -#: frontend/src/pages/search/main-panel.js:162 -#: frontend/src/pages/search/main-panel.js:174 -#: frontend/src/pages/shared-libs/item.js:85 -#: frontend/src/pages/shared-with-all/index.js:80 -#: frontend/src/pages/sys-admin/abuse-reports.js:45 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 -#: frontend/src/pages/upload-link/file-uploader.js:432 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 -#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 -#: frontend/src/utils/utils.js:1404 -msgid "Error" -msgstr "錯誤" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:199 -#: frontend/src/components/dialog/trash-dialog/index.js:139 -#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 -#: frontend/src/pages/lib-content-view/lib-content-view.js:235 -#: frontend/src/pages/search/main-panel.js:77 -#: frontend/src/pages/sys-admin/abuse-reports.js:47 -#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 -#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 -#: frontend/src/shared-file-view-document.js:74 -#: frontend/src/shared-file-view-spreadsheet.js:71 -#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 -#: frontend/src/view-file-spreadsheet.js:71 -msgid "Please check the network." -msgstr "請檢查網絡是否已連接。" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:222 -#| msgid "Name" -msgid "App Name" -msgstr "" - -#: frontend/src/components/dialog/repo-api-token-dialog.js:283 -#| msgid "{placeholder} Access Log" -msgid "{placeholder} API Token" -msgstr "" - #: frontend/src/components/dialog/repo-history.js:71 #: frontend/src/repo-history.js:96 msgid "{placeholder} Modification History" @@ -2818,39 +2232,6 @@ msgstr "版本" msgid "Labels" msgstr "" -#: frontend/src/components/dialog/repo-history.js:245 -#: frontend/src/repo-history.js:280 -msgid "None" -msgstr "無" - -#: frontend/src/components/dialog/repo-history.js:248 -#: frontend/src/repo-history.js:283 frontend/src/repo-snapshot.js:162 -msgid "Unknown" -msgstr "未知" - -#: frontend/src/components/dialog/repo-history.js:257 -#: frontend/src/components/file-view/file-toolbar.js:182 -#: frontend/src/components/file-view/file-toolbar.js:263 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:80 -#: frontend/src/pages/org-admin/org-logs-file-update.js:260 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 -#: frontend/src/repo-history.js:292 frontend/src/utils/text-translation.js:68 -msgid "Details" -msgstr "詳情" - -#: frontend/src/components/dialog/repo-history.js:278 -#: frontend/src/repo-history.js:313 -#| msgid "(current version)" -msgid "Current Version" -msgstr "當前版本" - -#: frontend/src/components/dialog/repo-history.js:279 -#: frontend/src/repo-history.js:314 -#| msgid "View Related Snapshot" -msgid "View Snapshot" -msgstr "查看鏡像" - #: frontend/src/components/dialog/repo-office-suite-dialog.js:75 #| msgid "Select all" msgid "Select a office suite" @@ -2865,17 +2246,11 @@ msgid "{placeholder} Share Admin" msgstr "" #: frontend/src/components/dialog/repo-share-admin-dialog.js:70 -#: frontend/src/components/dialog/repo-share-admin/share-links.js:292 -#: frontend/src/pages/share-admin/share-links.js:557 -#: frontend/src/pages/share-admin/upload-links.js:269 #: frontend/src/pages/sys-admin/links/links-nav.js:15 msgid "Share Links" msgstr "共享網址" #: frontend/src/components/dialog/repo-share-admin-dialog.js:77 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:281 -#: frontend/src/pages/share-admin/share-links.js:564 -#: frontend/src/pages/share-admin/upload-links.js:273 #: frontend/src/pages/sys-admin/links/links-nav.js:16 msgid "Upload Links" msgstr "上傳連結" @@ -2888,98 +2263,6 @@ msgstr "" msgid "Group Shares" msgstr "" -#: frontend/src/components/dialog/repo-share-admin/share-links.js:243 -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:233 -#: frontend/src/components/dialog/share-to-invite-people.js:318 -#: frontend/src/components/share-link-panel/link-list.js:87 -#: frontend/src/components/share-link-panel/link-list.js:99 -#: frontend/src/pages/invitations/invitations-view.js:115 -#: frontend/src/pages/invitations/invitations-view.js:198 -#: frontend/src/pages/share-admin/share-links.js:97 -#: frontend/src/pages/share-admin/share-links.js:333 -#: frontend/src/pages/share-admin/upload-links.js:55 -#: frontend/src/pages/share-admin/upload-links.js:163 -#: frontend/src/pages/sys-admin/links/share-links.js:75 -#: frontend/src/pages/sys-admin/links/upload-links.js:53 -msgid "Expiration" -msgstr "過期時間" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:305 -#: frontend/src/components/share-link-panel/link-list.js:76 -#: frontend/src/translate.js:14 -msgid "No share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:335 -#: frontend/src/components/share-link-panel/link-list.js:124 -msgid "Delete share links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/share-links.js:336 -#: frontend/src/components/share-link-panel/link-list.js:125 -msgid "Are you sure you want to delete the selected share link(s) ?" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:151 -#| msgid "Successfully deleted 1 item." -msgid "Successfully deleted 1 item" -msgstr "成功刪除 1 個條目" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:209 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully deleted 1 upload link" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:210 -#| msgid "Successfully deleted {number_placeholder} share links" -msgid "Successfully deleted {number_placeholder} upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:230 -#: frontend/src/components/dirent-detail/lib-details.js:20 -#: frontend/src/metadata/utils/column/index.js:174 -#: frontend/src/pages/org-admin/org-group-info.js:76 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 -#: frontend/src/pages/org-admin/org-groups.js:180 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 -msgid "Creator" -msgstr "建立者" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:232 -#: frontend/src/components/dialog/share-admin-link.js:30 -#: frontend/src/components/dialog/view-link-dialog.js:33 -#: frontend/src/components/share-link-panel/link-details.js:168 -#: frontend/src/components/share-link-panel/link-details.js:172 -#: frontend/src/components/share-link-panel/link-list.js:85 -#: frontend/src/components/share-link-panel/link-list.js:97 -msgid "Link" -msgstr "鏈結" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:234 -#: frontend/src/pages/share-admin/share-links.js:96 -#: frontend/src/pages/share-admin/share-links.js:332 -#: frontend/src/pages/share-admin/upload-links.js:54 -#: frontend/src/pages/share-admin/upload-links.js:162 -#: frontend/src/pages/sys-admin/users/user-links.js:51 -msgid "Visits" -msgstr "瀏覽次數" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:294 -#: frontend/src/translate.js:15 -msgid "No upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:324 -#| msgid "No upload links" -msgid "Delete upload links" -msgstr "" - -#: frontend/src/components/dialog/repo-share-admin/upload-links.js:325 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the selected upload link(s) ?" -msgstr "" - #: frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js:43 msgid "" "New password has been sent to your email {mail}. Please check your mailbox. " @@ -3017,39 +2300,6 @@ msgstr "" msgid "Search files in this library" msgstr "在當前資料庫搜尋檔案" -#: frontend/src/components/dialog/search-file-dialog.js:92 -#: frontend/src/components/search/wiki2-search.js:179 -#: frontend/src/pages/search/search-results.js:73 -msgid "No result" -msgstr "沒有結果" - -#: frontend/src/components/dialog/select-dirent-body.js:75 -#| msgid "Please select a library to share." -msgid "Please select a library or folder first." -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:137 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:53 -#| msgid "Create Library" -msgid "Current Library" -msgstr "當前資料庫" - -#: frontend/src/components/dialog/select-dirent-body.js:144 -#: frontend/src/components/file-chooser/repo-list-wrapper.js:73 -#| msgid "Owned Libraries" -msgid "Other Libraries" -msgstr "其他資料庫" - -#: frontend/src/components/dialog/select-dirent-body.js:151 -#| msgid "Space Used" -msgid "Recently Used" -msgstr "" - -#: frontend/src/components/dialog/select-dirent-body.js:187 -#| msgid "New Folder" -msgid "New folder" -msgstr "" - #: frontend/src/components/dialog/set-org-user-contact-email.js:58 msgid "Set user contact email" msgstr "" @@ -3081,6 +2331,15 @@ msgstr "" msgid "The link is copied to the clipboard." msgstr "" +#: frontend/src/components/dialog/share-admin-link.js:30 +#: frontend/src/components/dialog/view-link-dialog.js:33 +#: frontend/src/components/share-link-panel/link-details.js:168 +#: frontend/src/components/share-link-panel/link-details.js:172 +#: frontend/src/components/share-link-panel/link-list.js:85 +#: frontend/src/components/share-link-panel/link-list.js:97 +msgid "Link" +msgstr "鏈結" + #: frontend/src/components/dialog/share-dialog.js:115 #: frontend/src/components/dialog/share-dialog.js:273 #: frontend/src/components/share-link-panel/link-list.js:59 @@ -3112,30 +2371,18 @@ msgstr "" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js:85 #: frontend/src/components/dirent-list-view/dirent-list-item.js:748 #: frontend/src/components/dirent-list-view/dirent-list-item.js:771 -#: frontend/src/components/file-view/file-toolbar.js:148 -#: frontend/src/components/file-view/file-toolbar.js:253 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:343 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:493 #: frontend/src/components/toolbar/dir-operation-toolbar.js:271 #: frontend/src/components/toolbar/view-file-toolbar.js:136 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:244 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:170 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:161 #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:70 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:361 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:416 #: frontend/src/pages/my-libs/mylib-repo-menu.js:139 -#: frontend/src/pages/shared-libs/item.js:211 -#: frontend/src/pages/shared-libs/item.js:262 -#: frontend/src/pages/shared-libs/item.js:329 -#: frontend/src/pages/sys-admin/repos/repos.js:264 #: frontend/src/utils/text-translation.js:40 msgid "Share" msgstr "共享" #: frontend/src/components/dialog/share-repo-dialog.js:39 -#: frontend/src/pages/org-admin/departments/department-libraries.js:127 -#: frontend/src/pages/starred/starred.js:189 -#: frontend/src/pages/starred/starred.js:238 +#: frontend/src/pages/org-admin/departments-v2/repo-item.js:43 #: frontend/src/pages/sys-admin/departments/repo-item.js:37 msgid "icon" msgstr "圖示" @@ -3148,78 +2395,13 @@ msgstr "" msgid "Select libraries to share" msgstr "選擇要共享的資料庫" -#: frontend/src/components/dialog/share-to-invite-people.js:319 -#: frontend/src/pages/sys-admin/invitations/invitations.js:61 -msgid "Inviter" -msgstr "邀請人" - -#: frontend/src/components/dialog/share-to-other-server.js:83 -#: frontend/src/components/dialog/share-to-other-server.js:221 -#| msgid "At server" -msgid "Server" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:84 -#: frontend/src/components/dialog/share-to-other-server.js:222 -#| msgid "Email" -msgid "User Email" -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:193 -#: frontend/src/pages/groups/group-view.js:289 -#: frontend/src/pages/org-admin/org-user-item.js:77 -#: frontend/src/pages/org-admin/org-users-users.js:157 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 -#: frontend/src/pages/sys-admin/users/users-content.js:280 -#: frontend/src/pages/sys-admin/users/users-content.js:341 -#: frontend/src/pages/sys-admin/users/users-content.js:346 -#: frontend/src/pages/sys-admin/users/users.js:306 -#: frontend/src/pages/sys-admin/users/users.js:330 -msgid "It may take some time, please wait." -msgstr "" - -#: frontend/src/components/dialog/share-to-other-server.js:199 -#: frontend/src/pages/invitations/invitations-view.js:54 -#: frontend/src/pages/share-admin/share-links.js:519 -#: frontend/src/pages/share-admin/upload-links.js:238 -#: frontend/src/pages/sys-admin/groups/groups.js:87 -#: frontend/src/pages/sys-admin/groups/search-groups.js:54 -#: frontend/src/pages/sys-admin/institutions/institutions.js:230 -#: frontend/src/pages/sys-admin/invitations/invitations.js:302 -#: frontend/src/pages/sys-admin/notifications/notifications.js:273 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:182 -#: frontend/src/pages/sys-admin/orgs/org-repos.js:175 -#: frontend/src/pages/sys-admin/orgs/org-users.js:392 -#: frontend/src/pages/sys-admin/orgs/orgs.js:105 -#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 -#: frontend/src/pages/sys-admin/repos/dir-view.js:96 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 -#: frontend/src/pages/sys-admin/users/user-links.js:299 -#: frontend/src/pages/sys-admin/users/user-links.js:312 -#: frontend/src/pages/sys-admin/users/user-repos.js:283 -msgid "Successfully deleted 1 item." -msgstr "成功刪除 1 個項目。" - -#: frontend/src/components/dialog/share-to-other-server.js:231 -#| msgid "Select a user" -msgid "Select a server" -msgstr "" - -#: frontend/src/components/dialog/share-to-user.js:248 -#: frontend/src/components/dialog/share-to-user.js:274 -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:175 -msgid "Library can not be shared to owner." -msgstr "" - #: frontend/src/components/dialog/sort-options.js:19 #: frontend/src/components/sort-menu.js:17 -#: frontend/src/pages/share-admin/share-links.js:399 msgid "By name ascending" msgstr "" #: frontend/src/components/dialog/sort-options.js:20 #: frontend/src/components/sort-menu.js:18 -#: frontend/src/pages/share-admin/share-links.js:400 msgid "By name descending" msgstr "" @@ -3243,12 +2425,12 @@ msgstr "" msgid "By time descending" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:68 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:73 #| msgid "No department" msgid "Add department at" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:70 +#: frontend/src/components/dialog/sysadmin-dialog/add-department-v2-dialog.js:75 #| msgid "Change to department" msgid "Create top department" msgstr "" @@ -3263,17 +2445,12 @@ msgstr "" msgid "Are you sure to delete" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:62 +#: frontend/src/components/dialog/sysadmin-dialog/rename-department-v2-dialog.js:68 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:331 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:240 #: frontend/src/metadata/metadata-tree-view/view.js:57 #: frontend/src/metadata/views/face-recognition/peoples/people/op-menu/index.js:44 #: frontend/src/pages/groups/group-view.js:377 #: frontend/src/pages/my-libs/mylib-repo-menu.js:145 -#: frontend/src/pages/org-admin/departments/group-item.js:52 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:152 -#: frontend/src/pages/sdoc/sdoc-file-history/history-version.js:172 -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:23 #: frontend/src/pages/sys-admin/departments/group-item.js:69 #: frontend/src/utils/text-translation.js:52 msgid "Rename" @@ -3292,7 +2469,7 @@ msgstr "" msgid "Set Download Rate Limit" msgstr "" -#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:52 +#: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-depart-member-v2-dialog.js:57 #| msgid "Add Member" msgid "Add member" msgstr "" @@ -3368,10 +2545,8 @@ msgstr "" #: frontend/src/pages/org-admin/org-group-members.js:109 #: frontend/src/pages/org-admin/org-links.js:104 #: frontend/src/pages/org-admin/org-user-shared-repos.js:77 -#: frontend/src/pages/shared-libs/content.js:128 #: frontend/src/pages/sys-admin/groups/group-members.js:165 #: frontend/src/pages/sys-admin/groups/groups-content.js:61 -#: frontend/src/pages/sys-admin/links/share-links.js:68 #: frontend/src/pages/sys-admin/links/upload-links.js:50 #: frontend/src/pages/sys-admin/orgs/org-repos.js:34 #: frontend/src/pages/sys-admin/repos/repos.js:88 @@ -3399,15 +2574,13 @@ msgstr "名字(可選)" #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js:141 #: frontend/src/components/group-members.js:31 #: frontend/src/pages/institution-admin/user-content/user-groups.js:38 -#: frontend/src/pages/org-admin/departments/department-members.js:179 #: frontend/src/pages/org-admin/org-group-members.js:82 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:186 #: frontend/src/pages/sys-admin/departments/department-members.js:129 #: frontend/src/pages/sys-admin/groups/group-members.js:57 #: frontend/src/pages/sys-admin/orgs/org-users.js:61 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:57 #: frontend/src/pages/sys-admin/users/user-groups.js:47 -#: frontend/src/pages/sys-admin/users/users-content.js:91 +#: frontend/src/pages/sys-admin/users/user-info.js:146 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:86 msgid "Role" msgstr "用戶角色" @@ -3463,8 +2636,6 @@ msgstr "" #: frontend/src/components/dialog/terms-editor-dialog.js:26 #: frontend/src/components/dialog/terms-preview-dialog.js:17 -#: frontend/src/components/main-side-nav-folded.js:231 -#: frontend/src/components/main-side-nav.js:305 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:322 msgid "Terms" msgstr "" @@ -3478,19 +2649,10 @@ msgid "Transfer to department" msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:155 -#: frontend/src/pages/institution-admin/side-panel.js:28 -#: frontend/src/pages/institution-admin/users-nav/index.js:12 #: frontend/src/pages/org-admin/org-users-search-users.js:170 -#: frontend/src/pages/org-admin/side-panel.js:69 #: frontend/src/pages/org-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:131 -#: frontend/src/pages/sys-admin/side-panel.js:102 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:124 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:133 #: frontend/src/pages/sys-admin/users/search-users.js:307 -#: frontend/src/pages/sys-admin/users/user-nav.js:30 msgid "Users" msgstr "用戶" @@ -3506,15 +2668,11 @@ msgid "If the library is shared to another user, the sharing will be kept." msgstr "" #: frontend/src/components/dialog/transfer-dialog.js:175 -#: frontend/src/pages/org-admin/departments/department-list.js:112 -#: frontend/src/pages/org-admin/departments/department.js:143 -#: frontend/src/pages/org-admin/departments/department.js:144 -#: frontend/src/pages/org-admin/side-panel.js:81 +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:316 #: frontend/src/pages/sys-admin/departments/department-list.js:107 #: frontend/src/pages/sys-admin/departments/department.js:160 #: frontend/src/pages/sys-admin/departments/department.js:161 -#: frontend/src/pages/sys-admin/side-panel.js:126 msgid "Departments" msgstr "" @@ -3542,6 +2700,63 @@ msgstr "" msgid "Please enter 1 or more character" msgstr "請輸入 1 個或更多字符" +#: frontend/src/components/dialog/trash-dialog/index.js:128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:238 +#: frontend/src/repo-folder-trash.js:132 frontend/src/utils/utils.js:1397 +msgid "Permission denied" +msgstr "沒有權限" + +#: frontend/src/components/dialog/trash-dialog/index.js:133 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:43 +#: frontend/src/components/dialog/zip-download-dialog.js:77 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:242 +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:297 +#: frontend/src/metadata/store/server-operator.js:428 +#: frontend/src/metadata/store/server-operator.js:446 +#: frontend/src/pages/lib-content-view/lib-content-view.js:244 +#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:844 +#: frontend/src/pages/lib-content-view/lib-content-view.js:935 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1126 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1142 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1178 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1206 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1288 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1351 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1389 +#: frontend/src/pages/my-libs/my-libs-deleted.js:150 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:271 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:286 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:308 +#: frontend/src/pages/org-admin/devices/devices-errors.js:53 +#: frontend/src/pages/search/main-panel.js:75 +#: frontend/src/pages/search/main-panel.js:162 +#: frontend/src/pages/search/main-panel.js:174 +#: frontend/src/pages/shared-libs/item.js:85 +#: frontend/src/pages/shared-with-all/index.js:80 +#: frontend/src/pages/sys-admin/abuse-reports.js:45 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:54 +#: frontend/src/pages/upload-link/file-uploader.js:432 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:239 +#: frontend/src/repo-folder-trash.js:137 frontend/src/repo-folder-trash.js:334 +#: frontend/src/utils/utils.js:1404 +msgid "Error" +msgstr "錯誤" + +#: frontend/src/components/dialog/trash-dialog/index.js:139 +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:45 +#: frontend/src/pages/lib-content-view/lib-content-view.js:234 +#: frontend/src/pages/search/main-panel.js:77 +#: frontend/src/pages/sys-admin/abuse-reports.js:47 +#: frontend/src/pages/wiki2/wiki-trash-dialog.js:241 +#: frontend/src/repo-folder-trash.js:143 frontend/src/repo-folder-trash.js:336 +#: frontend/src/shared-file-view-document.js:74 +#: frontend/src/shared-file-view-spreadsheet.js:71 +#: frontend/src/utils/utils.js:1410 frontend/src/view-file-document.js:76 +#: frontend/src/view-file-spreadsheet.js:71 +msgid "Please check the network." +msgstr "請檢查網絡是否已連接。" + #: frontend/src/components/dialog/trash-dialog/index.js:188 #: frontend/src/repo-folder-trash.js:186 msgid "{placeholder} Trash" @@ -3553,25 +2768,31 @@ msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:214 #: frontend/src/components/dirent-grid-view/dirent-grid-view.js:897 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:804 msgid "No file" msgstr "" #: frontend/src/components/dialog/trash-dialog/index.js:219 -#: frontend/src/components/shared-file-view/shared-file-view.js:121 -#: frontend/src/repo-folder-trash.js:206 frontend/src/repo-snapshot.js:168 -#: frontend/src/shared-dir-view.js:479 +#: frontend/src/repo-folder-trash.js:206 msgid "Current path: " msgstr "當前路徑:" #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:39 -#: frontend/src/pages/wiki2/side-panel.js:95 +#: frontend/src/pages/wiki2/side-panel.js:77 #: frontend/src/pages/wiki2/wiki-trash-dialog.js:235 -#: frontend/src/repo-folder-trash.js:330 frontend/src/repo-snapshot.js:273 +#: frontend/src/repo-folder-trash.js:330 #| msgid "Restored file" msgid "Restored 1 item" msgstr "" +#: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:65 +#: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:34 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:85 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:52 +#: frontend/src/repo-folder-trash.js:358 +msgid "Folder" +msgstr "資料夾" + #: frontend/src/components/dialog/trash-dialog/table/file-records/file-record.js:76 #: frontend/src/components/dialog/trash-dialog/table/folder-records/folder-record.js:44 #: frontend/src/pages/dashboard/content.js:34 @@ -3580,8 +2801,7 @@ msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:92 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:93 #: frontend/src/pages/sys-admin/statistic/statistic-nav.js:15 -#: frontend/src/repo-folder-trash.js:369 frontend/src/repo-folder-trash.js:426 -#: frontend/src/repo-snapshot.js:304 +#: frontend/src/repo-folder-trash.js:369 msgid "File" msgstr "檔案" @@ -3697,6 +2917,17 @@ msgstr "" msgid "Packaging..." msgstr "正在封包" +#: frontend/src/components/dir-view-mode/dir-files.js:372 +#: frontend/src/components/dirent-detail/lib-details.js:18 +#: frontend/src/pages/libraries/index.js:407 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:77 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:80 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/repos/repos.js:80 +#: frontend/src/pages/sys-admin/repos/repos.js:83 +msgid "Files" +msgstr "檔案" + #: frontend/src/components/dir-view-mode/dir-others/index.js:30 msgid "Others" msgstr "" @@ -3706,7 +2937,7 @@ msgstr "" #: frontend/src/components/history-trash-file-view/file-view.js:33 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:16 #: frontend/src/pages/sys-admin/repos/repos-nav.js:18 -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:145 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:143 #: frontend/src/utils/text-translation.js:128 msgid "Trash" msgstr "資源回收筒" @@ -3729,6 +2960,11 @@ msgstr "" msgid "Map" msgstr "" +#: frontend/src/components/dir-view-mode/dir-views/new-view-menu.js:63 +#: frontend/src/translate.js:28 +msgid "New view" +msgstr "" + #: frontend/src/components/dir-view-mode/extension-prompts/index.js:15 msgid "Extension Prompts" msgstr "" @@ -3836,87 +3072,64 @@ msgstr "" msgid "Capture information" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 +#: frontend/src/components/dirent-detail/lib-details.js:20 +#: frontend/src/metadata/utils/column/index.js:174 +#: frontend/src/pages/org-admin/org-group-info.js:76 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:157 +#: frontend/src/pages/org-admin/org-groups.js:180 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:38 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:56 +msgid "Creator" +msgstr "建立者" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "Frozen by {name}" +msgstr "" + +#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 +msgid "locked by {name}" +msgstr "" + #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 msgid "freezed" msgstr "" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:333 #: frontend/src/components/dirent-list-view/dirent-list-item.js:807 #: frontend/src/components/file-view/file-info.js:32 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:17 msgid "locked" msgstr "已鎖定" -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "Frozen by {name}" -msgstr "" - -#: frontend/src/components/dirent-grid-view/dirent-grid-item.js:334 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:801 -msgid "locked by {name}" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Unselect" msgid "Unselect this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:840 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:836 +#: frontend/src/tag/views/tag-files/tag-file/index.js:103 #| msgid "Select File" msgid "Select this item" msgstr "" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:683 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:684 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:400 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:401 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:136 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:250 -#: frontend/src/pages/shared-libs/item.js:251 -#: frontend/src/pages/shared-libs/item.js:328 -#: frontend/src/pages/starred/starred.js:219 -#: frontend/src/pages/starred/starred.js:259 -#: frontend/src/pages/starred/starred.js:260 msgid "Unstar" msgstr "取消星標" -#: frontend/src/components/dirent-list-view/dirent-list-item.js:847 -#: frontend/src/components/dirent-list-view/dirent-list-item.js:947 -#: frontend/src/components/file-view/file-info.js:41 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:644 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:645 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:332 +#: frontend/src/components/dirent-list-view/dirent-list-item.js:851 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:333 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:334 #: frontend/src/pages/my-libs/mylib-repo-menu.js:133 #: frontend/src/pages/shared-libs/item.js:195 #: frontend/src/pages/shared-libs/item.js:196 -#: frontend/src/pages/shared-libs/item.js:328 msgid "Star" msgstr "新增星標" -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Unselect all items" -msgstr "" - -#: frontend/src/components/dirent-list-view/dirent-list-view.js:712 -#: frontend/src/components/dirent-list-view/dirent-list-view.js:713 -#| msgid "Select all" -msgid "Select all items" -msgstr "" - #: frontend/src/components/dirent-list-view/dirent-none-view.js:54 msgid "This folder has no content at this time." msgstr "" @@ -3927,28 +3140,20 @@ msgstr "" #: frontend/src/components/file-chooser/index.js:320 #: frontend/src/components/file-chooser/repo-list-wrapper.js:30 +#: frontend/src/components/search/search.js:558 #: frontend/src/components/search/wiki-search.js:194 msgid "No results matching" msgstr "" -#: frontend/src/components/file-chooser/repo-list-wrapper.js:114 -#: frontend/src/components/main-side-nav.js:175 -#: frontend/src/components/main-side-nav.js:177 -#: frontend/src/components/org-admin-group-nav.js:23 -#: frontend/src/pages/org-admin/departments/department.js:44 -#: frontend/src/pages/org-admin/side-panel.js:63 -#: frontend/src/pages/search/advanced-search.js:66 -#: frontend/src/pages/search/advanced-search.js:91 -#: frontend/src/pages/share-admin/libraries.js:354 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:170 -#: frontend/src/pages/sys-admin/departments/department.js:45 -#: frontend/src/pages/sys-admin/groups/group-nav.js:17 -#: frontend/src/pages/sys-admin/info.js:118 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 -#: frontend/src/pages/sys-admin/repos/search-repos.js:140 -#: frontend/src/pages/sys-admin/side-panel.js:90 -msgid "Libraries" -msgstr "資料庫" +#: frontend/src/components/file-content-view/image.js:69 +#: frontend/src/shared-file-view-image.js:42 +msgid "you can also press ← " +msgstr "可用方向鍵 ← " + +#: frontend/src/components/file-content-view/image.js:72 +#: frontend/src/shared-file-view-image.js:45 +msgid "you can also press →" +msgstr "" #: frontend/src/components/file-uploader/file-uploader.js:147 #: frontend/src/components/shared-link-file-uploader/file-uploader.js:145 @@ -3990,57 +3195,12 @@ msgstr "" msgid "File too large" msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:94 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:94 -#: frontend/src/pages/upload-link/upload-list-item.js:94 -msgid "Preparing to upload..." -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:95 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:95 -#: frontend/src/pages/upload-link/upload-list-item.js:95 -msgid "Remaining" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:96 -#: frontend/src/components/file-uploader/upload-list-item.js:122 -#: frontend/src/components/file-view/file-toolbar.js:155 -#: frontend/src/components/file-view/file-toolbar.js:219 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:122 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:176 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:233 -#: frontend/src/pages/upload-link/upload-list-item.js:96 -#: frontend/src/pages/upload-link/upload-list-item.js:122 -msgid "Saving..." -msgstr "保存中..." - -#: frontend/src/components/file-uploader/upload-list-item.js:117 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:117 -#: frontend/src/pages/upload-link/upload-list-item.js:117 -#| msgid "Saving..." -msgid "Waiting..." -msgstr "" - #: frontend/src/components/file-uploader/upload-list-item.js:118 #: frontend/src/components/shared-link-file-uploader/upload-list-item.js:118 #: frontend/src/pages/upload-link/upload-list-item.js:118 msgid "Uploading..." msgstr "" -#: frontend/src/components/file-uploader/upload-list-item.js:131 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:131 -#: frontend/src/pages/upload-link/upload-list-item.js:131 -#| msgid "Upload" -msgid "Uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-list-item.js:147 -#: frontend/src/components/shared-link-file-uploader/upload-list-item.js:147 -#: frontend/src/pages/upload-link/upload-list-item.js:147 -msgid "Retry" -msgstr "" - #: frontend/src/components/file-uploader/upload-progress-dialog.js:48 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:48 #: frontend/src/pages/upload-link/upload-progress-dialog.js:51 @@ -4055,54 +3215,9 @@ msgstr "" #: frontend/src/components/file-uploader/upload-progress-dialog.js:67 #: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:67 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:83 msgid "File Uploading..." msgstr "文件上傳中..." -#: frontend/src/components/file-uploader/upload-progress-dialog.js:77 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:77 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:90 -#| msgid "All records loaded" -msgid "All files uploaded" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:96 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:96 -msgid "Retry All" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:103 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:103 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 -msgid "Cancel All" -msgstr "全部取消" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:110 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:110 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:107 -#| msgid "Rename" -msgid "name" -msgstr "名稱" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:111 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:111 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:108 -msgid "size" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:112 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:112 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:109 -#| msgid "In progress" -msgid "progress" -msgstr "" - -#: frontend/src/components/file-uploader/upload-progress-dialog.js:113 -#: frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js:113 -#: frontend/src/pages/upload-link/upload-progress-dialog.js:110 -msgid "state" -msgstr "" - #: frontend/src/components/file-view/file-info.js:31 #: frontend/src/pages/markdown-editor/header-toolbar/file-info.js:13 msgid "starred" @@ -4114,13 +3229,13 @@ msgid "unstarred" msgstr "未加星標" #: frontend/src/components/file-view/file-toolbar.js:95 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:155 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:146 #: frontend/src/utils/text-translation.js:76 msgid "Lock" msgstr "鎖定" #: frontend/src/components/file-view/file-toolbar.js:99 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:163 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:154 #: frontend/src/utils/text-translation.js:80 msgid "Unlock" msgstr "解鎖" @@ -4129,74 +3244,26 @@ msgstr "解鎖" msgid "Find" msgstr "" -#: frontend/src/components/file-view/file-toolbar.js:133 -msgid "Print" -msgstr "" - -#: frontend/src/components/file-view/file-toolbar.js:189 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:207 -#: frontend/src/utils/text-translation.js:72 -msgid "Open via Client" -msgstr "客戶端打開" - -#: frontend/src/components/file-view/file-toolbar.js:209 -#: frontend/src/components/file-view/file-toolbar.js:243 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:62 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:83 -#: frontend/src/metadata/views/kanban/context-menu/index.js:44 -#: frontend/src/metadata/views/table/context-menu/index.js:171 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 -msgid "Open parent folder" -msgstr "開啟父目錄" - #: frontend/src/components/file-view/file-view-tip.js:16 #: frontend/src/components/history-trash-file-view/file-view-tip.js:17 #: frontend/src/components/shared-file-view/shared-file-view-tip.js:15 msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/file-view/file-view.js:154 -msgid "Unfold" -msgstr "" - -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:69 -#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:79 -#| msgid "Folder" -msgid "Fold" -msgstr "" - -#: frontend/src/components/files-sub-nav.js:55 -#: frontend/src/components/files-sub-nav.js:57 -#: frontend/src/pages/libraries/index.js:441 -#: frontend/src/pages/my-libs/my-libs-deleted.js:52 -#: frontend/src/pages/my-libs/my-libs.js:167 -msgid "My Libraries" -msgstr "我的資料庫" - -#: frontend/src/components/files-sub-nav.js:62 -#: frontend/src/components/files-sub-nav.js:64 -#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 -#: frontend/src/pages/shared-libs/index.js:132 -#: frontend/src/pages/shared-libs/index.js:142 -msgid "Shared with me" -msgstr "與我共享" - -#: frontend/src/components/files-sub-nav.js:69 -#: frontend/src/components/files-sub-nav.js:71 -#: frontend/src/pages/shared-with-all/index.js:239 -#: frontend/src/pages/shared-with-all/index.js:254 -#| msgid "Shared with me" -msgid "Shared with all" -msgstr "與所有人共享" +#: frontend/src/components/file-view/onlyoffice-file-toolbar.js:48 +#: frontend/src/pages/org-admin/org-logs-file-update.js:260 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:139 +#: frontend/src/utils/text-translation.js:68 +msgid "Details" +msgstr "詳情" #: frontend/src/components/group-members.js:74 #: frontend/src/components/group-members.js:119 #: frontend/src/pages/groups/group-view.js:326 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:22 -#: frontend/src/pages/org-admin/departments/department-members.js:226 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:27 #: frontend/src/pages/org-admin/org-group-members.js:111 #: frontend/src/pages/org-admin/org-users-nav.js:16 -#: frontend/src/pages/org-admin/side-panel.js:34 #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:67 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:19 #: frontend/src/pages/sys-admin/departments/member-item.js:27 @@ -4213,7 +3280,7 @@ msgstr "管理" #: frontend/src/components/group-members.js:122 #: frontend/src/pages/groups/group-view.js:329 #: frontend/src/pages/institution-admin/user-content/user-group-item.js:31 -#: frontend/src/pages/org-admin/departments/department-members.js:227 +#: frontend/src/pages/org-admin/departments-v2/departments-v2-members-item.js:28 #: frontend/src/pages/org-admin/org-group-members.js:113 #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:21 #: frontend/src/pages/sys-admin/departments/member-item.js:28 @@ -4226,8 +3293,8 @@ msgstr "成員" #: frontend/src/components/group-members.js:96 #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:293 -#: frontend/src/pages/lib-content-view/lib-content-view.js:930 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:303 +#: frontend/src/pages/lib-content-view/lib-content-view.js:923 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:304 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:157 #: frontend/src/pages/org-admin/org-group-repos.js:146 #: frontend/src/pages/org-admin/org-user-repos.js:142 @@ -4243,17 +3310,15 @@ msgstr "當前路徑:" #: frontend/src/components/libs-mobile-thead.js:17 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:158 #: frontend/src/pages/libraries/index.js:425 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:124 -#: frontend/src/pages/shared-libs/content.js:123 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:125 msgid "Library Type" msgstr "資料庫類型" #: frontend/src/components/libs-mobile-thead.js:19 #: frontend/src/components/shared-repo-list-view/shared-repo-list-view.js:160 #: frontend/src/pages/libraries/index.js:427 -#: frontend/src/pages/my-libs/mylib-repo-list-view.js:126 +#: frontend/src/pages/my-libs/mylib-repo-list-view.js:127 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:82 -#: frontend/src/pages/shared-libs/content.js:125 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:49 msgid "Actions" msgstr "操作" @@ -4262,121 +3327,10 @@ msgstr "操作" msgid "Add group member" msgstr "" -#: frontend/src/components/list-and-add-group-members.js:200 -#| msgid "Search groups" -msgid "Search group members" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:160 -#: frontend/src/components/main-side-nav.js:252 -#: frontend/src/components/main-side-nav.js:254 -#: frontend/src/pages/starred/starred.js:331 -#| msgid "No favorites" -msgid "Favorites" -msgstr "收藏夾" - -#: frontend/src/components/main-side-nav-folded.js:173 -#: frontend/src/components/main-side-nav.js:259 -#: frontend/src/components/main-side-nav.js:261 -#| msgid "Active" -msgid "Activities" -msgstr "檔案活動" - -#: frontend/src/components/main-side-nav-folded.js:186 -#: frontend/src/components/main-side-nav.js:266 -#: frontend/src/components/main-side-nav.js:268 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 -#: frontend/src/pages/wikis/wikis.js:339 -msgid "Wikis" -msgstr "" - -#: frontend/src/components/main-side-nav-folded.js:221 -#: frontend/src/components/main-side-nav-folded.js:223 -#: frontend/src/components/main-side-nav.js:296 -#: frontend/src/components/main-side-nav.js:298 -#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 -msgid "Help" -msgstr "使用幫助" - -#: frontend/src/components/main-side-nav-folded.js:239 -#: frontend/src/components/main-side-nav.js:312 -msgid "Clients" -msgstr "客户端" - -#: frontend/src/components/main-side-nav-folded.js:246 -#: frontend/src/components/main-side-nav.js:319 -#| msgid "About Us" -msgid "About" -msgstr "關於" - -#: frontend/src/components/main-side-nav-folded.js:264 -msgid "Unfold the sidebar" -msgstr "" - -#: frontend/src/components/main-side-nav.js:151 -#: frontend/src/components/main-side-nav.js:153 -#: frontend/src/components/main-side-nav.js:160 -#: frontend/src/components/main-side-nav.js:162 -#: frontend/src/pages/org-admin/side-panel.js:95 -#: frontend/src/pages/sys-admin/side-panel.js:174 -#| msgid "Link" -msgid "Links" -msgstr "連結" - -#: frontend/src/components/main-side-nav.js:183 -#: frontend/src/components/main-side-nav.js:185 -#: frontend/src/pages/share-admin/folders.js:367 -#| msgid "Folder" -msgid "Folders" -msgstr "資料夾" - -#: frontend/src/components/main-side-nav.js:233 -#| msgid "Color space" -msgid "Workspace" -msgstr "個人工作臺" - -#: frontend/src/components/main-side-nav.js:280 -#: frontend/src/components/main-side-nav.js:282 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 -#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 -#: frontend/src/utils/text-translation.js:154 -msgid "Share Admin" -msgstr "共享管理" - -#: frontend/src/components/main-side-nav.js:290 -msgid "Help and resources" -msgstr "" - -#: frontend/src/components/main-side-nav.js:338 -msgid "Fold the sidebar" -msgstr "" - #: frontend/src/components/more.js:14 msgid "show more" msgstr "" -#: frontend/src/components/org-admin-group-nav.js:26 -#: frontend/src/pages/groups/group-view.js:371 -#: frontend/src/pages/org-admin/departments/department.js:43 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:167 -#: frontend/src/pages/sys-admin/departments/department.js:44 -#: frontend/src/pages/sys-admin/groups/group-nav.js:18 -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 -msgid "Members" -msgstr "成員" - -#: frontend/src/components/org-admin-user-nav.js:23 -#: frontend/src/pages/institution-admin/user-content/index.js:8 -#: frontend/src/pages/sys-admin/users/user-nav.js:18 -msgid "Owned Libraries" -msgstr "" - -#: frontend/src/components/org-admin-user-nav.js:26 -#: frontend/src/pages/sys-admin/users/user-nav.js:19 -msgid "Shared Libraries" -msgstr "" - #: frontend/src/components/paginator.js:62 msgid "{number_placeholder} / Page" msgstr "" @@ -4403,6 +3357,7 @@ msgstr "" #: frontend/src/components/popover/edit-filetag-popover.js:141 #: frontend/src/metadata/components/dialog/file-tags-dialog/index.js:145 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:92 #: frontend/src/tag/views/all-tags/main/index.js:40 msgid "No tags" msgstr "" @@ -4415,6 +3370,11 @@ msgstr "" msgid "Find a tag" msgstr "" +#: frontend/src/components/popover/edit-filetag-popover.js:187 +#: frontend/src/components/popover/list-tag-popover.js:149 +msgid "Create a new tag" +msgstr "" + #: frontend/src/components/popover/tag-list-footer.js:36 #: frontend/src/metadata/components/popover/options-popover/options-footer.js:61 msgid "Please select a file" @@ -4451,21 +3411,6 @@ msgstr "" msgid "Export tags" msgstr "" -#: frontend/src/components/published-wiki-entrance.js:30 -#| msgid "Publish" -msgid "Published" -msgstr "" - -#: frontend/src/components/published-wiki-entrance.js:36 -#| msgid "Wiki published" -msgid "View published page" -msgstr "" - -#: frontend/src/components/repo-monitored-icon.js:22 -#| msgid "Search files in this library" -msgid "You are watching file changes of this library." -msgstr "" - #: frontend/src/components/sdoc-wiki-page-viewer/index.js:134 #: frontend/src/components/seafile-markdown-viewer/index.js:149 msgid "Last modified by" @@ -4477,53 +3422,43 @@ msgid "Type characters to start search" msgstr "" #: frontend/src/components/search/search.js:576 -#: frontend/src/components/search/search.js:626 -#: frontend/src/components/search/search.js:643 msgid "in all libraries" msgstr "" -#: frontend/src/components/search/search.js:614 -#: frontend/src/components/search/search.js:637 -#| msgid "Search files in this library" -msgid "in this library" -msgstr "" - -#: frontend/src/components/search/search.js:620 -#| msgid "Parent folder" -msgid "in this folder" -msgstr "" - -#: frontend/src/components/search/search.js:688 -msgid "Search results visited recently" -msgstr "" - -#: frontend/src/components/search/search.js:761 -#: frontend/src/components/search/search.js:800 -#| msgid "Clear Trash" -msgid "Clear search" -msgstr "" +#: frontend/src/components/search/search.js:583 +#: frontend/src/pages/search/advanced-search.js:66 +#: frontend/src/pages/search/advanced-search.js:91 +#: frontend/src/pages/sys-admin/departments/department.js:45 +#: frontend/src/pages/sys-admin/groups/group-nav.js:17 +#: frontend/src/pages/sys-admin/info.js:118 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:20 +#: frontend/src/pages/sys-admin/repos/search-repos.js:140 +msgid "Libraries" +msgstr "資料庫" #: frontend/src/components/search/wiki2-search-result.js:26 msgid "Current page" msgstr "" +#: frontend/src/components/search/wiki2-search.js:179 +#: frontend/src/pages/search/search-results.js:73 +msgid "No result" +msgstr "沒有結果" + #: frontend/src/components/select-editor/select-editor.js:68 #: frontend/src/components/select-editor/select-editor.js:73 msgid "Add custom permission" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:17 -#: frontend/src/components/share-link-panel/link-creation.js:384 msgid "Anyone with the link" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:21 -#: frontend/src/components/share-link-panel/link-creation.js:390 msgid "Specific users in the team" msgstr "" #: frontend/src/components/select-editor/share-link-scope-editor.js:25 -#: frontend/src/components/share-link-panel/link-creation.js:405 msgid "Specific people with email address" msgstr "" @@ -4532,8 +3467,6 @@ msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:184 #: frontend/src/pages/sys-admin/invitations/invitations.js:187 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:154 -#: frontend/src/pages/sys-admin/users/user-info.js:324 -#: frontend/src/pages/sys-admin/users/users-content.js:300 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:33 msgid "Default" msgstr "預設" @@ -4543,8 +3476,6 @@ msgstr "預設" #: frontend/src/pages/sys-admin/invitations/invitations.js:178 #: frontend/src/pages/sys-admin/invitations/invitations.js:181 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:156 -#: frontend/src/pages/sys-admin/users/user-info.js:326 -#: frontend/src/pages/sys-admin/users/users-content.js:302 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:35 msgid "Guest" msgstr "訪客" @@ -4569,6 +3500,10 @@ msgstr "發送到:" msgid "Message (optional):" msgstr "附加消息(可選):" +#: frontend/src/components/send-link.js:111 +msgid "Send" +msgstr "發送" + #: frontend/src/components/send-link.js:113 msgid "Sending..." msgstr "發送中..." @@ -4602,24 +3537,6 @@ msgstr "" msgid "Successfully deleted {number_placeholder} share links" msgstr "" -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:116 -#: frontend/src/components/share-link-panel/link-authenticated-users.js:121 -#, javascript-format -#| msgid "successfully added user %s." -msgid "Successfully added %s." -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-emails.js:187 -#: frontend/src/components/share-link-panel/link-details.js:284 -msgid "Authenticated emails" -msgstr "" - -#: frontend/src/components/share-link-panel/link-authenticated-users.js:186 -#: frontend/src/components/share-link-panel/link-details.js:281 -#| msgid "Activated Users" -msgid "Authenticated users" -msgstr "" - #: frontend/src/components/share-link-panel/link-creation.js:152 msgid "" "Share links cannot be generated because \"Invisible\", \"Online Read-Write\"" @@ -4649,14 +3566,10 @@ msgstr "" msgid "Number of links" msgstr "" -#: frontend/src/components/share-link-panel/link-creation.js:362 -#| msgid "Edit permission" -msgid "Set permission" -msgstr "" - -#: frontend/src/components/share-link-panel/link-creation.js:379 -msgid "Set access scope" -msgstr "" +#: frontend/src/components/share-link-panel/link-creation.js:302 +#: frontend/src/components/share-link-panel/link-creation.js:307 +msgid "Add password protection" +msgstr "增加密碼保護" #: frontend/src/components/share-link-panel/link-details.js:51 #: frontend/src/components/share-link-panel/link-item.js:59 @@ -4671,30 +3584,37 @@ msgstr "" msgid "Direct download link" msgstr "" -#: frontend/src/components/share-link-panel/link-details.js:270 -#| msgid "Access Log" -msgid "Access scope" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:305 -#: frontend/src/components/share-link-panel/link-item.js:118 -#| msgid "Delete share links" -msgid "Delete share link" -msgstr "" - -#: frontend/src/components/share-link-panel/link-details.js:306 -#: frontend/src/components/share-link-panel/link-item.js:119 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to delete the share link?" -msgstr "" - #: frontend/src/components/share-link-panel/link-list.js:70 msgid "Export" msgstr "" +#: frontend/src/components/share-link-panel/link-list.js:76 +#: frontend/src/pages/share-admin/share-links.js:72 +#: frontend/src/pages/sys-admin/links/share-links.js:55 +#: frontend/src/translate.js:14 +msgid "No share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:87 +#: frontend/src/components/share-link-panel/link-list.js:99 +#: frontend/src/pages/invitations/invitations-view.js:115 +#: frontend/src/pages/share-admin/share-links.js:97 +#: frontend/src/pages/share-admin/upload-links.js:55 +#: frontend/src/pages/sys-admin/links/upload-links.js:53 +msgid "Expiration" +msgstr "過期時間" + +#: frontend/src/components/share-link-panel/link-list.js:124 +msgid "Delete share links" +msgstr "" + +#: frontend/src/components/share-link-panel/link-list.js:125 +msgid "Are you sure you want to delete the selected share link(s) ?" +msgstr "" + #: frontend/src/components/shared-file-view/shared-file-view.js:47 -#: frontend/src/pages/markdown-editor/index.js:405 -#: frontend/src/pages/plain-markdown-editor/index.js:172 +#: frontend/src/pages/markdown-editor/index.js:382 +#: frontend/src/pages/plain-markdown-editor/index.js:170 #: frontend/src/pages/tldraw-editor/index.js:27 #: frontend/src/view-file-text.js:81 msgid "Successfully saved" @@ -4705,46 +3625,33 @@ msgstr "" msgid "File download is disabled: the share link traffic of owner is used up." msgstr "檔案下載已禁用:外鏈擁有者的流量已用完。" -#: frontend/src/components/shared-file-view/shared-file-view.js:122 -#| msgid "Shared by" -msgid "Shared by:" -msgstr "" - -#: frontend/src/components/shared-file-view/shared-file-view.js:128 -msgid "Save as ..." -msgstr "" - #: frontend/src/components/shared-link.js:29 msgid "Expired" msgstr "已過期" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:238 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:266 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:267 #: frontend/src/pages/org-admin/libraries/org-all-repos.js:219 #: frontend/src/pages/sys-admin/repos/repos.js:177 -#: frontend/src/pages/sys-admin/users/user-repos.js:296 msgid "Successfully transferred the library." msgstr "資料庫轉讓成功。" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:244 #: frontend/src/pages/my-libs/my-libs-deleted.js:151 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:272 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:287 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:273 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:288 msgid "Failed. Please check the network." msgstr "操作失敗。請檢查網絡是否已連接。" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:299 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:309 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:310 msgid "Failed to delete {name}." msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:334 #: frontend/src/pages/groups/group-view.js:379 #: frontend/src/pages/my-libs/mylib-repo-menu.js:148 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:256 #: frontend/src/pages/sys-admin/groups/groups-content.js:206 -#: frontend/src/pages/sys-admin/repos/repos.js:270 -#: frontend/src/pages/sys-admin/users/user-repos.js:167 #: frontend/src/utils/text-translation.js:146 msgid "Transfer" msgstr "轉讓" @@ -4756,17 +3663,18 @@ msgid "Folder Permission" msgstr "目錄權限" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:340 -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:494 #: frontend/src/pages/share-admin/folders.js:248 -#: frontend/src/pages/share-admin/folders.js:276 #: frontend/src/pages/share-admin/libraries.js:257 -#: frontend/src/pages/share-admin/libraries.js:285 -#: frontend/src/pages/sys-admin/groups/group-repos.js:139 -#: frontend/src/pages/sys-admin/groups/group-repos.js:147 #: frontend/src/utils/text-translation.js:189 msgid "Unshare" msgstr "取消共享" +#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:346 +#: frontend/src/pages/my-libs/mylib-repo-menu.js:172 +#: frontend/src/utils/text-translation.js:154 +msgid "Share Admin" +msgstr "共享管理" + #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:349 #: frontend/src/pages/my-libs/mylib-repo-menu.js:151 #: frontend/src/utils/text-translation.js:158 @@ -4777,27 +3685,18 @@ msgstr "修改密碼" #: frontend/src/components/user-settings/webdav-password.js:104 #: frontend/src/pages/my-libs/mylib-repo-menu.js:154 #: frontend/src/pages/sys-admin/orgs/org-users.js:200 -#: frontend/src/pages/sys-admin/orgs/org-users.js:306 -#: frontend/src/pages/sys-admin/users/users-content.js:383 -#: frontend/src/pages/sys-admin/users/users-content.js:585 #: frontend/src/utils/text-translation.js:162 msgid "Reset Password" msgstr "重置密碼" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:355 #: frontend/src/pages/my-libs/mylib-repo-menu.js:157 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:170 msgid "Watch File Changes" msgstr "" #: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:358 #: frontend/src/pages/my-libs/mylib-repo-menu.js:160 -#: frontend/src/pages/shared-libs/item.js:227 -#: frontend/src/pages/shared-libs/item.js:278 -#: frontend/src/pages/shared-libs/item.js:331 #: frontend/src/utils/text-translation.js:166 msgid "Unwatch File Changes" msgstr "" @@ -4814,18 +3713,6 @@ msgstr "" msgid "SeaTable integration" msgstr "" -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:604 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:152 -#: frontend/src/pages/shared-libs/item.js:102 -msgid "Successfully unstarred {library_name_placeholder}." -msgstr "" - -#: frontend/src/components/shared-repo-list-view/shared-repo-list-item.js:614 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:162 -#: frontend/src/pages/shared-libs/item.js:112 -msgid "Successfully starred {library_name_placeholder}." -msgstr "" - #: frontend/src/components/sort-menu.js:52 #: frontend/src/components/sort-menu.js:53 msgid "Switch sort mode" @@ -4833,8 +3720,6 @@ msgstr "" #: frontend/src/components/toolbar/common-toolbar.js:64 #: frontend/src/pages/search/main-panel.js:308 -#: frontend/src/pages/wiki/main-panel.js:95 -#: frontend/src/pages/wiki/main-panel.js:112 msgid "Search files" msgstr "" @@ -4888,15 +3773,9 @@ msgid "New" msgstr "新建" #: frontend/src/components/toolbar/dir-operation-toolbar.js:279 -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 msgid "Import sdoc" msgstr "" -#: frontend/src/components/toolbar/dir-operation-toolbar.js:415 -#| msgid "Converting, please wait..." -msgid "Importing sdoc, please wait..." -msgstr "" - #: frontend/src/components/toolbar/selected-dirents-toolbar.js:379 msgid "Unselect" msgstr "" @@ -4969,17 +3848,6 @@ msgid "" "The list of added, deleted and modified files will be sent to your mailbox." msgstr "" -#: frontend/src/components/user-settings/email-notice.js:81 -#| msgid "Notifications of file changes" -msgid "Notifications of collaboration" -msgstr "" - -#: frontend/src/components/user-settings/email-notice.js:82 -msgid "" -"Whether the notifications of collaboration such as sharing library or " -"joining group should be sent to your mailbox." -msgstr "" - #: frontend/src/components/user-settings/language-setting.js:26 msgid "Language Setting" msgstr "語言設定" @@ -5006,18 +3874,6 @@ msgstr "平台" msgid "Last Access" msgstr "最後瀏覽時間" -#: frontend/src/components/user-settings/linked-devices.js:123 -#: frontend/src/pages/linked-devices/linked-devices.js:125 -#| msgid "Successfully copied %(name)s." -msgid "Successfully unlinked %(name)s." -msgstr "" - -#: frontend/src/components/user-settings/linked-devices.js:232 -#: frontend/src/pages/linked-devices/linked-devices.js:235 -#: frontend/src/settings.js:65 -msgid "Linked Devices" -msgstr "已連接的設備" - #: frontend/src/components/user-settings/list-in-address-book.js:30 #: frontend/src/settings.js:60 msgid "Global Address Book" @@ -5037,10 +3893,7 @@ msgstr "" msgid "Social Login" msgstr "" -#: frontend/src/components/user-settings/social-login-dingtalk.js:42 #: frontend/src/components/user-settings/social-login-saml.js:54 -#: frontend/src/components/user-settings/social-login-weixin.js:42 -#: frontend/src/components/user-settings/social-login.js:42 msgid "Connect" msgstr "" @@ -5048,49 +3901,6 @@ msgstr "" msgid "Status: enabled" msgstr "" -#: frontend/src/components/user-settings/two-factor-auth.js:20 -#: frontend/src/pages/sys-admin/users/user-info.js:183 -#: frontend/src/pages/sys-admin/users/user-info.js:186 -#| msgid "Two-Factor Authentication" -msgid "Disable Two-Factor Authentication" -msgstr "停用兩步驗證" - -#: frontend/src/components/user-settings/two-factor-auth.js:23 -msgid "" -"If you don't have any device with you, you can access your account using " -"backup codes." -msgstr "如果你身邊沒有設備,可以透過備用驗證碼來登入帳戶。" - -#: frontend/src/components/user-settings/two-factor-auth.js:24 -msgid "You have only one backup code remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:25 -msgid "You have {num} backup codes remaining." -msgstr "" - -#: frontend/src/components/user-settings/two-factor-auth.js:28 -#| msgid "Show changes" -msgid "Show Codes" -msgstr "顯示驗證碼" - -#: frontend/src/components/user-settings/two-factor-auth.js:37 -msgid "" -"Two-factor authentication is not enabled for your account. Enable two-factor" -" authentication for enhanced account security." -msgstr "你的帳戶並未開始兩步驗證,請開啟兩步驗證增加帳戶安全性。" - -#: frontend/src/components/user-settings/two-factor-auth.js:39 -#| msgid "Two-Factor Authentication" -msgid "Enable Two-Factor Authentication" -msgstr "啟用兩步驗證" - -#: frontend/src/components/user-settings/two-factor-auth.js:48 -#: frontend/src/pages/sys-admin/users/user-info.js:178 -#: frontend/src/settings.js:63 -msgid "Two-Factor Authentication" -msgstr "兩步驗證" - #: frontend/src/components/user-settings/user-avatar-form.js:33 msgid "Please choose an image file." msgstr "" @@ -5107,11 +3917,6 @@ msgstr "" msgid "Avatar updated" msgstr "" -#: frontend/src/components/user-settings/user-avatar-form.js:92 -#| msgid "Avatar" -msgid "Avatar:" -msgstr "頭像:" - #: frontend/src/components/user-settings/user-basic-info-form.js:71 msgid "Username:" msgstr "用戶名稱:" @@ -5154,6 +3959,7 @@ msgid "Password removed" msgstr "" #: frontend/src/components/user-settings/webdav-password.js:93 +#: frontend/src/settings.js:59 msgid "WebDAV Access" msgstr "" @@ -5195,54 +4001,14 @@ msgstr "" msgid "Wiki published" msgstr "" -#: frontend/src/components/wiki-card-view/wiki-card-item.js:242 -#: frontend/src/pages/sdoc-revision/index.js:122 -msgid "Publish" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:253 -#| msgid "Convert Wiki" -msgid "Convert to new Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:276 -#| msgid "Publish Wiki" -msgid "Unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:277 -#| msgid "Are you sure you want to unlink this device?" -msgid "Are you sure you want to unpublish Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:284 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:296 -#| msgid "Delete File" -msgid "Delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:285 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:297 -#| msgid "Are you sure you want to delete" -msgid "Are you sure you want to delete Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:290 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:302 -#| msgid "Leave Share" -msgid "Leave Share Wiki" -msgstr "" - -#: frontend/src/components/wiki-card-view/wiki-card-item.js:291 -#: frontend/src/components/wiki-card-view/wiki-card-item.js:303 -#| msgid "Are you sure you want to delete %s ?" -msgid "Are you sure you want to leave share Wiki" -msgstr "" - #: frontend/src/components/wiki-card-view/wiki-card-view.js:88 msgid "My Wikis" msgstr "" +#: frontend/src/components/wiki-card-view/wiki-card-view.js:101 +msgid "Shared with me" +msgstr "與我共享" + #: frontend/src/components/wiki-card-view/wiki-card-view.js:140 msgid "Old Wikis" msgstr "" @@ -5323,7 +4089,7 @@ msgstr "" #: frontend/src/metadata/components/cell-editors/multiple-select-editor/index.js:253 #: frontend/src/metadata/components/cell-editors/single-select-editor/index.js:248 #: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:347 -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:460 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:459 #: frontend/src/metadata/components/popover/options-popover/index.js:203 msgid "Search option" msgstr "" @@ -5346,6 +4112,7 @@ msgid "No tag" msgstr "" #: frontend/src/metadata/components/cell-editors/tags-editor/index.js:245 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/tags-filter.js:91 #: frontend/src/tag/components/popover/set-linked-tags-popover/add-linked-tags.js:86 #| msgid "Search" msgid "Search tag" @@ -5381,17 +4148,15 @@ msgid "Day" msgstr "" #: frontend/src/metadata/components/data-process-setter/gallery-group-by-setter/index.js:13 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:325 #: frontend/src/pages/org-admin/libraries/org-repo-nav.js:15 #: frontend/src/pages/org-admin/org-users-nav.js:15 #: frontend/src/pages/search/advanced-search.js:66 #: frontend/src/pages/share-with-ocm/remote-dir-path.js:56 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:136 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:57 #: frontend/src/pages/sys-admin/repos/repos-nav.js:15 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:26 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:37 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:69 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:91 #: frontend/src/pages/sys-admin/virus-scan/nav.js:15 msgid "All" msgstr "全部" @@ -5549,17 +4314,17 @@ msgid "Turn off" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:47 -#: frontend/src/metadata/views/table/context-menu/index.js:181 +#: frontend/src/metadata/views/table/context-menu/index.js:178 msgid "Generate description" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:57 -#: frontend/src/metadata/views/table/context-menu/index.js:191 +#: frontend/src/metadata/views/table/context-menu/index.js:188 msgid "Extract file detail" msgstr "" #: frontend/src/metadata/components/metadata-details/ai/index.js:61 -#: frontend/src/metadata/views/table/context-menu/index.js:195 +#: frontend/src/metadata/views/table/context-menu/index.js:192 #| msgid "Generate image description" msgid "Generate file tags" msgstr "" @@ -5696,29 +4461,18 @@ msgstr "" msgid "Select option(s)" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:441 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:440 msgid "deleted option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:458 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:457 msgid "Select an option" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:476 +#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:475 msgid "Select collaborators" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:536 -msgid "Invalid filter" -msgstr "" - -#: frontend/src/metadata/components/popover/filter-popover/advanced-filters/filter-item/index.js:581 -#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 -#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 -#: frontend/src/metadata/components/popover/sort-popover/index.js:212 -msgid "Search property" -msgstr "" - #: frontend/src/metadata/components/popover/filter-popover/basic-filters/file-folder-filter.js:7 msgid "Only files" msgstr "" @@ -5743,7 +4497,7 @@ msgstr "" msgid "Pictures and videos" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:32 +#: frontend/src/metadata/components/popover/filter-popover/basic-filters/index.js:41 msgid "Basic" msgstr "" @@ -5756,11 +4510,6 @@ msgstr "" msgid "No filters" msgstr "" -#: frontend/src/metadata/components/popover/filter-popover/index.js:171 -#| msgid "1 filter" -msgid "Add filter" -msgstr "" - #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:93 #: frontend/src/metadata/components/popover/sort-popover/index.js:18 #: frontend/src/metadata/components/popover/sort-popover/index.js:189 @@ -5792,6 +4541,17 @@ msgstr "" msgid "By year" msgstr "" +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:188 +#: frontend/src/metadata/components/popover/hidden-column-popover/index.js:106 +#: frontend/src/metadata/components/popover/sort-popover/index.js:212 +msgid "Search property" +msgstr "" + +#: frontend/src/metadata/components/popover/groupbys-popover/groupbys/groupby-item.js:189 +#: frontend/src/metadata/components/popover/sort-popover/index.js:213 +msgid "No results" +msgstr "" + #: frontend/src/metadata/components/popover/groupbys-popover/groupbys/index.js:22 msgid "No groupings applied to this view." msgstr "" @@ -5827,15 +4587,6 @@ msgstr "" msgid "There is another option with this name" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:27 -msgid "{name} rows use this option." -msgstr "" - -#: frontend/src/metadata/components/popover/options-popover/confirm-delete-popover/index.js:28 -#| msgid "Are you sure you want to delete this page?" -msgid "Are you sure you want to delete this option?" -msgstr "" - #: frontend/src/metadata/components/popover/options-popover/index.js:162 msgid "No options" msgstr "" @@ -5869,21 +4620,6 @@ msgstr "" msgid "Import options" msgstr "" -#: frontend/src/metadata/components/popover/options-popover/options-footer.js:124 -#| msgid "Import options" -msgid "Export options" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:250 -#| msgid "sorts" -msgid "No sorts" -msgstr "" - -#: frontend/src/metadata/components/popover/sort-popover/index.js:257 -#| msgid "Add User" -msgid "Add sort" -msgstr "" - #: frontend/src/metadata/components/view-details/index.js:31 msgid "There is no information to display." msgstr "" @@ -6075,9 +4811,8 @@ msgstr "" #: frontend/src/metadata/hooks/metadata-view.js:165 #: frontend/src/metadata/views/face-recognition/person-photos/index.js:95 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1175 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1203 -#: frontend/src/pages/org-admin/libraries/org-all-repos.js:365 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1168 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1196 #: frontend/src/pages/org-admin/org-groups-search-groups.js:229 #: frontend/src/pages/org-admin/org-groups.js:127 msgid "Successfully deleted {name}" @@ -6189,8 +4924,8 @@ msgstr "" #: frontend/src/metadata/store/server-operator.js:429 #: frontend/src/metadata/store/server-operator.js:447 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1135 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1151 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1128 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1144 msgid "Renaming {name} failed" msgstr "" @@ -6337,14 +5072,9 @@ msgstr "" msgid "items" msgstr "" -#: frontend/src/metadata/views/gallery/content.js:150 -#: frontend/src/metadata/views/table/table-main/records/index.js:688 -msgid "No record" -msgstr "" - #: frontend/src/metadata/views/gallery/context-menu/index.js:34 #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete file" msgstr "" @@ -6368,27 +5098,33 @@ msgid "No categories" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open folder in new tab" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:43 -#: frontend/src/metadata/views/table/context-menu/index.js:170 +#: frontend/src/metadata/views/table/context-menu/index.js:167 msgid "Open file in new tab" msgstr "" +#: frontend/src/metadata/views/kanban/context-menu/index.js:44 +#: frontend/src/metadata/views/table/context-menu/index.js:168 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:69 +msgid "Open parent folder" +msgstr "開啟父目錄" + #: frontend/src/metadata/views/kanban/context-menu/index.js:48 -#: frontend/src/metadata/views/table/context-menu/index.js:201 +#: frontend/src/metadata/views/table/context-menu/index.js:198 msgid "Delete folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename folder" msgstr "" #: frontend/src/metadata/views/kanban/context-menu/index.js:51 -#: frontend/src/metadata/views/table/context-menu/index.js:205 +#: frontend/src/metadata/views/table/context-menu/index.js:202 msgid "Rename file" msgstr "" @@ -6421,34 +5157,34 @@ msgstr "" msgid "Failed to get user location" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:104 +#: frontend/src/metadata/views/table/context-menu/index.js:101 msgid "Clear selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:105 +#: frontend/src/metadata/views/table/context-menu/index.js:102 msgid "Copy selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:118 +#: frontend/src/metadata/views/table/context-menu/index.js:115 msgid "Delete selected" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:126 -#: frontend/src/metadata/views/table/context-menu/index.js:155 +#: frontend/src/metadata/views/table/context-menu/index.js:123 +#: frontend/src/metadata/views/table/context-menu/index.js:152 msgid "Extract file details" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved folder" msgid "Move folder" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:209 +#: frontend/src/metadata/views/table/context-menu/index.js:206 #| msgid "Moved file" msgid "Move file" msgstr "" -#: frontend/src/metadata/views/table/context-menu/index.js:280 +#: frontend/src/metadata/views/table/context-menu/index.js:266 msgid "Select up to 50 files" msgstr "" @@ -6579,6 +5315,9 @@ msgstr "" msgid "This property can not be deleted" msgstr "" +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:71 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:72 +#: frontend/src/metadata/views/table/table-main/records-header/select-all.js:73 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:83 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:84 #: frontend/src/metadata/views/table/table-main/records-header/select-all.js:85 @@ -6594,15 +5333,8 @@ msgstr "數量" msgid "Deleted option" msgstr "" -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:49 -msgid "The row is locked and cannot be modified" -msgstr "" - -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:82 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:83 -#: frontend/src/metadata/views/table/table-main/records/record/actions-cell/index.js:84 -#| msgid "Select all" -msgid "Select" +#: frontend/src/metadata/views/table/table-main/records/index.js:688 +msgid "No record" msgstr "" #: frontend/src/metadata/views/table/table-main/records/record/cell/operation-btn/file-name-operation-btn/index.js:44 @@ -6718,15 +5450,30 @@ msgstr "" msgid "No more activities" msgstr "" -#: frontend/src/pages/dashboard/files-activities.js:243 -#| msgid "All Notifications" -msgid "All Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:33 +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 +msgid "Operation" +msgstr "操作" -#: frontend/src/pages/dashboard/files-activities.js:246 -#| msgid "No more activities" -msgid "My Activities" -msgstr "" +#: frontend/src/pages/dashboard/content.js:34 +#: frontend/src/pages/org-admin/devices/devices-errors.js:52 +#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 +#: frontend/src/pages/org-admin/org-logs-file-update.js:117 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 +#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 +#: frontend/src/pages/share-admin/share-links.js:94 +#: frontend/src/pages/share-admin/upload-links.js:53 +#: frontend/src/pages/sys-admin/abuse-reports.js:91 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 +#: frontend/src/pages/sys-admin/file-scan-records.js:29 +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 +#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 +#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 +#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 +msgid "Library" +msgstr "資料庫" #: frontend/src/pages/dashboard/user-selector.js:78 msgid "Modified by:" @@ -6745,11 +5492,6 @@ msgid "(current version)" msgstr "(當前版本)" #: frontend/src/pages/file-history-old/history-item.js:128 -#: frontend/src/pages/share-admin/share-links.js:302 -#: frontend/src/pages/share-admin/share-links.js:303 -#: frontend/src/pages/share-admin/share-links.js:349 -#: frontend/src/pages/share-admin/upload-links.js:151 -#: frontend/src/pages/share-admin/upload-links.js:178 #: frontend/src/pages/sys-admin/users/user-links.js:132 msgid "View" msgstr "查看" @@ -6763,19 +5505,6 @@ msgstr "" msgid "Successfully restored." msgstr "" -#: frontend/src/pages/groups/group-item.js:96 -#: frontend/src/pages/groups/group-view.js:146 -#: frontend/src/pages/groups/group-view.js:151 -#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 -#: frontend/src/pages/libraries/index.js:453 -#: frontend/src/pages/my-libs/my-libs.js:38 -#: frontend/src/pages/org-admin/departments/department-libraries.js:88 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:238 -#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 -msgid "No libraries" -msgstr "沒有資料庫" - #: frontend/src/pages/groups/group-view.js:139 msgid "No libraries shared with this group" msgstr "" @@ -6793,6 +5522,20 @@ msgid "" "with this group by clicking the \"New Library\" item in the dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:146 +#: frontend/src/pages/groups/group-view.js:151 +#: frontend/src/pages/institution-admin/user-content/user-repos.js:29 +#: frontend/src/pages/my-libs/my-libs.js:38 +#: frontend/src/pages/org-admin/libraries/org-all-repos.js:63 +#: frontend/src/pages/sys-admin/departments/department-libraries.js:99 +#: frontend/src/pages/sys-admin/groups/group-repos.js:30 +#: frontend/src/pages/sys-admin/orgs/org-repos.js:23 +#: frontend/src/pages/sys-admin/repos/repos.js:65 +#: frontend/src/pages/sys-admin/users/user-repos.js:46 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:49 +msgid "No libraries" +msgstr "沒有資料庫" + #: frontend/src/pages/groups/group-view.js:152 #| msgid "n create libraries by clicking the \"New Library\" button above." msgid "" @@ -6800,6 +5543,23 @@ msgid "" "dropdown menu." msgstr "" +#: frontend/src/pages/groups/group-view.js:289 +#: frontend/src/pages/org-admin/org-user-item.js:77 +#: frontend/src/pages/org-admin/org-users-users.js:157 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:167 +#: frontend/src/pages/sys-admin/users/users.js:306 +#: frontend/src/pages/sys-admin/users/users.js:330 +msgid "It may take some time, please wait." +msgstr "" + +#: frontend/src/pages/groups/group-view.js:371 +#: frontend/src/pages/sys-admin/departments/department.js:44 +#: frontend/src/pages/sys-admin/groups/group-nav.js:18 +#: frontend/src/pages/sys-admin/institutions/institution-nav.js:18 +#: frontend/src/pages/sys-admin/orgs/org-nav.js:18 +msgid "Members" +msgstr "成員" + #: frontend/src/pages/groups/group-view.js:374 msgid "Import members" msgstr "" @@ -6821,27 +5581,26 @@ msgid "This is a special group representing a department." msgstr "" #: frontend/src/pages/institution-admin/user-content/index.js:7 -#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:199 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:190 #: frontend/src/pages/org-admin/org-info.js:54 -#: frontend/src/pages/org-admin/side-panel.js:39 #: frontend/src/pages/org-admin/web-settings/web-settings.js:118 #: frontend/src/pages/sys-admin/info.js:88 #: frontend/src/pages/sys-admin/institutions/institution-nav.js:17 #: frontend/src/pages/sys-admin/orgs/org-nav.js:17 -#: frontend/src/pages/sys-admin/side-panel.js:43 #: frontend/src/pages/sys-admin/users/user-nav.js:17 msgid "Info" msgstr "資訊" +#: frontend/src/pages/institution-admin/user-content/index.js:8 +#: frontend/src/pages/sys-admin/users/user-nav.js:18 +msgid "Owned Libraries" +msgstr "" + #: frontend/src/pages/institution-admin/user-content/index.js:9 #: frontend/src/pages/org-admin/org-groups-search-groups.js:268 -#: frontend/src/pages/org-admin/side-panel.js:75 -#: frontend/src/pages/sys-admin/groups/group-nav.js:27 -#: frontend/src/pages/sys-admin/groups/groups.js:155 #: frontend/src/pages/sys-admin/groups/search-groups.js:110 #: frontend/src/pages/sys-admin/info.js:138 #: frontend/src/pages/sys-admin/orgs/org-nav.js:19 -#: frontend/src/pages/sys-admin/side-panel.js:114 #: frontend/src/pages/sys-admin/users/user-nav.js:21 #: frontend/src/pages/sys-admin/web-settings/web-settings.js:210 msgid "Groups" @@ -6865,27 +5624,16 @@ msgstr "建立時間" msgid "Operations" msgstr "操作" -#: frontend/src/pages/institution-admin/user-content/user-info.js:44 -#: frontend/src/pages/org-admin/org-user-profile.js:128 -msgid "Avatar" -msgstr "頭像" - #: frontend/src/pages/institution-admin/user-content/user-info.js:57 #: frontend/src/pages/org-admin/org-user-profile.js:151 #: frontend/src/pages/sys-admin/users/user-info.js:157 msgid "Space Used / Quota" msgstr "已用空間/容量" -#: frontend/src/pages/institution-admin/user-content/user-repo-item.js:31 -#: frontend/src/pages/sys-admin/users/user-repos.js:155 -#: frontend/src/pages/sys-admin/users/user-shared-repos.js:72 -#| msgid "Move {placeholder} to" -msgid "Broken ({repo_id_placeholder})" -msgstr "" - #: frontend/src/pages/institution-admin/user-list-search/index.js:67 #: frontend/src/pages/institution-admin/user-list/index.js:108 #: frontend/src/pages/org-admin/org-user-profile.js:142 +#: frontend/src/pages/sys-admin/users/user-info.js:140 #: frontend/src/pages/sys-admin/users/users-content.js:85 msgid "Contact Email" msgstr "聯繫電郵" @@ -6893,15 +5641,13 @@ msgstr "聯繫電郵" #: frontend/src/pages/institution-admin/user-list-search/index.js:68 #: frontend/src/pages/institution-admin/user-list/index.js:109 #: frontend/src/pages/org-admin/org-admin-list.js:51 -#: frontend/src/pages/org-admin/org-users-list.js:73 #: frontend/src/pages/org-admin/org-users-search-users.js:36 #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:49 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:53 #: frontend/src/pages/sys-admin/institutions/institution-users.js:64 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:48 #: frontend/src/pages/sys-admin/orgs/org-users.js:60 -#: frontend/src/pages/sys-admin/users/users-content.js:90 -#: frontend/src/pages/sys-admin/users/users-content.js:96 +#: frontend/src/pages/sys-admin/users/users-filter-bar.js:64 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:172 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:190 msgid "Status" @@ -6910,34 +5656,32 @@ msgstr "狀態" #: frontend/src/pages/institution-admin/user-list-search/index.js:69 #: frontend/src/pages/institution-admin/user-list/index.js:110 #: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 #: frontend/src/pages/org-admin/org-users-search-users.js:38 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:54 +#: frontend/src/pages/sys-admin/institutions/institution-info.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:65 #: frontend/src/pages/sys-admin/orgs/org-info.js:82 #: frontend/src/pages/sys-admin/orgs/org-users.js:62 #: frontend/src/pages/sys-admin/orgs/orgs-content.js:58 #: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:78 msgid "Space Used" msgstr "已用空間" #: frontend/src/pages/institution-admin/user-list-search/index.js:70 #: frontend/src/pages/institution-admin/user-list/index.js:111 #: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-users-list.js:77 #: frontend/src/pages/org-admin/org-users-search-users.js:40 #: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 #: frontend/src/pages/sys-admin/institutions/institution-users.js:66 #: frontend/src/pages/sys-admin/orgs/org-users.js:63 #: frontend/src/pages/sys-admin/users/ldap-users.js:49 +#: frontend/src/pages/sys-admin/users/users-content.js:86 msgid "Last Login" msgstr "上次登入" #: frontend/src/pages/institution-admin/user-list-search/index.js:89 #: frontend/src/pages/institution-admin/user-list/index.js:141 #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:109 -#: frontend/src/pages/sys-admin/users/users-content.js:576 msgid "Delete User" msgstr "刪除使用者" @@ -6946,7 +5690,6 @@ msgstr "刪除使用者" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:210 -#: frontend/src/pages/sys-admin/users/users-content.js:326 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:24 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:72 msgid "Active" @@ -6957,19 +5700,30 @@ msgstr "啓動" #: frontend/src/pages/sys-admin/institutions/institution-admins.js:174 #: frontend/src/pages/sys-admin/institutions/institution-users.js:210 #: frontend/src/pages/sys-admin/orgs/org-users.js:212 -#: frontend/src/pages/sys-admin/users/users-content.js:328 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:22 #: frontend/src/pages/sys-admin/users/users-filter-bar.js:75 msgid "Inactive" msgstr "不啓動" +#: frontend/src/pages/invitations/invitations-view.js:54 +#: frontend/src/pages/sys-admin/groups/groups.js:87 +#: frontend/src/pages/sys-admin/groups/search-groups.js:54 +#: frontend/src/pages/sys-admin/invitations/invitations.js:302 +#: frontend/src/pages/sys-admin/notifications/notifications.js:273 +#: frontend/src/pages/sys-admin/orgs/orgs.js:105 +#: frontend/src/pages/sys-admin/orgs/search-orgs.js:69 +#: frontend/src/pages/sys-admin/repos/dir-view.js:96 +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:73 +#: frontend/src/pages/sys-admin/users/user-links.js:299 +#: frontend/src/pages/sys-admin/users/user-links.js:312 +msgid "Successfully deleted 1 item." +msgstr "成功刪除 1 個項目。" + #: frontend/src/pages/invitations/invitations-view.js:114 -#: frontend/src/pages/invitations/invitations-view.js:197 msgid "Invite Time" msgstr "邀請時間" #: frontend/src/pages/invitations/invitations-view.js:116 -#: frontend/src/pages/invitations/invitations-view.js:199 msgid "Accepted" msgstr "已經接受" @@ -6981,7 +5735,7 @@ msgstr "" #| msgid "" #| "ve not invited any guests yet. A guest can access shared libraries ough web" #| " interface allowing more efficient ways to collaborate n through ks. You can" -#| " invite a guest by clicking the \"Invite Guesttem in the menu." +#| " invite a guest by clicking the \"Invite st\" item in the u." msgid "" "You have not invited any guests yet. A guest can access shared libraries " "through the web interface allowing more efficient ways to collaborate than " @@ -6989,103 +5743,95 @@ msgid "" "in the dropdown menu." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:242 +#: frontend/src/pages/lib-content-view/lib-content-view.js:241 msgid "Library share permission not found." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:658 +#: frontend/src/pages/lib-content-view/lib-content-view.js:651 msgid "Failed to move files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:660 -#: frontend/src/shared-dir-view.js:225 +#: frontend/src/pages/lib-content-view/lib-content-view.js:653 msgid "Failed to copy files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:690 +#: frontend/src/pages/lib-content-view/lib-content-view.js:683 msgid "Successfully moved files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:692 -#: frontend/src/shared-dir-view.js:239 +#: frontend/src/pages/lib-content-view/lib-content-view.js:685 msgid "Successfully copied files to another library." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:895 +#: frontend/src/pages/lib-content-view/lib-content-view.js:888 msgid "Restored {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:896 +#: frontend/src/pages/lib-content-view/lib-content-view.js:889 msgid "Restored {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:903 +#: frontend/src/pages/lib-content-view/lib-content-view.js:896 msgid "Failed to restore {name} and {n} other items" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:904 +#: frontend/src/pages/lib-content-view/lib-content-view.js:897 msgid "Failed to restore {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:926 +#: frontend/src/pages/lib-content-view/lib-content-view.js:919 msgid "Successfully deleted {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:943 +#: frontend/src/pages/lib-content-view/lib-content-view.js:936 msgid "Failed to delete {name} and {n} other items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1187 -#: frontend/src/pages/lib-content-view/lib-content-view.js:1215 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1180 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1208 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1272 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1265 msgid "Successfully moved {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1296 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1289 msgid "Failed to move {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1336 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1329 #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:139 #: frontend/src/utils/utils.js:1506 msgid "Successfully copied %(name)s." msgstr "成功複製 %(name)s。" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1359 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1352 msgid "Failed to copy %(name)s" msgstr "複製 %(name)s 失敗" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1379 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1372 msgid "Converting, please wait..." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1384 msgid "Successfully converted the file." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:1398 +#: frontend/src/pages/lib-content-view/lib-content-view.js:1391 msgid "Failed to convert {name}." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2183 -#: frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js:259 -#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:111 -#: frontend/src/pages/shared-libs/item.js:213 -#: frontend/src/pages/shared-libs/item.js:264 -#: frontend/src/pages/shared-libs/item.js:330 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2176 msgid "Leave Share" msgstr "退出共享" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2232 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2225 msgid "This library has been set to read-only by admin and cannot be updated." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:2397 +#: frontend/src/pages/lib-content-view/lib-content-view.js:2390 #: frontend/src/pages/wiki/main-panel.js:82 -#: frontend/src/pages/wiki2/main-panel.js:102 msgid "Folder does not exist." msgstr "" @@ -7099,6 +5845,16 @@ msgid "" "Configure clients on your devices to access your data more comfortably." msgstr "" +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:167 +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:224 +msgid "Saving..." +msgstr "保存中..." + +#: frontend/src/pages/markdown-editor/header-toolbar/header-toolbar.js:198 +#: frontend/src/utils/text-translation.js:72 +msgid "Open via Client" +msgstr "客戶端打開" + #: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:61 msgid "Switch to plain text editor" msgstr "" @@ -7107,29 +5863,38 @@ msgstr "" msgid "Switch to rich text editor" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:116 +#: frontend/src/pages/markdown-editor/header-toolbar/more-menu.js:67 +msgid "Help" +msgstr "使用幫助" + +#: frontend/src/pages/markdown-editor/index.js:93 msgid "This file has been updated." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:117 +#: frontend/src/pages/markdown-editor/index.js:94 msgid "Refresh" msgstr "重新整理" -#: frontend/src/pages/markdown-editor/index.js:152 +#: frontend/src/pages/markdown-editor/index.js:129 msgid "Another user is editing this file!" msgstr "" -#: frontend/src/pages/markdown-editor/index.js:295 -#: frontend/src/pages/plain-markdown-editor/index.js:101 +#: frontend/src/pages/markdown-editor/index.js:272 +#: frontend/src/pages/plain-markdown-editor/index.js:99 msgid "Leave this page? The system may not save your changes." msgstr "" -#: frontend/src/pages/markdown-editor/index.js:415 -#: frontend/src/pages/plain-markdown-editor/index.js:177 +#: frontend/src/pages/markdown-editor/index.js:392 +#: frontend/src/pages/plain-markdown-editor/index.js:175 #: frontend/src/pages/tldraw-editor/index.js:29 msgid "Failed to save" msgstr "" +#: frontend/src/pages/my-libs/my-libs-deleted.js:52 +#: frontend/src/pages/my-libs/my-libs.js:167 +msgid "My Libraries" +msgstr "我的資料庫" + #: frontend/src/pages/my-libs/my-libs-deleted.js:145 #: frontend/src/pages/org-admin/libraries/org-repo-trash.js:169 #: frontend/src/pages/sys-admin/repos/trash-repos.js:173 @@ -7150,17 +5915,21 @@ msgid "" "Library\" item in the dropdown menu." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:281 +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:153 +#: frontend/src/pages/shared-libs/item.js:102 +msgid "Successfully unstarred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:163 +#: frontend/src/pages/shared-libs/item.js:112 +msgid "Successfully starred {library_name_placeholder}." +msgstr "" + +#: frontend/src/pages/my-libs/mylib-repo-list-item.js:282 #| msgid "Successfully change the group" msgid "Successfully change office suite." msgstr "" -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:355 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:411 -#: frontend/src/pages/my-libs/mylib-repo-list-item.js:455 -msgid "Broken (please contact your administrator to fix this library)" -msgstr "損壞 (請聯繫您的管理員來修復該資料庫)" - #: frontend/src/pages/my-libs/mylib-repo-menu.js:181 msgid "Office Suite" msgstr "" @@ -7189,97 +5958,34 @@ msgstr "" msgid "Shared By" msgstr "共享來源" -#: frontend/src/pages/org-admin/departments/department-list.js:120 -#: frontend/src/pages/org-admin/departments/sub-departments.js:129 -#: frontend/src/pages/org-admin/org-admin-list.js:53 -#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 -#: frontend/src/pages/org-admin/org-groups.js:181 -#: frontend/src/pages/org-admin/org-links.js:105 -#: frontend/src/pages/org-admin/org-users-list.js:77 -#: frontend/src/pages/org-admin/org-users-search-users.js:40 -#: frontend/src/pages/sys-admin/departments/department-list.js:116 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 -#: frontend/src/pages/sys-admin/groups/groups-content.js:62 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 -#: frontend/src/pages/sys-admin/institutions/institutions.js:51 -#: frontend/src/pages/sys-admin/links/share-links.js:70 -#: frontend/src/pages/sys-admin/links/upload-links.js:51 -#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 -#: frontend/src/pages/sys-admin/orgs/org-users.js:63 -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 -#: frontend/src/pages/sys-admin/users/user-groups.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:86 -msgid "Created At" -msgstr "建立時間" - -#: frontend/src/pages/org-admin/departments/department-list.js:121 -#: frontend/src/pages/org-admin/departments/sub-departments.js:130 -#: frontend/src/pages/org-admin/org-admin-list.js:52 -#: frontend/src/pages/org-admin/org-users-list.js:75 -#: frontend/src/pages/org-admin/org-users-search-users.js:38 -#: frontend/src/pages/sys-admin/departments/department-list.js:117 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 -#: frontend/src/pages/sys-admin/users/ldap-users.js:48 -#: frontend/src/pages/sys-admin/users/users-content.js:83 -msgid "Quota" +#: frontend/src/pages/org-admin/departments-v2/departments-node-dropdown-menu.js:29 +#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 +#| msgid "Departments" +msgid "Department ID" msgstr "" -#: frontend/src/pages/org-admin/departments/department-list.js:143 -#: frontend/src/pages/sys-admin/departments/department-list.js:140 -msgid "No departments" +#: frontend/src/pages/org-admin/departments-v2/departments-v2.js:357 +#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 +#| msgid "Rename Department" +msgid "Enable departments feature" msgstr "" -#: frontend/src/pages/org-admin/departments/department-members.js:173 -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:211 -#: frontend/src/pages/sys-admin/departments/department-members.js:122 -msgid "No members" -msgstr "暫無成員" - -#: frontend/src/pages/org-admin/departments/department.js:42 -#: frontend/src/pages/sys-admin/departments/department.js:43 -msgid "Sub-departments" -msgstr "" - -#: frontend/src/pages/org-admin/departments/group-item.js:115 -msgid "Edit Quota" -msgstr "编辑上限" - -#: frontend/src/pages/org-admin/departments/sub-departments.js:152 -#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 -msgid "No sub-departments" -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-by-platform.js:38 +#: frontend/src/pages/sys-admin/devices/devices-by-platform.js:38 +#: frontend/src/translate.js:9 +msgid "No connected devices" +msgstr "沒有連上的客戶端" #: frontend/src/pages/org-admin/devices/devices-by-platform.js:122 #: frontend/src/pages/sys-admin/devices/devices-by-platform.js:126 msgid "Successfully unlinked the device." msgstr "" -#: frontend/src/pages/org-admin/devices/devices-errors.js:52 -#: frontend/src/pages/org-admin/org-logs-file-audit.js:103 -#: frontend/src/pages/org-admin/org-logs-file-update.js:117 -#: frontend/src/pages/org-admin/org-logs-perm-audit.js:84 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:163 -#: frontend/src/pages/share-admin/share-links.js:94 -#: frontend/src/pages/share-admin/upload-links.js:53 -#: frontend/src/pages/starred/starred.js:42 -#: frontend/src/pages/sys-admin/abuse-reports.js:91 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:53 -#: frontend/src/pages/sys-admin/file-scan-records.js:29 -#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:92 -#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:49 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:51 -#: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:169 -#: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:187 -#: frontend/src/pages/sys-admin/web-settings/web-settings.js:246 -msgid "Library" -msgstr "資料庫" - -#: frontend/src/pages/org-admin/devices/devices-errors.js:174 -#: frontend/src/pages/sys-admin/devices/devices-errors.js:179 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned all errors." -msgstr "" +#: frontend/src/pages/org-admin/devices/devices-errors.js:42 +#: frontend/src/pages/sys-admin/devices/devices-errors.js:42 +#: frontend/src/translate.js:10 +msgid "No sync errors" +msgstr "沒有同步錯誤" #: frontend/src/pages/org-admin/devices/devices-nav.js:15 #: frontend/src/pages/sys-admin/devices/devices-nav.js:15 @@ -7349,11 +6055,44 @@ msgstr "確定要清空回收站嗎?" msgid "Clear" msgstr "清空" +#: frontend/src/pages/org-admin/org-admin-list.js:52 +#: frontend/src/pages/org-admin/org-users-search-users.js:38 +#: frontend/src/pages/sys-admin/departments/department-list.js:117 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:112 +#: frontend/src/pages/sys-admin/users/ldap-users.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:83 +msgid "Quota" +msgstr "" + +#: frontend/src/pages/org-admin/org-admin-list.js:53 +#: frontend/src/pages/org-admin/org-groups-search-groups.js:158 +#: frontend/src/pages/org-admin/org-groups.js:181 +#: frontend/src/pages/org-admin/org-links.js:105 +#: frontend/src/pages/org-admin/org-users-search-users.js:40 +#: frontend/src/pages/sys-admin/departments/department-list.js:116 +#: frontend/src/pages/sys-admin/departments/sub-departments.js:111 +#: frontend/src/pages/sys-admin/groups/groups-content.js:62 +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:55 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:66 +#: frontend/src/pages/sys-admin/institutions/institutions.js:51 +#: frontend/src/pages/sys-admin/links/upload-links.js:51 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:39 +#: frontend/src/pages/sys-admin/orgs/org-users.js:63 +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:59 +#: frontend/src/pages/sys-admin/users/user-groups.js:48 +#: frontend/src/pages/sys-admin/users/users-content.js:86 +msgid "Created At" +msgstr "建立時間" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:272 #: frontend/src/pages/sys-admin/groups/search-groups.js:114 msgid "Search Groups" msgstr "" +#: frontend/src/pages/org-admin/org-groups-search-groups.js:276 +msgid "Search groups" +msgstr "查找群組" + #: frontend/src/pages/org-admin/org-groups-search-groups.js:287 #: frontend/src/pages/org-admin/org-users-search-users.js:189 #: frontend/src/pages/sys-admin/groups/search-groups.js:131 @@ -7382,8 +6121,6 @@ msgstr "所有群組" #: frontend/src/pages/org-admin/org-logs-file-audit.js:124 #: frontend/src/pages/org-admin/org-logs-file-update.js:139 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:104 -#: frontend/src/pages/org-admin/org-users-list.js:99 -#: frontend/src/pages/search/main-panel.js:341 msgid "Previous" msgstr "前一頁" @@ -7392,8 +6129,6 @@ msgstr "前一頁" #: frontend/src/pages/org-admin/org-logs-file-audit.js:126 #: frontend/src/pages/org-admin/org-logs-file-update.js:141 #: frontend/src/pages/org-admin/org-logs-perm-audit.js:106 -#: frontend/src/pages/org-admin/org-users-list.js:101 -#: frontend/src/pages/search/main-panel.js:343 msgid "Next" msgstr "下一頁" @@ -7402,45 +6137,11 @@ msgstr "下一頁" msgid "Change to department" msgstr "" -#: frontend/src/pages/org-admin/org-info.js:61 -#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 -msgid "Team name" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:69 -msgid "ID" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:77 -#| msgid "Active Users" -msgid "Active users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:82 -#| msgid "Total Users" -msgid "Total users" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:88 -msgid "User number limit" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:96 -#| msgid "Space Used" -msgid "Space used" -msgstr "" - -#: frontend/src/pages/org-admin/org-info.js:112 -#| msgid "This month" -msgid "Traffic this month" -msgstr "" - #: frontend/src/pages/org-admin/org-links.js:97 msgid "All Public Links" msgstr "全部公共連結" #: frontend/src/pages/org-admin/org-links.js:106 -#: frontend/src/pages/sys-admin/links/share-links.js:73 #: frontend/src/pages/sys-admin/links/upload-links.js:52 msgid "Visit count" msgstr "" @@ -7449,6 +6150,12 @@ msgstr "" msgid "View Link" msgstr "" +#: frontend/src/pages/org-admin/org-logs-file-audit.js:179 +#: frontend/src/pages/org-admin/org-logs-file-update.js:205 +#: frontend/src/pages/org-admin/org-logs-perm-audit.js:153 +msgid "Anonymous User" +msgstr "匿名用戶" + #: frontend/src/pages/org-admin/org-logs-file-audit.js:190 #: frontend/src/pages/org-admin/org-logs-file-audit.js:231 #: frontend/src/pages/org-admin/org-logs-file-update.js:216 @@ -7464,6 +6171,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-perm-audit.js:80 #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:47 +#: frontend/src/pages/sys-admin/users/user-shared-repos.js:33 msgid "Share From" msgstr "共享來源" @@ -7483,26 +6191,12 @@ msgid "Organization" msgstr "團體" #: frontend/src/pages/org-admin/org-logs.js:44 -#: frontend/src/pages/sys-admin/groups/groups.js:149 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:335 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:223 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:188 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:221 -#: frontend/src/pages/sys-admin/users/users.js:410 -#: frontend/src/pages/sys-admin/users/users.js:418 msgid "Export Excel" msgstr "導出到 Excel" -#: frontend/src/pages/org-admin/org-logs.js:53 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 -msgid "File Access" -msgstr "" - -#: frontend/src/pages/org-admin/org-logs.js:59 -#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 -msgid "File Update" -msgstr "" - #: frontend/src/pages/org-admin/org-saml-config.js:65 msgid "SAML config updated" msgstr "" @@ -7516,7 +6210,6 @@ msgid "Copied" msgstr "" #: frontend/src/pages/org-admin/org-saml-config.js:100 -#: frontend/src/pages/org-admin/side-panel.js:108 msgid "SAML config" msgstr "" @@ -7579,36 +6272,9 @@ msgstr "失敗" #: frontend/src/pages/org-admin/org-user-item.js:151 #: frontend/src/pages/sys-admin/orgs/org-users.js:232 -#: frontend/src/pages/sys-admin/users/users-content.js:425 msgid "Are you sure you want to set {user_placeholder} inactive?" msgstr "" -#: frontend/src/pages/org-admin/org-user-item.js:189 -#| msgid "Reset" -msgid "ResetPwd" -msgstr "重置密碼" - -#: frontend/src/pages/org-admin/org-user-item.js:190 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:194 -#: frontend/src/pages/sys-admin/users/users-content.js:386 -#: frontend/src/pages/sys-admin/users/users-content.js:594 -msgid "Revoke Admin" -msgstr "取消管理員" - -#: frontend/src/pages/org-admin/org-user-item.js:198 -#: frontend/src/pages/sys-admin/orgs/org-users.js:315 -#: frontend/src/pages/sys-admin/users/users-content.js:603 -#| msgid "Set user name" -msgid "Set user inactive" -msgstr "" - -#: frontend/src/pages/org-admin/org-user-item.js:201 -#: frontend/src/pages/sys-admin/orgs/org-users.js:318 -#: frontend/src/pages/sys-admin/users/users-content.js:606 -msgid "Set" -msgstr "" - #: frontend/src/pages/org-admin/org-users-admins.js:44 #: frontend/src/pages/org-admin/org-users-search-users.js:115 #: frontend/src/pages/org-admin/org-users-users.js:202 @@ -7663,39 +6329,6 @@ msgstr "導入用戶" msgid "Add user" msgstr "新增用戶" -#: frontend/src/pages/org-admin/side-panel.js:45 -#: frontend/src/pages/sys-admin/side-panel.js:54 -#| msgid "Status" -msgid "Statistic" -msgstr "" - -#: frontend/src/pages/org-admin/side-panel.js:51 -#: frontend/src/pages/sys-admin/side-panel.js:66 -#| msgid "Device" -msgid "Devices" -msgstr "設備" - -#: frontend/src/pages/org-admin/side-panel.js:101 -#: frontend/src/pages/sys-admin/side-panel.js:186 -msgid "Logs" -msgstr "日誌" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:112 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:112 -msgid "7 Days" -msgstr "7 天" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:113 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:113 -msgid "30 Days" -msgstr "30 天" - -#: frontend/src/pages/org-admin/statistic/statistic-common-tool.js:114 -#: frontend/src/pages/sys-admin/statistic/statistic-common-tool.js:114 -#| msgid "Year" -msgid "1 Year" -msgstr "1 年" - #: frontend/src/pages/org-admin/statistic/statistic-file.js:45 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:44 msgid "Added" @@ -7714,8 +6347,6 @@ msgstr "修改了" #: frontend/src/pages/org-admin/statistic/statistic-file.js:60 #: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:213 #: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:135 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:138 -#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:150 #: frontend/src/pages/sys-admin/statistic/statistic-file.js:59 #: frontend/src/pages/sys-admin/virus-scan/all-virus-files.js:82 #: frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js:90 @@ -7782,39 +6413,6 @@ msgstr "" msgid "Total Storage" msgstr "" -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:122 -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:130 -#: frontend/src/pages/sys-admin/repos/dir-path-bar.js:56 -#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:123 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:132 -msgid "System" -msgstr "系統資料庫" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:154 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:157 -#| msgid "Traffic" -msgid "Total Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:167 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:170 -#| msgid "Traffic" -msgid "Web Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:180 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:183 -#| msgid "Share Link" -msgid "Share Link Traffic" -msgstr "" - -#: frontend/src/pages/org-admin/statistic/statistic-traffic.js:193 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:196 -#| msgid "Traffic" -msgid "Sync Traffic" -msgstr "" - #: frontend/src/pages/org-admin/statistic/statistic-users.js:36 #: frontend/src/pages/org-admin/statistic/statistic-users.js:69 #: frontend/src/pages/sys-admin/statistic/statistic-users.js:36 @@ -7872,6 +6470,10 @@ msgstr "" msgid "User default quota updated" msgstr "" +#: frontend/src/pages/org-admin/web-settings/web-settings.js:122 +msgid "Team name" +msgstr "" + #: frontend/src/pages/org-admin/web-settings/web-settings.js:140 msgid "File Upload" msgstr "上傳檔案" @@ -7917,6 +6519,10 @@ msgstr "" msgid "Tip: 0 means default limit, the unit is MB" msgstr "" +#: frontend/src/pages/sdoc-revision/index.js:122 +msgid "Publish" +msgstr "" + #: frontend/src/pages/sdoc/sdoc-file-history/index.js:279 msgid "No changes" msgstr "" @@ -7925,16 +6531,6 @@ msgstr "" msgid "Changes" msgstr "" -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:311 -#| msgid "Last modified time" -msgid "Last modification" -msgstr "" - -#: frontend/src/pages/sdoc/sdoc-file-history/index.js:314 -#| msgid "Notifications" -msgid "Next modification" -msgstr "" - #: frontend/src/pages/sdoc/sdoc-file-history/side-panel.js:200 msgid "No version history" msgstr "" @@ -7986,8 +6582,6 @@ msgstr "輸入檔案副檔名,以','分隔" #: frontend/src/pages/search/advanced-search.js:242 #: frontend/src/pages/search/advanced-search.js:264 -#: frontend/src/pages/sys-admin/orgs/org-users.js:309 -#: frontend/src/pages/sys-admin/users/users-content.js:588 msgid "Reset" msgstr "" @@ -7996,6 +6590,7 @@ msgid "Invalid file size range." msgstr "" #: frontend/src/pages/search/main-panel.js:107 +#: frontend/src/pages/sys-admin/repos/all-repos.js:124 #: frontend/src/pages/sys-admin/repos/search-repos.js:42 msgid "Required at least three letters." msgstr "" @@ -8008,6 +6603,17 @@ msgstr "" msgid "results" msgstr "" +#: frontend/src/pages/share-admin/folders.js:38 frontend/src/translate.js:20 +msgid "No folders shared" +msgstr "" + +#: frontend/src/pages/share-admin/folders.js:39 frontend/src/translate.js:29 +msgid "" +"You have not shared any folders with other users yet. You can share a folder" +" with other users by clicking the share icon to the right of a folder's " +"name." +msgstr "" + #: frontend/src/pages/share-admin/folders.js:176 #: frontend/src/pages/share-admin/libraries.js:147 #: frontend/src/pages/share-admin/share-links.js:234 @@ -8036,94 +6642,66 @@ msgstr "" msgid "all members" msgstr "所有成員" -#: frontend/src/pages/share-admin/share-links.js:279 +#: frontend/src/pages/share-admin/share-links.js:73 +#: frontend/src/translate.js:30 +msgid "" +"You have not created any share links yet. A share link can be used to share " +"files and folders with anyone. You can create a share link for a file or " +"folder by clicking the share icon to the right of its name." +msgstr "" + +#: frontend/src/pages/share-admin/share-links.js:96 +#: frontend/src/pages/share-admin/upload-links.js:54 +#: frontend/src/pages/sys-admin/users/user-links.js:51 +msgid "Visits" +msgstr "瀏覽次數" + +#: frontend/src/pages/share-admin/upload-links.js:40 +#: frontend/src/pages/sys-admin/links/upload-links.js:40 +#: frontend/src/translate.js:15 +msgid "No upload links" +msgstr "" + +#: frontend/src/pages/share-admin/upload-links.js:41 +#: frontend/src/translate.js:31 +msgid "" +"You have not created any upload links yet. An upload link allows anyone to " +"upload files to a folder or library. You can create an upload link for a " +"folder or library by clicking the share icon to the right of its name." +msgstr "" + #: frontend/src/pages/share-admin/upload-links.js:145 #| msgid "deleted" msgid "(deleted)" msgstr "" -#: frontend/src/pages/share-admin/share-links.js:312 -#: frontend/src/pages/share-admin/share-links.js:313 -#: frontend/src/pages/share-admin/share-links.js:350 -#: frontend/src/pages/share-admin/upload-links.js:152 -#: frontend/src/pages/share-admin/upload-links.js:179 -#: frontend/src/pages/sys-admin/groups/group-members.js:177 -#: frontend/src/pages/sys-admin/groups/group-members.js:186 -#: frontend/src/pages/sys-admin/links/share-links.js:171 -#: frontend/src/pages/sys-admin/links/upload-links.js:148 -#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 -#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 -msgid "Remove" -msgstr "刪除" - -#: frontend/src/pages/share-admin/share-links.js:401 -#| msgid "By time ascending" -msgid "By expiration ascending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:402 -#| msgid "By time descending" -msgid "By expiration descending" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:541 -#| msgid "Successfully deleted 1 share link" -msgid "Successfully cleaned invalid share links." -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:559 -#: frontend/src/pages/share-admin/share-links.js:594 -#| msgid "Delete share links" -msgid "Clean invalid share links" -msgstr "" - -#: frontend/src/pages/share-admin/share-links.js:595 -#| msgid "Are you sure you want to delete the selected share link(s) ?" -msgid "Are you sure you want to clean invalid share links?" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:254 -#| msgid "Successfully cleared trash." -msgid "Successfully cleaned invalid upload links." -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:275 -#: frontend/src/pages/share-admin/upload-links.js:293 -#| msgid "No upload links" -msgid "Clean invalid upload links" -msgstr "" - -#: frontend/src/pages/share-admin/upload-links.js:294 -#| msgid "Are you sure you want to clear trash?" -msgid "Are you sure you want to clean invalid upload links?" +#: frontend/src/pages/share-with-ocm/shared-with-ocm.js:39 +#| msgid "Shared by" +msgid "Shared by" msgstr "" #: frontend/src/pages/share-with-ocm/shared-with-ocm.js:40 msgid "At server" msgstr "" -#: frontend/src/pages/shared-libs/content.js:79 -#| msgid "Shared Libraries" -msgid "No shared libraries" -msgstr "" - #: frontend/src/pages/shared-libs/item.js:86 #: frontend/src/pages/shared-with-all/index.js:81 msgid "Failed to unshare {name}" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:131 -#| msgid "No libraries" -msgid "No public libraries" +#: frontend/src/pages/starred/starred.js:28 frontend/src/translate.js:19 +msgid "No favorites" msgstr "" -#: frontend/src/pages/shared-with-all/index.js:258 -#| msgid "Shared Libraries" -msgid "Share existing libraries" -msgstr "共享已有資料庫" +#: frontend/src/pages/starred/starred.js:29 frontend/src/translate.js:32 +msgid "" +"You have not added any libraries, folders or files to your favorites yet. A " +"favorite gives you quick access to your most frequently used objects. You " +"can add a library, folder or file to your favorites by clicking the star to " +"the left of its name." +msgstr "" #: frontend/src/pages/sys-admin/abuse-reports.js:85 -#: frontend/src/pages/sys-admin/side-panel.js:284 msgid "Abuse Reports" msgstr "" @@ -8135,6 +6713,11 @@ msgstr "" msgid "Handled" msgstr "已處理" +#: frontend/src/pages/sys-admin/admin-logs/login-logs.js:39 +#: frontend/src/translate.js:21 +msgid "No Admin login logs" +msgstr "" + #: frontend/src/pages/sys-admin/admin-logs/login-logs.js:103 #: frontend/src/pages/sys-admin/logs-page/login-logs.js:118 msgid "Success" @@ -8148,9 +6731,10 @@ msgstr "" msgid "Admin Login Logs" msgstr "" -#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:48 -msgid "Operation" -msgstr "操作" +#: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:39 +#: frontend/src/translate.js:22 +msgid "No Admin operation logs" +msgstr "" #: frontend/src/pages/sys-admin/admin-logs/operation-logs.js:49 msgid "Detail" @@ -8208,41 +6792,11 @@ msgstr "刪除使用者 {user}" msgid "User migrate from {user_from} to {user_to}" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:14 -#| msgid "No sub-departments" -msgid "Add sub-department" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:17 -#| msgid "Library" -msgid "Add Library" -msgstr "新增資料庫" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:20 -#| msgid "Add Member" -msgid "Add members" -msgstr "新增成員" - -#: frontend/src/pages/sys-admin/departments-v2/departments-node-dropdown-menu.js:29 -#| msgid "Departments" -msgid "Department ID" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-item.js:69 #| msgid "Delete Member" msgid "Default member" msgstr "" -#: frontend/src/pages/sys-admin/departments-v2/departments-v2-members-list.js:187 -#| msgid "Contact Email" -msgid "Contact email" -msgstr "" - -#: frontend/src/pages/sys-admin/departments-v2/departments-v2.js:357 -#| msgid "Rename Department" -msgid "Enable departments feature" -msgstr "" - #: frontend/src/pages/sys-admin/departments-v2/role-status-utils.js:27 #| msgid "Set Admin" msgid "Default admin" @@ -8263,6 +6817,25 @@ msgstr "" msgid "Audit admin" msgstr "" +#: frontend/src/pages/sys-admin/departments/department-list.js:140 +msgid "No departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/department-members.js:122 +#: frontend/src/pages/sys-admin/groups/group-members.js:47 +#: frontend/src/pages/sys-admin/institutions/institution-users.js:55 +#: frontend/src/pages/sys-admin/orgs/org-users.js:51 +msgid "No members" +msgstr "暫無成員" + +#: frontend/src/pages/sys-admin/departments/department.js:43 +msgid "Sub-departments" +msgstr "" + +#: frontend/src/pages/sys-admin/departments/sub-departments.js:133 +msgid "No sub-departments" +msgstr "" + #: frontend/src/pages/sys-admin/file-scan-records.js:31 msgid "Path" msgstr "" @@ -8283,40 +6856,12 @@ msgstr "" msgid "Are you sure you want to remove {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/groups/group-members.js:183 -#| msgid "Delete Member" -msgid "Remove Member" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:268 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully added {email_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:274 -#| msgid "Failed to send to {email_placeholder}: {errorMsg_placeholder}" -msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-members.js:293 -#| msgid "Successfully sent to {placeholder}" -msgid "Successfully removed {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:127 -#| msgid "Are you sure you want to remove {placeholder} ?" -msgid "Are you sure you want to unshare {placeholder} ?" -msgstr "" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:144 -#| msgid "Restore Library" -msgid "Unshare Library" -msgstr "取消共享資料庫" - -#: frontend/src/pages/sys-admin/groups/group-repos.js:196 -#| msgid "Successfully unstarred {library_name_placeholder}." -msgid "Successfully unshared library {placeholder}" -msgstr "成功取消共享資料庫 {placeholder}" +#: frontend/src/pages/sys-admin/groups/groups-content.js:52 +#: frontend/src/pages/sys-admin/orgs/org-groups.js:29 +#: frontend/src/pages/sys-admin/users/user-groups.js:38 +#: frontend/src/translate.js:11 +msgid "No groups" +msgstr "沒有群組" #: frontend/src/pages/sys-admin/groups/groups.js:105 #: frontend/src/pages/sys-admin/groups/search-groups.js:72 @@ -8387,53 +6932,34 @@ msgid "Limits" msgstr "用戶數限制" #: frontend/src/pages/sys-admin/info.js:143 -#: frontend/src/pages/sys-admin/orgs/org-nav.js:31 #: frontend/src/pages/sys-admin/orgs/orgs.js:133 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:106 -#: frontend/src/pages/sys-admin/side-panel.js:138 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:125 -#: frontend/src/pages/sys-admin/statistic/statistic-traffic.js:134 msgid "Organizations" msgstr "組織" +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:44 +msgid "No admins" +msgstr "" + +#: frontend/src/pages/sys-admin/institutions/institution-admins.js:154 +msgid "Revoke Admin" +msgstr "取消管理員" + #: frontend/src/pages/sys-admin/institutions/institution-admins.js:165 -#: frontend/src/pages/sys-admin/users/users-content.js:424 msgid "" "Are you sure you want to revoke the admin permission of {placeholder} ?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:197 -#: frontend/src/pages/sys-admin/users/users-content.js:597 -#| msgid "Revoke Admin" -msgid "Revoke" -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:255 -#: frontend/src/pages/sys-admin/users/search-users.js:249 -#: frontend/src/pages/sys-admin/users/users.js:395 -msgid "Successfully revoked the admin permission of {placeholder}." -msgstr "" - -#: frontend/src/pages/sys-admin/institutions/institution-admins.js:268 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:352 -#| msgid "deleted" -msgid "User deleted" -msgstr "" +#: frontend/src/pages/sys-admin/institutions/institution-info.js:52 +#: frontend/src/pages/sys-admin/orgs/org-info.js:66 +msgid "Number of members" +msgstr "成員數量" #: frontend/src/pages/sys-admin/institutions/institution-nav.js:19 msgid "Admins" msgstr "管理員" -#: frontend/src/pages/sys-admin/institutions/institution-nav.js:28 -#: frontend/src/pages/sys-admin/institutions/institutions.js:247 -#: frontend/src/pages/sys-admin/side-panel.js:150 -#| msgid "No institutions" -msgid "Institutions" -msgstr "機構" - #: frontend/src/pages/sys-admin/institutions/institution-users.js:189 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:230 -#: frontend/src/pages/sys-admin/institutions/institution-users.js:234 msgid "Set Admin" msgstr "設為管理員" @@ -8441,21 +6967,20 @@ msgstr "設為管理員" msgid "Are you sure you want to set {placeholder} as Admin?" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institution-users.js:311 -#| msgid "Name updated" -msgid "Admin updated" +#: frontend/src/pages/sys-admin/institutions/institutions.js:42 +#| msgid "No invitations" +msgid "No institutions" msgstr "" -#: frontend/src/pages/sys-admin/institutions/institutions.js:142 -#| msgid "Delete Notification" -msgid "Delete Institution" -msgstr "刪除機構" - -#: frontend/src/pages/sys-admin/institutions/institutions.js:242 -#| msgid "Add institution" -msgid "Add Institution" +#: frontend/src/pages/sys-admin/invitations/invitations.js:52 +#: frontend/src/translate.js:16 +msgid "No invitations" msgstr "" +#: frontend/src/pages/sys-admin/invitations/invitations.js:61 +msgid "Inviter" +msgstr "邀請人" + #: frontend/src/pages/sys-admin/invitations/invitations.js:62 msgid "Accepter" msgstr "接受者" @@ -8481,31 +7006,64 @@ msgid "Delete Expired Invitations" msgstr "" #: frontend/src/pages/sys-admin/invitations/invitations.js:342 -#: frontend/src/pages/sys-admin/side-panel.js:222 msgid "Invitations" msgstr "邀請" -#: frontend/src/pages/sys-admin/links/share-links.js:67 #: frontend/src/pages/sys-admin/links/upload-links.js:49 msgid "Token" msgstr "" +#: frontend/src/pages/sys-admin/links/upload-links.js:148 +#: frontend/src/pages/wiki2/wiki-right-header/page-cover.js:72 +#: frontend/src/pages/wiki2/wiki-right-header/page-icon.js:45 +msgid "Remove" +msgstr "刪除" + #: frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js:41 msgid "only show {placeholder}" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/file-access-logs.js:66 +#: frontend/src/translate.js:26 +msgid "No file access logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/file-update-logs.js:39 +#: frontend/src/translate.js:25 +msgid "No file update logs" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/login-logs.js:38 +#: frontend/src/translate.js:24 +msgid "No login logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/logs-nav.js:15 msgid "Login" msgstr "" +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:16 +msgid "File Access" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/logs-nav.js:17 +msgid "File Update" +msgstr "" + +#: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:39 +#: frontend/src/translate.js:23 +msgid "No permission logs" +msgstr "" + #: frontend/src/pages/sys-admin/logs-page/share-permission-logs.js:117 #: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:85 msgid "Add" msgstr "新增" -#: frontend/src/pages/sys-admin/main-panel-topbar.js:20 -msgid "Side Nav Menu" -msgstr "側邊導航選單" +#: frontend/src/pages/sys-admin/notifications/notifications.js:40 +#: frontend/src/translate.js:12 +msgid "No notifications" +msgstr "" #: frontend/src/pages/sys-admin/notifications/notifications.js:47 #: frontend/src/translate.js:13 @@ -8532,31 +7090,32 @@ msgstr "" msgid "All Notifications" msgstr "所有通知" +#: frontend/src/pages/sys-admin/orgs/org-info.js:71 +msgid "Max number of members" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/org-info.js:79 msgid "Number of groups" msgstr "群組數量" #: frontend/src/pages/sys-admin/orgs/org-users.js:231 -#: frontend/src/pages/sys-admin/users/users-content.js:423 msgid "Are you sure you want to reset the password of {placeholder} ?" msgstr "" +#: frontend/src/pages/sys-admin/orgs/orgs-content.js:47 +msgid "No organizations" +msgstr "" + #: frontend/src/pages/sys-admin/orgs/orgs-content.js:139 msgid "" "{userCount} user(s) and {repoCount} libraries of this organization will also" " be deleted." msgstr "" -#: frontend/src/pages/sys-admin/orgs/orgs-content.js:209 -#| msgid "Organization" -msgid "Delete Organization" -msgstr "刪除團體" - #: frontend/src/pages/sys-admin/orgs/orgs.js:80 #: frontend/src/pages/sys-admin/orgs/search-orgs.js:56 #: frontend/src/pages/sys-admin/users/search-users.js:217 #: frontend/src/pages/sys-admin/users/search-users.js:234 -#: frontend/src/pages/sys-admin/users/user-info.js:280 #: frontend/src/pages/sys-admin/users/users.js:363 #: frontend/src/pages/sys-admin/users/users.js:380 msgid "Edit succeeded" @@ -8574,10 +7133,14 @@ msgstr "" msgid "Search libraries by name or ID" msgstr "" -#: frontend/src/pages/sys-admin/repos/repos.js:273 -#| msgid "History Versions" -msgid "History Setting" -msgstr "歷史設定" +#: frontend/src/pages/sys-admin/repos/repos-nav.js:16 +#: frontend/src/pages/wikis/wikis.js:339 +msgid "Wikis" +msgstr "" + +#: frontend/src/pages/sys-admin/repos/repos-nav.js:17 +msgid "System" +msgstr "系統資料庫" #: frontend/src/pages/sys-admin/repos/search-repos.js:144 msgid "Search Libraries" @@ -8602,30 +7165,19 @@ msgstr "" msgid "Search libraries by owner" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:198 -#| msgid "File name" -msgid "File Scan" +#: frontend/src/pages/sys-admin/terms-and-conditions/content.js:41 +#: frontend/src/translate.js:17 +msgid "No terms and conditions" msgstr "" -#: frontend/src/pages/sys-admin/side-panel.js:210 -#| msgid "Virus" -msgid "Virus Scan" -msgstr "掃描病毒" - -#: frontend/src/pages/sys-admin/side-panel.js:234 -#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 -msgid "Terms and Conditions" -msgstr "軟件使用條款" - -#: frontend/src/pages/sys-admin/side-panel.js:246 -#| msgid "Admin Login Logs" -msgid "Admin Logs" -msgstr "管理員日誌" - #: frontend/src/pages/sys-admin/terms-and-conditions/content.js:52 msgid "Created" msgstr "建立於" +#: frontend/src/pages/sys-admin/terms-and-conditions/item.js:111 +msgid "Update" +msgstr "更新" + #: frontend/src/pages/sys-admin/terms-and-conditions/item.js:154 msgid "Delete T&C" msgstr "" @@ -8634,6 +7186,14 @@ msgstr "" msgid "Update succeeded." msgstr "" +#: frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js:90 +msgid "Terms and Conditions" +msgstr "軟件使用條款" + +#: frontend/src/pages/sys-admin/users/ldap-users.js:39 +msgid "No users" +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:192 #: frontend/src/pages/sys-admin/users/users.js:290 msgid "Successfully deleted 1 user." @@ -8644,15 +7204,17 @@ msgstr "" msgid "Successfully deleted {user_number_placeholder} users." msgstr "" +#: frontend/src/pages/sys-admin/users/search-users.js:249 +#: frontend/src/pages/sys-admin/users/users.js:395 +msgid "Successfully revoked the admin permission of {placeholder}." +msgstr "" + #: frontend/src/pages/sys-admin/users/search-users.js:299 #: frontend/src/pages/sys-admin/users/search-users.js:360 -#: frontend/src/pages/sys-admin/users/users.js:487 -#: frontend/src/pages/sys-admin/users/users.js:549 msgid "Delete Users" msgstr "" #: frontend/src/pages/sys-admin/users/search-users.js:361 -#: frontend/src/pages/sys-admin/users/users.js:550 msgid "Are you sure you want to delete the selected user(s) ?" msgstr "確定要刪除選中的用戶嗎?" @@ -8664,34 +7226,22 @@ msgstr "" msgid "Set Contact Email" msgstr "" +#: frontend/src/pages/sys-admin/users/user-info.js:134 +msgid "Login ID" +msgstr "登入ID" + +#: frontend/src/pages/sys-admin/users/user-links.js:39 +msgid "No shared links" +msgstr "" + +#: frontend/src/pages/sys-admin/users/user-nav.js:19 +msgid "Shared Libraries" +msgstr "" + #: frontend/src/pages/sys-admin/users/user-nav.js:20 msgid "Shared Links" msgstr "共享網址" -#: frontend/src/pages/sys-admin/users/users-content.js:102 -#| msgid "Institution Admin" -msgid "Institution" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:175 -msgid "No users" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:311 -#| msgid "Set Admin" -msgid "Default Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:315 -#| msgid "Share Admin" -msgid "Daily Admin" -msgstr "" - -#: frontend/src/pages/sys-admin/users/users-content.js:317 -#| msgid "Add Admin" -msgid "Audit Admin" -msgstr "" - #: frontend/src/pages/sys-admin/users/users-nav.js:15 msgid "Database" msgstr "資料庫" @@ -9001,23 +7551,9 @@ msgstr "" msgid "shared by:" msgstr "共享來源:" -#: frontend/src/pages/upload-link/index.js:48 -#: frontend/src/shared-dir-view.js:501 -msgid "The owner of this library has run out of space." -msgstr "該資料庫擁有者的空間已用完。" - -#: frontend/src/pages/upload-link/index.js:52 -msgid "File size should be smaller than {max_size_placeholder}." -msgstr "" - -#: frontend/src/pages/upload-link/index.js:55 -msgid "Drag and drop files or folders here." -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:69 -#| msgid "Restore Library" -msgid "Go to Library" -msgstr "" +#: frontend/src/pages/upload-link/upload-progress-dialog.js:75 +msgid "Cancel All" +msgstr "全部取消" #: frontend/src/pages/wiki2/common/delete-dialog.js:21 #: frontend/src/pages/wiki2/wiki-nav/pages/page-dropdownmenu.js:126 @@ -9033,7 +7569,11 @@ msgstr "確定要刪除該頁面?" msgid "Modify name" msgstr "" -#: frontend/src/pages/wiki2/side-panel.js:75 +#: frontend/src/pages/wiki2/main-panel.js:77 +msgid "Side Nav Menu" +msgstr "側邊導航選單" + +#: frontend/src/pages/wiki2/side-panel.js:57 #| msgid "{number_placeholder} / Page" msgid "Page {name_placeholder} deleted." msgstr "" @@ -9084,17 +7624,7 @@ msgstr "" msgid "Open in new tab" msgstr "" -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:285 -#| msgid "Add permission" -msgid "Add page inside" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/pages/page-item.js:293 -#| msgid "Add permission" -msgid "Add page" -msgstr "" - -#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:120 +#: frontend/src/pages/wiki2/wiki-nav/wiki-nav.js:118 #| msgid "Images" msgid "Pages" msgstr "頁面" @@ -9145,14 +7675,18 @@ msgstr "" msgid "Profile" msgstr "設定" -#: frontend/src/settings.js:59 -msgid "WebDav Access" -msgstr "" - #: frontend/src/settings.js:61 msgid "Language" msgstr "語言" +#: frontend/src/settings.js:63 +msgid "Two-Factor Authentication" +msgstr "兩步驗證" + +#: frontend/src/settings.js:65 +msgid "Linked Devices" +msgstr "已連接的設備" + #: frontend/src/settings.js:94 msgid "User info updated" msgstr "" @@ -9161,35 +7695,7 @@ msgstr "" msgid "Profile Setting" msgstr "個人資訊設定" -#: frontend/src/shared-dir-view.js:477 -#| msgid "Shared by" -msgid "Shared by: " -msgstr "共享來源:" - -#: frontend/src/shared-dir-view.js:485 frontend/src/shared-dir-view.js:486 -#| msgid "List view" -msgid "List" -msgstr "列表" - -#: frontend/src/shared-dir-view.js:492 frontend/src/shared-dir-view.js:493 -#| msgid "Grid view" -msgid "Grid" -msgstr "格點" - -#: frontend/src/shared-dir-view.js:510 -#| msgid "Save Selected Items" -msgid "ZIP Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:512 frontend/src/translate.js:27 -msgid "Save Selected Items" -msgstr "" - -#: frontend/src/shared-dir-view.js:517 -#| msgid "IP" -msgid "ZIP" -msgstr "ZIP" - +#: frontend/src/shared-file-view-document.js:51 #: frontend/src/shared-file-view-document.js:69 #: frontend/src/shared-file-view-spreadsheet.js:53 #: frontend/src/shared-file-view-spreadsheet.js:66 @@ -9199,14 +7705,6 @@ msgstr "ZIP" msgid "Document convertion failed." msgstr "文檔轉換失敗。" -#: frontend/src/shared-file-view-image.js:42 -msgid "you can also press ← " -msgstr "可用方向鍵 ← " - -#: frontend/src/shared-file-view-image.js:45 -msgid "you can also press →" -msgstr "" - #: frontend/src/tag/components/dialog/edit-tag-dialog/index.js:74 #| msgid "Color space" msgid "Color" @@ -9233,6 +7731,11 @@ msgstr "" msgid "No parent tag" msgstr "" +#: frontend/src/tag/components/popover/set-linked-tags-popover/linked-tags.js:20 +#| msgid "No tags" +msgid "No sub tag" +msgstr "" + #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:60 #: frontend/src/tag/components/tag-view-name/all-tags-operation-toolbar.js:66 #| msgid "New Tag" @@ -9346,92 +7849,11 @@ msgstr "" msgid "Import Users" msgstr "" -#: frontend/src/translate.js:9 -msgid "No connected devices" -msgstr "沒有連上的客戶端" - -#: frontend/src/translate.js:10 -msgid "No sync errors" -msgstr "沒有同步錯誤" - -#: frontend/src/translate.js:11 -msgid "No groups" -msgstr "沒有群組" - -#: frontend/src/translate.js:12 -msgid "No notifications" +#: frontend/src/translate.js:27 +msgid "Save Selected Items" msgstr "" -#: frontend/src/translate.js:16 -msgid "No invitations" -msgstr "" - -#: frontend/src/translate.js:17 -msgid "No terms and conditions" -msgstr "" - -#: frontend/src/translate.js:19 -msgid "No favorites" -msgstr "" - -#: frontend/src/translate.js:20 -msgid "No folders shared" -msgstr "" - -#: frontend/src/translate.js:21 -msgid "No Admin login logs" -msgstr "" - -#: frontend/src/translate.js:22 -msgid "No Admin operation logs" -msgstr "" - -#: frontend/src/translate.js:23 -msgid "No permission logs" -msgstr "" - -#: frontend/src/translate.js:24 -msgid "No login logs" -msgstr "" - -#: frontend/src/translate.js:25 -msgid "No file update logs" -msgstr "" - -#: frontend/src/translate.js:26 -msgid "No file access logs" -msgstr "" - -#: frontend/src/translate.js:28 -msgid "" -"You have not shared any folders with other users yet. You can share a folder" -" with other users by clicking the share icon to the right of a folder's " -"name." -msgstr "" - -#: frontend/src/translate.js:29 -msgid "" -"You have not created any share links yet. A share link can be used to share " -"files and folders with anyone. You can create a share link for a file or " -"folder by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:30 -msgid "" -"You have not created any upload links yet. An upload link allows anyone to " -"upload files to a folder or library. You can create an upload link for a " -"folder or library by clicking the share icon to the right of its name." -msgstr "" - -#: frontend/src/translate.js:31 -msgid "" -"You have not added any libraries, folders or files to your favorites yet. A " -"favorite gives you quick access to your most frequently used objects. You " -"can add a library, folder or file to your favorites by clicking the star to " -"the left of its name." -msgstr "" - -#: frontend/src/translate.js:32 +#: frontend/src/translate.js:33 #| msgid "" #| "lic libraries have been created yet. A public library is accessible all rs. " #| "You can create a public library by clicking the \"Add rary\" button the menu" @@ -9442,7 +7864,7 @@ msgid "" "item in the dropdown menu." msgstr "" -#: frontend/src/translate.js:33 +#: frontend/src/translate.js:34 msgid "" "No libraries have been shared directly with you. A shared library can be " "shared with full or restricted permission. If you need access to a library " @@ -9649,6 +8071,453 @@ msgstr "" msgid "Name cannot be double dots" msgstr "" +#~ msgid "Customer Portal" +#~ msgstr "Custom properties" + +#~ msgid "Notification" +#~ msgstr "Notifications" + +#~ msgid "Mark all as read" +#~ msgstr "Mark all read" + +#~ msgid "View all notifications" +#~ msgstr "All Notifications" + +#~ msgid "Select Tags" +#~ msgstr "Select Image" + +#~ msgid "Expiration date" +#~ msgstr "Expiration days" + +#~ msgid "Add auto expiration" +#~ msgstr "Add option" + +#~ msgid "Generate" +#~ msgstr "Generate Link" + +#~ msgid "Welcome to {site_name_placeholder}" +#~ msgstr "Upload files to {folder_name_placeholder}" + +#~ msgid "Close (Esc)" +#~ msgstr "Close" + +#~ msgid "Download an example file" +#~ msgstr "Download and upload" + +#~ msgid "Upload file" +#~ msgstr "Upload Files" + +#~ msgid "This library is password protected" +#~ msgstr "Reset library password" + +#~ msgid "Wrong password" +#~ msgstr "Confirm password" + +#~ msgid "Group" +#~ msgstr "Groups" + +#~ msgid "Confirm Password" +#~ msgstr "Confirm password" + +#~ msgid "App Name" +#~ msgstr "Name" + +#~ msgid "{placeholder} API Token" +#~ msgstr "{placeholder} Access Log" + +#~ msgid "Current Version" +#~ msgstr "(current version)" + +#~ msgid "View Snapshot" +#~ msgstr "View Related Snapshot" + +#~ msgid "Successfully deleted 1 item" +#~ msgstr "Successfully deleted 1 item." + +#~ msgid "Successfully deleted 1 upload link" +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Successfully deleted {number_placeholder} upload links" +#~ msgstr "Successfully deleted {number_placeholder} share links" + +#~ msgid "Delete upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to delete the selected upload link(s) ?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Please select a library or folder first." +#~ msgstr "Please select a library to share." + +#~ msgid "Current Library" +#~ msgstr "Create Library" + +#~ msgid "Other Libraries" +#~ msgstr "Owned Libraries" + +#~ msgid "Recently Used" +#~ msgstr "Space Used" + +#~ msgid "New folder" +#~ msgstr "New Folder" + +#~ msgid "Server" +#~ msgstr "At server" + +#~ msgid "User Email" +#~ msgstr "Email" + +#~ msgid "Select a server" +#~ msgstr "Select a user" + +#~ msgid "Unselect all items" +#~ msgstr "Select all" + +#~ msgid "Select all items" +#~ msgstr "Select all" + +#~ msgid "Waiting..." +#~ msgstr "Saving..." + +#~ msgid "Uploaded" +#~ msgstr "Upload" + +#~ msgid "All files uploaded" +#~ msgstr "All records loaded" + +#~ msgid "name" +#~ msgstr "Rename" + +#~ msgid "progress" +#~ msgstr "In progress" + +#~ msgid "Print" +#~ msgstr "Print" + +#~ msgid "Fold" +#~ msgstr "Folder" + +#~ msgid "Shared with all" +#~ msgstr "Shared with me" + +#~ msgid "Search group members" +#~ msgstr "Search groups" + +#~ msgid "Favorites" +#~ msgstr "No favorites" + +#~ msgid "Activities" +#~ msgstr "Active" + +#~ msgid "About" +#~ msgstr "About Us" + +#~ msgid "Links" +#~ msgstr "Link" + +#~ msgid "Folders" +#~ msgstr "Folder" + +#~ msgid "Workspace" +#~ msgstr "Color space" + +#~ msgid "Published" +#~ msgstr "Publish" + +#~ msgid "View published page" +#~ msgstr "Wiki published" + +#~ msgid "You are watching file changes of this library." +#~ msgstr "Search files in this library" + +#~ msgid "in this library" +#~ msgstr "Search files in this library" + +#~ msgid "in this folder" +#~ msgstr "Parent folder" + +#~ msgid "Clear search" +#~ msgstr "Clear Trash" + +#~ msgid "Successfully added %s." +#~ msgstr "successfully added user %s." + +#~ msgid "Authenticated users" +#~ msgstr "Activated Users" + +#~ msgid "Set permission" +#~ msgstr "Edit permission" + +#~ msgid "Access scope" +#~ msgstr "Access Log" + +#~ msgid "Delete share link" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to delete the share link?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Importing sdoc, please wait..." +#~ msgstr "Converting, please wait..." + +#~ msgid "Notifications of collaboration" +#~ msgstr "Notifications of file changes" + +#~ msgid "Successfully unlinked %(name)s." +#~ msgstr "Successfully copied %(name)s." + +#~ msgid "Disable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Show Codes" +#~ msgstr "Show changes" + +#~ msgid "Enable Two-Factor Authentication" +#~ msgstr "Two-Factor Authentication" + +#~ msgid "Avatar:" +#~ msgstr "Avatar" + +#~ msgid "Convert to new Wiki" +#~ msgstr "Convert Wiki" + +#~ msgid "Unpublish Wiki" +#~ msgstr "Publish Wiki" + +#~ msgid "Are you sure you want to unpublish Wiki" +#~ msgstr "Are you sure you want to unlink this device?" + +#~ msgid "Delete Wiki" +#~ msgstr "Delete File" + +#~ msgid "Are you sure you want to delete Wiki" +#~ msgstr "Are you sure you want to delete" + +#~ msgid "Leave Share Wiki" +#~ msgstr "Leave Share" + +#~ msgid "Are you sure you want to leave share Wiki" +#~ msgstr "Are you sure you want to delete %s ?" + +#~ msgid "Invalid filter" +#~ msgstr "Invalid filter" + +#~ msgid "Add filter" +#~ msgstr "1 filter" + +#~ msgid "Are you sure you want to delete this option?" +#~ msgstr "Are you sure you want to delete this page?" + +#~ msgid "Export options" +#~ msgstr "Import options" + +#~ msgid "No sorts" +#~ msgstr "sorts" + +#~ msgid "Add sort" +#~ msgstr "Add User" + +#~ msgid "Select" +#~ msgstr "Select all" + +#~ msgid "All Activities" +#~ msgstr "All Notifications" + +#~ msgid "My Activities" +#~ msgstr "No more activities" + +#~ msgid "Broken ({repo_id_placeholder})" +#~ msgstr "Move {placeholder} to" + +#~ msgid "Edit Quota" +#~ msgstr "Edit Quota" + +#~ msgid "Successfully cleaned all errors." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Active users" +#~ msgstr "Active Users" + +#~ msgid "Total users" +#~ msgstr "Total Users" + +#~ msgid "Space used" +#~ msgstr "Space Used" + +#~ msgid "Traffic this month" +#~ msgstr "This month" + +#~ msgid "ResetPwd" +#~ msgstr "Reset" + +#~ msgid "Set user inactive" +#~ msgstr "Set user name" + +#~ msgid "Statistic" +#~ msgstr "Status" + +#~ msgid "Devices" +#~ msgstr "Device" + +#~ msgid "1 Year" +#~ msgstr "Year" + +#~ msgid "Total Traffic" +#~ msgstr "Traffic" + +#~ msgid "Web Traffic" +#~ msgstr "Traffic" + +#~ msgid "Share Link Traffic" +#~ msgstr "Share Link" + +#~ msgid "Sync Traffic" +#~ msgstr "Traffic" + +#~ msgid "Last modification" +#~ msgstr "Last modified time" + +#~ msgid "Next modification" +#~ msgstr "Notifications" + +#~ msgid "By expiration ascending" +#~ msgstr "By time ascending" + +#~ msgid "By expiration descending" +#~ msgstr "By time descending" + +#~ msgid "Successfully cleaned invalid share links." +#~ msgstr "Successfully deleted 1 share link" + +#~ msgid "Clean invalid share links" +#~ msgstr "Delete share links" + +#~ msgid "Are you sure you want to clean invalid share links?" +#~ msgstr "Are you sure you want to delete the selected share link(s) ?" + +#~ msgid "Successfully cleaned invalid upload links." +#~ msgstr "Successfully cleared trash." + +#~ msgid "Clean invalid upload links" +#~ msgstr "No upload links" + +#~ msgid "Are you sure you want to clean invalid upload links?" +#~ msgstr "Are you sure you want to clear trash?" + +#~ msgid "No shared libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "No public libraries" +#~ msgstr "No libraries" + +#~ msgid "Share existing libraries" +#~ msgstr "Shared Libraries" + +#~ msgid "Add sub-department" +#~ msgstr "No sub-departments" + +#~ msgid "Add Library" +#~ msgstr "Library" + +#~ msgid "Add members" +#~ msgstr "Add Member" + +#~ msgid "Contact email" +#~ msgstr "Contact Email" + +#~ msgid "Remove Member" +#~ msgstr "Delete Member" + +#~ msgid "Successfully added {email_placeholder}" +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Failed to add {email_placeholder}: {error_msg_placeholder}" +#~ msgstr "Failed to send to {email_placeholder}: {errorMsg_placeholder}" + +#~ msgid "Successfully removed {placeholder}." +#~ msgstr "Successfully sent to {placeholder}" + +#~ msgid "Are you sure you want to unshare {placeholder} ?" +#~ msgstr "Are you sure you want to remove {placeholder} ?" + +#~ msgid "Unshare Library" +#~ msgstr "Restore Library" + +#~ msgid "Successfully unshared library {placeholder}" +#~ msgstr "Successfully unstarred {library_name_placeholder}." + +#~ msgid "Revoke" +#~ msgstr "Revoke Admin" + +#~ msgid "User deleted" +#~ msgstr "deleted" + +#~ msgid "Institutions" +#~ msgstr "No institutions" + +#~ msgid "Admin updated" +#~ msgstr "Name updated" + +#~ msgid "Delete Institution" +#~ msgstr "Delete Notification" + +#~ msgid "Add Institution" +#~ msgstr "Add institution" + +#~ msgid "Delete Organization" +#~ msgstr "Organization" + +#~ msgid "History Setting" +#~ msgstr "History Versions" + +#~ msgid "File Scan" +#~ msgstr "File name" + +#~ msgid "Virus Scan" +#~ msgstr "Virus" + +#~ msgid "Admin Logs" +#~ msgstr "Admin Login Logs" + +#~ msgid "Institution" +#~ msgstr "Institution Admin" + +#~ msgid "Default Admin" +#~ msgstr "Set Admin" + +#~ msgid "Daily Admin" +#~ msgstr "Share Admin" + +#~ msgid "Audit Admin" +#~ msgstr "Add Admin" + +#~ msgid "Go to Library" +#~ msgstr "Restore Library" + +#~ msgid "Add page inside" +#~ msgstr "Add permission" + +#~ msgid "Add page" +#~ msgstr "Add permission" + +#~ msgid "WebDav Access" +#~ msgstr "WebDav Access" + +#~ msgid "Shared by: " +#~ msgstr "Shared by" + +#~ msgid "List" +#~ msgstr "List view" + +#~ msgid "Grid" +#~ msgstr "Grid view" + +#~ msgid "ZIP Selected Items" +#~ msgstr "Save Selected Items" + +#~ msgid "ZIP" +#~ msgstr "IP" + #~ msgid "Successfully OCR" #~ msgstr "Successfully saved" @@ -9718,9 +8587,6 @@ msgstr "" #~ msgid "Insufficient password strength" #~ msgstr "Insufficient password strength" -#~ msgid "New view" -#~ msgstr "New view" - #~ msgid "No department" #~ msgstr "No department" @@ -9742,38 +8608,3 @@ msgstr "" #~ msgid "No faces" #~ msgstr "No faces" - -#~ msgid "A file named {upload_file_link} is uploaded to {uploaded_link}." -#~ msgstr "A file named {upload_file_link} is uploaded to {uploaded_link}." - -#~ msgid "A file named {upload_file_link} is uploaded." -#~ msgstr "A file named {upload_file_link} is uploaded." - -#~ msgid "A folder named {upload_folder_link} is uploaded to {uploaded_link}." -#~ msgstr "A folder named {upload_folder_link} is uploaded to {uploaded_link}." - -#~ msgid "A folder named {upload_folder_link} is uploaded." -#~ msgstr "A folder named {upload_folder_link} is uploaded." - -#~ msgid "" -#~ "Your library {libraryName} has recently deleted a large number of files." -#~ msgstr "" -#~ "Your library {libraryName} has recently deleted a large number of files." - -#~ msgid "No admins" -#~ msgstr "No admins" - -#~ msgid "Number of members" -#~ msgstr "Number of members" - -#~ msgid "Max number of members" -#~ msgstr "Max number of members" - -#~ msgid "No organizations" -#~ msgstr "No organizations" - -#~ msgid "Login ID" -#~ msgstr "Login ID" - -#~ msgid "No shared links" -#~ msgstr "No shared links" diff --git a/seahub/help/locale/nl_NL/LC_MESSAGES/django.po b/seahub/help/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e7d229b826 --- /dev/null +++ b/seahub/help/locale/nl_NL/LC_MESSAGES/django.po @@ -0,0 +1,2037 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Thijs Broenink , 2024 +# Tony den Haan , 2024 +# Jorgen vd Meulen , 2024 +# jvanattenhoven , 2024 +# Harmen , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-12-05 10:24+0800\n" +"PO-Revision-Date: 2024-02-06 08:23+0000\n" +"Last-Translator: Harmen , 2024\n" +"Language-Team: Dutch (Netherlands) (https://app.transifex.com/haiwen/teams/5086/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: templates/help/base.html:34 +msgid "Side Nav Menu" +msgstr "" + +#: templates/help/base.html:48 templates/help/base.html:50 +#: templates/help/introduction.html:6 +msgid "Introduction" +msgstr "Inleiding" + +#: templates/help/base.html:53 +msgid "Managing files and folders" +msgstr "" + +#: templates/help/base.html:55 templates/help/libraries_managing.html:5 +msgid "Managing files with libraries" +msgstr "" + +#: templates/help/base.html:56 +msgid "Restoring deleted files" +msgstr "" + +#: templates/help/base.html:57 +msgid "Finding old file versions" +msgstr "" + +#: templates/help/base.html:58 +#: templates/help/library_history_and_snapshots.html:6 +msgid "Library history and snapshots" +msgstr "" + +#: templates/help/base.html:59 +msgid "Setting history retention period" +msgstr "" + +#: templates/help/base.html:60 templates/help/deleting_a_library.html:5 +msgid "Deleting a library" +msgstr "Een bibliotheek verwijderen" + +#: templates/help/base.html:61 +#: templates/help/viewing_files_within_web_app.html:5 +msgid "Viewing files within Web App" +msgstr "" + +#: templates/help/base.html:62 templates/help/full_text_file_search.html:5 +msgid "Full text file search" +msgstr "" + +#: templates/help/base.html:65 +msgid "Sharing and collaboration" +msgstr "" + +#: templates/help/base.html:67 templates/help/sharing_files_and_folders.html:5 +msgid "Sharing files and folders" +msgstr "" + +#: templates/help/base.html:68 templates/help/groups_managing.html:5 +msgid "Managing groups" +msgstr "" + +#: templates/help/base.html:69 +msgid "Locking files" +msgstr "" + +#: templates/help/base.html:70 +msgid "Folder permission" +msgstr "" + +#: templates/help/base.html:71 +msgid "Departments sharing" +msgstr "" + +#: templates/help/base.html:74 +msgid "Wiki and knowledge management" +msgstr "" + +#: templates/help/base.html:76 templates/help/manage_library_as_wiki.html:5 +msgid "Managing a library as Wiki" +msgstr "" + +#: templates/help/base.html:79 +msgid "Desktop client and syncing" +msgstr "" + +#: templates/help/base.html:81 +msgid "Install and sync files" +msgstr "" + +#: templates/help/base.html:82 +msgid "Syncing existing folders" +msgstr "Bestaande mappen synchroniseren" + +#: templates/help/base.html:83 templates/help/selective_sync.html:6 +msgid "Selectively sync sub-folders" +msgstr "" + +#: templates/help/base.html:84 templates/help/read-only_syncing.html:5 +msgid "Read-only syncing" +msgstr "" + +#: templates/help/base.html:85 +msgid "Unsync and resync libraries" +msgstr "" + +#: templates/help/base.html:86 templates/help/sync_interval.html:6 +msgid "Setting sync interval" +msgstr "Synchronisatie-interval instellen" + +#: templates/help/base.html:87 +msgid "Proxy settings" +msgstr "Proxy-instellingen" + +#: templates/help/base.html:88 templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "Bestand conflicten" + +#: templates/help/base.html:89 +msgid "Excluding files" +msgstr "Bestanden uitsluiten" + +#: templates/help/base.html:92 +msgid "Drive client" +msgstr "" + +#: templates/help/base.html:94 templates/help/using_drive_client.html:6 +msgid "Using Seafile drive client" +msgstr "" + +#: templates/help/base.html:95 +msgid "Using drive client 2.0 on Windows" +msgstr "" + +#: templates/help/base.html:98 +msgid "Security and encryption" +msgstr "" + +#: templates/help/base.html:100 +msgid "How to use encrypted libraries" +msgstr "Hoe versleutelde bibliotheken gebruiken" + +#: templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "" + +#: templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "" +"Soms zullen jij en je vrienden tegelijkertijd hetzelfde bestand bewerken. Je" +" wijzigingen kunnen conflicteren met die van anderen. Seafile houdt in dat " +"geval de eerste gesynchroniseerde versie onveranderd, terwijl de andere " +"versie naar een \"conflictbestand\" wordt hernoemd. Een conflictbestand " +"eindigt op het e-mailadres van de auteur plus de huidige tijd. Bijvoorbeeld " +"test.txt (SFConflict naam@example.com 2015-03-07-11-30-28)." + +#: templates/help/deleting_a_library.html:6 +msgid "" +"You can delete a library owned by you. A deleted library can be restored by " +"you or Seafile server's administrator." +msgstr "" + +#: templates/help/deleting_a_library.html:7 +msgid "After a library is deleted, it has following effects:" +msgstr "" + +#: templates/help/deleting_a_library.html:9 +msgid "Share of the files and folders within this library are all canceled." +msgstr "" + +#: templates/help/deleting_a_library.html:10 +msgid "" +"Desktop clients synced with this library cannot sync with it any more. But " +"the local files on the client won't be deleted." +msgstr "" + +#: templates/help/departments.html:5 +msgid "Managing and using departments" +msgstr "" + +#: templates/help/departments.html:6 +msgid "" +"Some organizations consist of complex department hierarchy. There are " +"usually two common use cases for file management in these organizations:" +msgstr "" + +#: templates/help/departments.html:8 +msgid "" +"There should be a common file sharing space for the organization. The folder" +" hierarchy should map the department hierarchy. There will be separate " +"folder or space assigned to each department." +msgstr "" + +#: templates/help/departments.html:9 +msgid "" +"The sharing space should be owned and managed by the organization, but not " +"individual employees. So that the ownership of files doesn't have to be " +"changed when an employee leaves the organization." +msgstr "" + +#: templates/help/departments.html:11 +msgid "" +"The \"Departments\" feature is designed to meet the above two use cases. " +"We'll introduce this feature from 3 different perspectives:" +msgstr "" + +#: templates/help/departments.html:13 templates/help/departments.html:17 +msgid "System admin" +msgstr "" + +#: templates/help/departments.html:14 templates/help/departments.html:35 +msgid "Department admin" +msgstr "" + +#: templates/help/departments.html:15 templates/help/departments.html:52 +msgid "Department members" +msgstr "" + +#: templates/help/departments.html:18 +msgid "The system admin can:" +msgstr "" + +#: templates/help/departments.html:20 templates/help/departments.html:24 +msgid "Manage department hierarchy and members" +msgstr "" + +#: templates/help/departments.html:21 templates/help/departments.html:29 +msgid "Assign storage quota for departments" +msgstr "" + +#: templates/help/departments.html:22 templates/help/departments.html:31 +msgid "Create and manage shared libraries in departments" +msgstr "" + +#: templates/help/departments.html:25 +msgid "" +"The system admin can set up the department hierarchy in two ways: manual " +"setup or import from Active Directory." +msgstr "" + +#: templates/help/departments.html:26 +msgid "" +"The system admin can create any number of top level departments and create " +"any levels of sub-departments under each department. And each level of " +"department can be populated with members. The system admin can set the role " +"of each member to 'member' or 'admin'. We'll introduce how a department " +"admin can manage department later." +msgstr "" + +#: templates/help/departments.html:27 +msgid "" +"The system admin can also import the hierarchy from OUs (Organizational " +"Units) in AD. Each OU will be imported as a department. And the sub-OUs " +"under an OU will be imported as sub-departments. Department libraries can be" +" automatically created in the import process." +msgstr "" + +#: templates/help/departments.html:28 +msgid "" +"System admin can also delete a department after all the sub-departments and " +"libraries are deleted." +msgstr "" + +#: templates/help/departments.html:30 +msgid "" +"The libraries created inside a department are owned by the department " +"itself, not by any individual user. So the system admin can assign storage " +"quota to a department. The total size of all the libraries in a department " +"cannot exceed the storage quota. Please note that the quota of sub-" +"department doesn't depend on the quota of its parent department." +msgstr "" + +#: templates/help/departments.html:32 +msgid "" +"Department libraries can be created by the system admin or department admin." +" There is also an option to control whether individual users can share " +"libraries to a department." +msgstr "" + +#: templates/help/departments.html:33 +msgid "" +"All the above operations can be done in the system admin interface. See the " +"below screenshot for information." +msgstr "" + +#: templates/help/departments.html:36 +msgid "" +"As noted above, department admin is a special role assigned by the system " +"admin to some members of a department. Department admins can perform the " +"following operations in a department after login to his/her own account." +msgstr "" + +#: templates/help/departments.html:38 +msgid "Access to the libraries of the department" +msgstr "" + +#: templates/help/departments.html:39 +msgid "Manage members in his/her department" +msgstr "" + +#: templates/help/departments.html:40 +msgid "Manage libraries in his/her department" +msgstr "" + +#: templates/help/departments.html:42 +msgid "" +"If a user is the admin of a department, he/she can add or delete members in " +"the department. Any users registered in the system can be added as member of" +" the department. But if the departments are imported from AD, the changes to" +" membership will be overwritten on the next sync with AD." +msgstr "" + +#: templates/help/departments.html:44 +msgid "" +"Department admin can manage the libraries in the department. The supported " +"operations are:" +msgstr "" + +#: templates/help/departments.html:46 +msgid "Create or delete library" +msgstr "" + +#: templates/help/departments.html:47 +msgid "Change library name" +msgstr "" + +#: templates/help/departments.html:48 +msgid "" +"Share a library to users or groups outside of this department. This is very " +"useful for cross-department collaboration." +msgstr "" + +#: templates/help/departments.html:49 +#, python-format +msgid "" +"Set fine-grained permission to folders in the libraries for users or sub-" +"departments in this department. This works like the folder permission " +"feature." +msgstr "" + +#: templates/help/departments.html:53 +msgid "" +"A normal member of the department can use the department just like a group. " +"Each department is presented to its members as a group. A user can not only " +"access to the libraries in the department he/she belongs to, but also the " +"libraries in the parent departments of his/her department. For example, if " +"John is in the \"EMEA\" sub-department under the \"Sales\" department, and " +"\"Sales\" is a sub-department under the company \"ACME\", John can then " +"access to the groups \"EMEA\", \"Sales\" and \"ACME\". The groups for " +"departments are marked with a \"building\" icon next to its name." +msgstr "" + +#: templates/help/desktop_proxy.html:6 +msgid "Using proxy in Seafile client" +msgstr "" + +#: templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "" +"De Seafile-applicatie ondersteunt 3 soorten proxyservers: HTTP-proxy, " +"SOCKS5-proxy en systeemproxy-instellingen." + +#: templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "" + +#: templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:6 +msgid "SeaDrive 2.0 for Windows 10" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:8 +msgid "" +"SeaDrive 2.0 (and future versions) is redesigned with deeper integration to " +"Windows 10 operating system. It supports Windows 10 1709 version (2017 Fall " +"Update for Windows 10) and later versions. We recommend Windows 10 users to " +"upgrade to SeaDrive 2.0 for more native virtual drive experience." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:10 +msgid "Install and access the Virtual Drive" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:11 +msgid "" +"You can download SeaDrive 2.0 from official Seafile website. After " +"installation and logging into your Seafile account, SeaDrive will start " +"downloading library and file lists from the server (just as in SeaDrive " +"1.0.x). It may take some time, depending on the number of files available in" +" your seafile account. The download is progressive, so in the mean time you " +"can already access some files in the virtual drive." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:12 +msgid "" +"To access the virtual drive, just open Windows file explorer. There is a " +"\"seadrive\" node in the navigation pane of Windows file explorer." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:16 +msgid "Accessing files in the Virtual Drive" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:17 +msgid "" +"Libraries are grouped into 4 categories in the virtual drive: My Libraries, " +"Shared with me, Shared with groups and Shared with all." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:18 +msgid "" +"As you can see, the file status icons is more integrated into Windows file " +"explorer. The icons are a bit different form version 1.0." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:19 +msgid "" +"Files in the virtual drive are created as \"placeholders\" in the local file" +" system. They may be in 3 states:" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:21 +msgid "" +"Placeholder file: An empty representation of the file and can only be" +" opened when there is network connection." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:22 +msgid "" +"Full file: The file has been downloaded and saved locally. Download " +"is automatic when a placeholder file is opened for the first time. These " +"files are available whenever you open SeaDrive regardless to network " +"connections. The operating system may decide to clear a full file when more " +"disk space is needed." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:23 +msgid "" +"Pinned full file: The file has been downloaded and saved locally. It " +"is guaranteed to be available offline." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:26 +msgid "" +"You can control which files or folder are cached locally. This can be " +"changed from the context menu when you right click on a file or folder. " +"Choose \"Always keep on this device\" when you want to pin a file or folder " +"locally; choose \"Free up space\" when you want to clean the cache for a " +"file or folder." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:28 +msgid "" +"In SeaDrive 1.0, cached files are not automatically updated when they're " +"updated on the server. In SeaDrive 2.0, full and pinned files are " +"automatically kept in sync with the server." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:30 +msgid "File Download and Control" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:31 +msgid "" +"Whenever you open a placeholder file, the operating system will " +"automatically start to download it. If the file may take some time to " +"download, there will be a progress bar shown up in file explorer and you may" +" cancel the download." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:32 +msgid "" +"Sometimes a background application may try to download a file in the virtual" +" drive (such as an Anti-Virus software). You will be notified by the " +"operating system about this and you may choose to cancel the download or " +"disallow the application from automatically downloading files in the future." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:34 +#: templates/help/using_drive_client.html:79 +msgid "FAQ" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:35 +msgid "Can I create, delete, rename libraries?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:36 +msgid "" +"Yes. When you create, delete or rename library folders in the virtual drive," +" the operation will be reflected on the server. You can only create, delete," +" rename libraries under the \"My Libraries\" category. Creating, deleting or" +" renaming libraries in other categories will be ignored." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:38 +msgid "Can I create files or folders outside of a library folder?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:39 +msgid "" +"Yes. But files created outside of a library folder will be ignored and NOT " +"synced to the server. A new folder under the \"My Libraries\" folder will be" +" handled as a new library." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:41 +msgid "Can I access encrypted libraries?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:42 +msgid "" +"Yes. By default, encrypted libraries are not synced and shown in the virtual" +" drive. You need to manually choose which encrypted libraries to sync and " +"enter the password. Just right click on the SeaDrive icon in the system tray" +" area and choose \"Show encrypted libraries\". A window will show up and you" +" can choose to sync or unsync an encrypted library." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:44 +msgid "Is it compatible to SeaDrive 1.0?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:45 +msgid "" +"SeaDrive 2.0 will use any existing accounts and their metadata (stored under" +" C:\\users\\username\\seadrive\\ folder). But it will not use the cached " +"files from SeaDrive 1.0. So any locally cached files in 1.0 version will not" +" be accessible in 2.0 version. You can start SeaDrive 1.0 again to upload " +"the files to server or copy them out." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:47 +msgid "How do I clean the cache?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:48 +msgid "" +"You can manually choose which folders or files to be cached locally. If you " +"find a folder consumes too much space, just choose to \"Free up space\" on " +"that folder and all cached files in that folder will be cleaned. There is no" +" need to set cache cleaning time and cache size limit as in SeaDrive 1.0. " +"Because placeholders are just normal files created on your local disk, your " +"cache size is only limited by the available disk space on your computer." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:50 +msgid "How to remove left-over SeaDrive shortcuts in Windows Explorer?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:51 +msgid "" +"The \"SeaDrive\" shortcut in Windows Explorer won't disappear after you exit" +" SeaDrive program or switch Seafile accounts in SeaDrive. This is an " +"intended behavior. You don't need to remove them if you still need to access" +" the account later." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:53 +msgid "" +"You can usually remove those shortcuts by uninstalling SeaDrive program and " +"choose \"Remove account information\" in the prompt dialog." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:54 +msgid "" +"If uninstallation doesn't remove the shortcuts successfully, you can remove " +"the SeaDrive shortcut in Windows Explorer by editing the registry. Open the " +"path " +"\"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\\"" +" in registry editor. Remove the sub-keys correspond to the shortcut you want" +" to remove." +msgstr "" + +#: templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "Hoe versleutelde bibliotheken gebruiken" + +#: templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "" + +#: templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "Bij het aanmaken van een versleutelde bibliotheek:" + +#: templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server uses this password to create the library. But it " +"doesn't store the plain text password." +msgstr "" + +#: templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), " +"the password is not sent to the server." +msgstr "" + +#: templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "Wanneer je de versleutelde bibliotheek raadpleegt:" + +#: templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "" + +#: templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypts and encrypts file contents locally. The " +"plain text password is not stored on the client disk either." +msgstr "" + +#: templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client supports it since version 2.1.0." +msgstr "" + +#: templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypts the contents of the files, but not" +" the folder and file names." +msgstr "" + +#: templates/help/file_locking.html:5 +msgid "File locking" +msgstr "" + +#: templates/help/file_locking.html:6 +msgid "" +"When more than one person collaborate on a file, it's likely that more than " +"one person modify the file at about the same time. Seafile handles this " +"situation nicely with conflict files. But it's often more convenient to lock" +" the file when one person wants to exclusively modify the file. Seafile " +"Professional Edition supports file locking." +msgstr "" + +#: templates/help/file_locking.html:7 +msgid "" +"File locking works on both the web app and the desktop syncing client. We'll" +" introduce them one by one." +msgstr "" + +#: templates/help/file_locking.html:8 +msgid "File locking on the Web App" +msgstr "" + +#: templates/help/file_locking.html:9 +msgid "" +"To lock a file, you can navigate into the file's folder on the web app, and " +"click on the \"operations\" drop-down menu." +msgstr "" + +#: templates/help/file_locking.html:11 +msgid "" +"After the file is locked, you can see a red \"stop sign\" at the corner of " +"the file icon. Moving the mouse on the stop sign, you can see who locks the " +"file. And you can also unlock a file that's locked by you. But you cannot " +"unlock files locked by others." +msgstr "" + +#: templates/help/file_locking.html:13 +msgid "File locking on the desktop client" +msgstr "" + +#: templates/help/file_locking.html:14 +msgid "" +"After a library is synced to the desktop, you can lock/unlock files in that " +"library inside File Explorer on Windows or Finder on Mac OS." +msgstr "" + +#: templates/help/file_locking.html:15 +msgid "" +"To lock a file, just right click on a synced file and choose \"lock this " +"file\" in the \"Seafile\" menu." +msgstr "" + +#: templates/help/file_locking.html:17 +msgid "" +"If a file is locked by you, you can see an orange \"stop sign\" on the file " +"icon. You can choose to unlock it." +msgstr "" + +#: templates/help/file_locking.html:19 +msgid "" +"If a file is locked by other user, you can see a red \"stop sign\" on the " +"file icon. The file is automatically set to read-only. You cannot modify it " +"until it's unlocked." +msgstr "" + +#: templates/help/file_locking.html:21 +msgid "" +"If a library is not synced, you can still use cloud file browser to lock and" +" unlock files in it." +msgstr "" + +#: templates/help/file_locking.html:22 +msgid "Auto locking office files" +msgstr "" + +#: templates/help/file_locking.html:23 +msgid "" +"After a library is synced to the desktop, when you open a Microsoft Office " +"file inside the library, Seafile automatically locks the file. When you " +"close the file, Seafile automatically unlocks the file. The locking state is" +" propagated to other computers syncing this library. It prevents concurrent " +"editing the same Office file and is convenient for collaboration." +msgstr "" + +#: templates/help/file_locking.html:24 +msgid "Details about file locking" +msgstr "" + +#: templates/help/file_locking.html:25 +msgid "There are a few useful tips about how file locking works:" +msgstr "" + +#: templates/help/file_locking.html:27 +msgid "A locked file can only be unlocked by the user who locked it." +msgstr "" + +#: templates/help/file_locking.html:28 +msgid "" +"A locked file cannot be modified, moved, renamed or deleted by other users. " +"But other users can still move, delete or rename the parent folder of a " +"locked file. The purpose of file locking is mainly to prevent concurrent " +"editing." +msgstr "" + +#: templates/help/file_locking.html:29 +msgid "" +"When a locked file's parent folder is renamed or moved inside the same " +"library, it remains locked after the operation." +msgstr "" + +#: templates/help/finding_older_version_files.html:6 +msgid "Finding older version of files" +msgstr "" + +#: templates/help/finding_older_version_files.html:7 +msgid "" +"Seafile tracks the modification history of all files. Whenever a file is " +"modified, a new version is created, while the old version is still kept for " +"a configurable period. When you want to access an older version of a file, " +"the file history feature becomes very handy." +msgstr "" + +#: templates/help/finding_older_version_files.html:8 +msgid "To list all the versions of a file:" +msgstr "" + +#: templates/help/finding_older_version_files.html:10 +msgid "" +"In Seafile Web App, navigate into the folder containing the file. Move the " +"cursor onto the row of that file. An operation menu will appear. You can " +"click the \"History\" button in that menu." +msgstr "" + +#: templates/help/finding_older_version_files.html:11 +msgid "" +"A list of all versions of that file will be displayed in time order, from " +"newer to older. The list also contains the file's rename history." +msgstr "" + +#: templates/help/finding_older_version_files.html:12 +msgid "You can download, restore, view any version of the file." +msgstr "" + +#: templates/help/finding_older_version_files.html:14 +#, python-format +msgid "" +"You can configure the retention period of file versions: setting history " +"retention period." +msgstr "" + +#: templates/help/folder_permission.html:6 +msgid "Use folder permission for fine-grained access control" +msgstr "" + +#: templates/help/folder_permission.html:8 +#, python-format +msgid "" +"For shared libraries or folders, you can set permission to its sub-folders " +"for a person or a group. Available permissions are the same as the ones " +"described in sharing libraries." +" Here are some use cases:" +msgstr "" + +#: templates/help/folder_permission.html:10 +msgid "" +"You shared a library to a group with \"read only\" permission. You also want" +" to allow a specific member of the group to modify files in one sub-folder. " +"You can grant write permission of this sub-folder to this person." +msgstr "" + +#: templates/help/folder_permission.html:11 +msgid "" +"You shared a library to 3 groups. There are 3 sub-folders under that " +"library, one for each group to upload files. However you don't want users to" +" change files not belong to his/her group. You can grant write permission of" +" a sub-folder only to its group." +msgstr "" + +#: templates/help/folder_permission.html:13 +msgid "" +"Folder permissions are only effective for libraries and folders you share to" +" others. To effectively set folder permissions to its sub-folders, you " +"should first share the parent library or folder; otherwise the folder " +"permission won't take effect." +msgstr "" + +#: templates/help/folder_permission.html:14 +msgid "" +"One important design goal of folder permission is to support hierarchical " +"permissions:" +msgstr "" + +#: templates/help/folder_permission.html:16 +msgid "" +"Sub-folders automatically inherit folder permissions from its parent folder." +msgstr "" + +#: templates/help/folder_permission.html:17 +msgid "" +"Permissions set on sub-folders overwrites permissions set on its parent " +"folder. For example, you set \"read write\" permission on folder \"meeting " +"files\" for user A, and you set \"read only\" permission on sub-folder " +"\"meeting files/today\" for user A. Then user A's permission to \"meeting " +"files/today\" is \"read only\"." +msgstr "" + +#: templates/help/folder_permission.html:19 +msgid "Basic usage" +msgstr "" + +#: templates/help/folder_permission.html:20 +msgid "" +"Only library's owner can set folder permissions for its sub-folders. In the " +"file browsing interface, click \"more operations\" button, choose " +"\"permission\" in the drop-down menu. In the pop-up window, you can see and " +"set folder permissions on this folder." +msgstr "" + +#: templates/help/folder_permission.html:21 +msgid "" +"If you want to see all folder permissions set in a library, hover the mouse " +"on the library. Click \"more operations\" button, choose \"Folder " +"Permission\" in the drop-down menu. In the pop-up window, you can see and " +"set folder permissions in this library." +msgstr "" + +#: templates/help/folder_permission.html:22 +msgid "" +"When other users navigate into a folder, there will be a small \"eye\" icon " +"next to \"read only\" sub-folders. When the user navigate into that sub-" +"folder, he/she won't be able to add/modify/delete files." +msgstr "" + +#: templates/help/folder_permission.html:24 +msgid "" +"If a \"read only\" folder is synced to PC with the Seafile desktop App, " +"changes under a \"read only\" folder won't be uploaded to the cloud." +msgstr "" + +#: templates/help/folder_permission.html:25 +msgid "Advanced: priority between different permissions" +msgstr "" + +#: templates/help/folder_permission.html:27 +msgid "" +"Folder permissions have higher priority than the permission set in share. " +"For example, if you share a library to user A with \"read write\" " +"permission, and also set \"read only\" permission to a sub-folder of that " +"library. Then user A only has \"read only\" access to the sub-folder, while " +"he/she has \"read write\" access to all other sub-folders and files." +msgstr "" + +#: templates/help/folder_permission.html:28 +msgid "" +"Folder permissions set to a specific user have higher priority than " +"permissions set to a group. That is, when checking permission for a folder, " +"if the system matches a permission specific to the user, it'll ignore all " +"permissions set for the groups the user belongs to." +msgstr "" + +#: templates/help/folder_permission.html:29 +msgid "" +"Permissions on sub-folders have higher priority than those on parent " +"folders." +msgstr "" + +#: templates/help/folder_permission.html:31 +msgid "Here is a more complex example:" +msgstr "" + +#: templates/help/folder_permission.html:32 +msgid "" +"Supposed the folder structure looks like \"A/B\", user \"John\" is in group " +"\"Staff\". If you set \"read only\" permission on folder A for John, and, " +"you also set \"read write\" permission on folder \"A/B\" for group " +"\"Staff\". Then John's permission to folder \"A/B\" is still only \"read " +"only\". That's because, according to rule 2, \"read only\" permission is " +"first matched for folder \"A/B\" and user \"John\", which is inherited from " +"its parent \"A\"." +msgstr "" + +#: templates/help/full_text_file_search.html:6 +msgid "" +"If you're using a Pro Edition Server, you can search file and folder names, " +"as well as the content of certain files, in the Seafile web app. Currently " +"Seafile can search the contents of the following types of files:" +msgstr "" + +#: templates/help/full_text_file_search.html:8 +#: templates/help/viewing_files_within_web_app.html:8 +msgid "Microsoft Office Doc: .doc, .docx (Pro Edition Server only)" +msgstr "" + +#: templates/help/full_text_file_search.html:9 +#: templates/help/viewing_files_within_web_app.html:9 +msgid "Microsoft Office PowerPoint: .ppt, .pptx (Pro Edition Server only)" +msgstr "" + +#: templates/help/full_text_file_search.html:10 +#: templates/help/viewing_files_within_web_app.html:10 +msgid "Microsoft Office Excel: .xls, .xlsx (Pro Edition Server only)" +msgstr "" + +#: templates/help/full_text_file_search.html:11 +#: templates/help/viewing_files_within_web_app.html:11 +msgid "LibreOffice files" +msgstr "" + +#: templates/help/full_text_file_search.html:12 +#: templates/help/viewing_files_within_web_app.html:12 +msgid "PDF files" +msgstr "" + +#: templates/help/full_text_file_search.html:13 +#: templates/help/viewing_files_within_web_app.html:14 +msgid "Markdown files: .md" +msgstr "" + +#: templates/help/full_text_file_search.html:14 +#: templates/help/viewing_files_within_web_app.html:15 +msgid "Various source code files" +msgstr "" + +#: templates/help/full_text_file_search.html:15 +#: templates/help/viewing_files_within_web_app.html:16 +msgid "Text files: .txt, .log" +msgstr "" + +#: templates/help/full_text_file_search.html:17 +msgid "" +"Note that your Seafile system administrator may not have enabled the full-" +"text search feature. In that case, you can only search file and folder " +"names." +msgstr "" + +#: templates/help/groups_managing.html:6 +msgid "" +"Creating a group is a convenient way to share files to many people. In " +"Seafile, you can create and manage a group easily." +msgstr "" + +#: templates/help/groups_managing.html:7 +msgid "Here is how groups work in Seafile:" +msgstr "" + +#: templates/help/groups_managing.html:9 +msgid "" +"Each group has a owner. The owner is the creator of the group by default. " +"He/she can transfer the ownership of the group to another member." +msgstr "" + +#: templates/help/groups_managing.html:10 +msgid "" +"Each group can have multiple admins. The group owner and group admins can " +"add more group admins." +msgstr "" + +#: templates/help/groups_managing.html:11 +msgid "" +"The group admin can add/delete members in the group. And he/she can also " +"unshare a library in the group." +msgstr "" + +#: templates/help/groups_managing.html:13 +msgid "" +"Click on the \"Shared with groups\" tab on the left panel, and you'll see " +"all the groups you're in. Clicking into any group, you'll see the libraries " +"shared into this group." +msgstr "" + +#: templates/help/groups_managing.html:14 +msgid "" +"To create a new group, click on the \"Shared with groups\" tab on the left " +"panel. Then click on \"All Groups\". In the page, you can click the \"New " +"Group\" button to create a group." +msgstr "" + +#: templates/help/groups_managing.html:15 +#, python-format +msgid "" +"See sharing files " +"and folders about how to share libraries or folders to a group." +msgstr "" + +#: templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "Uitsluiten bestanden/mappen van synchroniseren" + +#: templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "" + +#: templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "Een lege regel stemt overeen met geen bestanden." + +#: templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "Een regel beginnend met # dient als commentaar." + +#: templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "" +"Seafile ondersteunt wildcards in een patroon. Bijvoorbeeld, \"foo/*\" komt " +"overeen met \"foo/1\" en \"foo/hello\". \"foo/?\" komt overeen met \"foo/1\"" +" maar niet met \"foo/hello\". Let erop dat het teken * overeenkomt met alle " +"recursieve paden binnen een map. Bijvoorbeeld, \"foo/*.html\" komt overeen " +"met \"foo/a.html\" en \"foo/templates/b.html\"." + +#: templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "" + +#: templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "" +"Als een patroon niet eindigt met een slash of een wildcard, zal het niet " +"overeenstemmen met een map. Bijvoorbeeld \"foo\" kan enkel overeenstemmen " +"met een normaal bestand \"foo\" of en symbolische link; terwijl \"foo/\" en " +"\"foo*\" overeenstemmen met een map en de paden eronder." + +#: templates/help/ignore.html:18 +msgid "Example" +msgstr "Voorbeeld" + +#: templates/help/ignore.html:36 +msgid "Notes" +msgstr "Aantekeningen" + +#: templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "" +"Het seafile-ignore.txt bestand beheert enkel de bestanden die uitgesloten " +"moeten worden op de klantzijde. Je kan altijd een bestand maken op de seahub" +" web interface die uitgesloten wordt op de klant. in dit geval," + +#: templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "" +"Het gemaakte bestand zal steeds terug gesynchroniseerd worden met de " +"clients. Maar elke latere aanpassingen aan deze bestanden zullen genegeerd " +"worden." + +#: templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "" +"Als het bestand aangepast werd op seahub, zal de nieuwe versie ook terug " +"gesycnhroniseerd worden naar de client; als het bestand op de client ook " +"aangepast werd, zal er een confictbestand aangemaakt worden op de client." + +#: templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "" +"seafile-ignore.txt negeert enkel bestanden die nog niet gesynchroniseerd " +"zijn. Als een bestand reeds gesynchorniseerd werd je wilt het later " +"toevoegen aan de negeer lijst, zullen de reeds bestaande versie niet " +"verwijderd worden." + +#: templates/help/install_sync.html:6 +msgid "Installing Seafile client program" +msgstr "" + +#: templates/help/install_sync.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "" +"Na het downloaden van het Seafile clientprogramma, zijn er nog 3 stappen " +"nodig om het werkend te krijgen." + +#: templates/help/install_sync.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "1. Kies een schijf partitie om de lokale Seafile gegevens op te slaan" + +#: templates/help/install_sync.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "" + +#: templates/help/install_sync.html:13 +msgid "2. Add an account" +msgstr "2. Voeg een account toe" + +#: templates/help/install_sync.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "" +"Voeg een account toe op je privé Seafile server of onze publieke server." + +#: templates/help/install_sync.html:18 +msgid "3. Sync a library" +msgstr "3. Synchroniseer een bibliotheek" + +#: templates/help/install_sync.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "" +"Klik op de \"Synchroniseer deze bibliotheek\" knop om een bibliotheek te " +"synchroniseren naar/met een lokale map." + +#: templates/help/install_sync.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "" +"Dan voeg je enkele bestanden toe aan de bibliotheek. Ze zullen automatisch " +"gesychchroniseerd worden met het cloud platform." + +#: templates/help/install_sync.html:26 +msgid "4. (Optional) Create a library" +msgstr "4. (Optioneel) Maak een bibliotheek" + +#: templates/help/install_sync.html:28 +msgid "You can also create a library from a local folder." +msgstr "Je kan ook een bibliotheek maken van een lokale map." + +#: templates/help/install_sync.html:34 +msgid "5. Browse files on the cloud" +msgstr "5. Blader door bestanden in de cloud" + +#: templates/help/install_sync.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "" + +#: templates/help/introduction.html:8 +msgid "" +"Seafile is an enterprise file hosting platform with high reliability and " +"performance." +msgstr "" + +#: templates/help/introduction.html:9 +#, python-format +msgid "" +"Seafile contains a web interface for you to manage and share files. It has " +"two kinds of desktop clients, the file syncing client and the drive client. It also " +"has mobile clients for Android and iOS." +msgstr "" + +#: templates/help/introduction.html:10 +msgid "" +"You can download the clients in Seafile web " +"site." +msgstr "" + +#: templates/help/introduction.html:11 +msgid "" +"If this manual does not contain the information you needed, you can seek " +"help in our forum: https://forum.seafile.com." +msgstr "" + +#: templates/help/libraries_managing.html:6 +msgid "" +"Seafile uses \"libraries\" to organize your files. A library is a top level " +"container for a set of files and folders. You can create a library for each " +"project you work on, or each document type you want to save in Seafile. A " +"library works mostly like a top level folder. But it also has some special " +"properties:" +msgstr "" + +#: templates/help/libraries_managing.html:8 +msgid "" +"Each library keeps its own file modification history. There is no global " +"file modification history across all libraries." +msgstr "" + +#: templates/help/libraries_managing.html:9 +msgid "" +"Each library can be synced to desktop clients separately. You can choose " +"which libraries to be synced." +msgstr "" + +#: templates/help/libraries_managing.html:11 +msgid "" +"When you log into Seafile's web app for the first time, Seafile " +"automatically creates a default library named \"My Library\" for you. You " +"can also create more libraries. Here is what it looks like when you've " +"created a few libraries." +msgstr "" + +#: templates/help/libraries_managing.html:13 +msgid "" +"You can navigate into a library and manage your files and folders. You can " +"upload, download, rename, move, copy and delete files." +msgstr "" + +#: templates/help/libraries_managing.html:15 +#, python-format +msgid "" +"After syncing a library with " +"desktop client, you can do any file operations inside the local library " +"folder. The operations will be uploaded to the server. " +msgstr "" + +#: templates/help/library_history_and_snapshots.html:7 +msgid "" +"Seafile tracks modification history for the entire library. Whenever a file " +"operation applies to a library (file update, file deletion etc.), Seafile " +"creates a \"snapshot\" of the previous state of the library. The snapshot " +"contains the complete file and folder structure of the library." +msgstr "" + +#: templates/help/library_history_and_snapshots.html:8 +msgid "" +"In some cases, you have changed a lot of files in the library, and find that" +" you want to revert all these changes. Restoring many files to their old " +"versions can be tedious. At this time, the snapshot feature becomes very " +"handy. You can restore the entire library to any point in the past. All the " +"files in the library will be restored to that point of time, all at once. It" +" works like a \"time machine\" for the library." +msgstr "" + +#: templates/help/library_history_and_snapshots.html:9 +msgid "To view library history and snapshots:" +msgstr "" + +#: templates/help/library_history_and_snapshots.html:11 +msgid "" +"In Seafile Web App, navigate into the root folder of a library. Click the " +"\"History\" icon in the library navigation top bar. All the change record of" +" the library will be displayed in a list." +msgstr "" + +#: templates/help/library_history_and_snapshots.html:12 +msgid "" +"Click the \"view snapshot\" link on any modification record. You'll see the " +"library state at the point of time." +msgstr "" + +#: templates/help/library_history_and_snapshots.html:15 +#, python-format +msgid "" +"You can configure the retention period of library history: setting history " +"retention period." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:6 +msgid "" +"Capturing and storing little structured data in an easy-to-use fashion – " +"that is what Seafile’s wikis are for. Wiki pages are written in Markdown " +"(MD), a simple markup language, to ensure cross platform compatibility. MD " +"files store textual, tabular as well as graphical information; You can also " +"add links to other documents in a Markdown file." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:7 +msgid "" +"You can manage a standard library in Seafile like a Wiki, with the \"Column " +"View\" introduced in 7.0 version. Since Seafile implements wikis as standard" +" Seafile libraries, they can be synced and shared with other users just like" +" any ordinary library." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:8 +msgid "Column view" +msgstr "" + +#: templates/help/manage_library_as_wiki.html:9 +msgid "" +"Wikis usually have a side bar containing a tree-like folder structure, to " +"enable quick-and-easy browsing of Wiki pages. Seafile's Column View allows " +"you to manage the files in a library in the same way as a Wiki space. Users " +"can browse in it and move files and folders just by dragging and dropping. " +"File actions such as renaming, moving, and opening via client are available " +"in a right-click-accessible context menu." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:12 +msgid "WYSIWYG Markdown editor" +msgstr "" + +#: templates/help/manage_library_as_wiki.html:13 +msgid "" +"Wiki pages in Seafile are saved as ordinary documents in Markdown format. To" +" create a new Wiki page in a library, just create a new Markdown document. " +"MD files can be edited straight from Seafile’s web interface with the online" +" MD editor. The web-based editor offers a smooth user experience and rich " +"formatting options for text, images, and tables. Images can be imported into" +" MD files from libraries and local storage as well as by hyperlinks. Basic " +"image editing functions such as scaling can also be performed in the " +"editor’s what-you-see-is-what-you-get (WYSIWYG) interface. Tables can be " +"inserted and modified with just a few clicks. The same thing goes for a " +"table’s content: A table can be copied in its entirety or in part without " +"leaving the WYSIWYG view." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:15 +msgid "" +"The change history of a Markdown file can be easily accessed by clicking the" +" \"File History\" button in the menu on top of the editor interface." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:17 +msgid "" +"You can open a hidden side bar on the right side of the Markdown editor. " +"Table of contents, file information, and collaborative commenting are " +"provided in this side bar." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:19 +msgid "File tagging and related documents" +msgstr "" + +#: templates/help/manage_library_as_wiki.html:20 +msgid "" +"File tagging is an important feature for knowledge management. Seafile " +"allows users to define tags for each library and apply tags to files. Tags " +"can be managed from the side bar of the Markdown editor, or from the file " +"browser interface." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:23 +msgid "" +"The file browser interface provides a summary of all file tags in the " +"current library." +msgstr "" + +#: templates/help/read-only_syncing.html:7 +msgid "" +"If you want the be-shared users not be able to modify local copies, you can " +"consider using the Seafile Drive client." +msgstr "" + +#: templates/help/restoring_deleted_files.html:6 +msgid "Restoring deleted files and folders" +msgstr "" + +#: templates/help/restoring_deleted_files.html:7 +msgid "" +"Each library in Seafile tracks your file deletion operations automatically. " +"Sometimes you find files are deleted mistakenly. You can find back your " +"deleted files in the trash bin of each library." +msgstr "" + +#: templates/help/restoring_deleted_files.html:8 +msgid "Here is how to use the trash bin feature:" +msgstr "" + +#: templates/help/restoring_deleted_files.html:10 +msgid "" +"In Seafile Web App, navigate into the parent folder containing the deleted " +"file or folder." +msgstr "" + +#: templates/help/restoring_deleted_files.html:11 +msgid "" +"Click the \"trash\" icon in the library operation bar. The deleted files and" +" folders will be listed in deletion time order. In the bottom of the list, " +"you can click the \"more\" button to load more deleted files." +msgstr "" + +#: templates/help/restoring_deleted_files.html:12 +msgid "" +"In the deleted files list, you can restore file and folders. If a file or " +"folder's parent folder has been deleted, it will be restored to the " +"library's root folder." +msgstr "" + +#: templates/help/restoring_deleted_files.html:13 +msgid "" +"Note that the trash bin only contains files and sub-folders deleted under " +"the current folder. Files deleted in the sub-folders of the current folder " +"are also included in the list." +msgstr "" + +#: templates/help/restoring_deleted_files.html:15 +#, python-format +msgid "" +"You can configure the retention period of deleted files: setting history " +"retention period." +msgstr "" + +#: templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. Then you can " +"selectively sync a sub-folder in a library, instead of syncing the entire " +"library." +msgstr "" + +#: templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "" + +#: templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "" + +#: templates/help/setting_library_history.html:6 +msgid "Setting library history retention period" +msgstr "" + +#: templates/help/setting_library_history.html:7 +msgid "" +"A library's history retention period length controls how long you can access" +" your history data in the following features:" +msgstr "" + +#: templates/help/setting_library_history.html:9 +msgid "" +"Restore deleted files: you cannot restore files and folders deleted before " +"the retention period." +msgstr "" + +#: templates/help/setting_library_history.html:10 +msgid "" +"File versions: you cannot access file versions older than the retention " +"period." +msgstr "" + +#: templates/help/setting_library_history.html:11 +msgid "" +"Library history and snapshots: you cannot access library snapshots older " +"than the retention period." +msgstr "" + +#: templates/help/setting_library_history.html:13 +msgid "" +"The retention period of old files versions can be configured for each " +"library, separately. You must be the library's owner to set the retention " +"period. To set retention period length:" +msgstr "" + +#: templates/help/setting_library_history.html:15 +msgid "" +"In Seafile Web App, click the \"Mine\" tab in the navigation panel (as in " +"the below screenshot). All libraries owned by you will be listed." +msgstr "" + +#: templates/help/setting_library_history.html:16 +msgid "" +"Move the cursor onto the row of the library. An operation menu will appear. " +"Click \"History Setting\" in the drop-down menu." +msgstr "" + +#: templates/help/setting_library_history.html:17 +msgid "In the pop-up dialog, you can set the length of file retention period." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:6 +msgid "" +"In Seafile there are a few ways to share files and folders with others:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:8 +msgid "" +"Using links: there are multiple types of links that can be used to share " +"with various scope of collaborators." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:10 +msgid "" +"Share links: Any user who has access to the links can access the files or " +"folders pointed by the link. No login is required." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:11 +msgid "" +"Upload links: Any user who has access to the links can upload files to the " +"folder pointed by the link. No login is required." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:12 +msgid "" +"Internal links: Only logged in users who have read permission to the file or" +" folder can access this link. Used for internal file sharing." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:15 +msgid "" +"Sharing libraries or folders: used for setting access permissions to a " +"library or folder for specific users or groups. Users have to log in to " +"access the folders." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:17 +msgid "Creating share links to files or folders" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:18 +msgid "" +"Share links are public links to files or folders. They can be accessed by " +"anyone, including those who don't have a Seafile account. You can also use " +"password and expiration time to protect your links." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:19 +msgid "" +"You can also set access permission to share links. There are three types of " +"permissions:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:22 +msgid "" +"Preview only: the file or files in the folder can only be viewed in web " +"browser, but cannot be downloaded. This is useful for sharing confidential " +"data." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:23 +msgid "" +"Edit on cloud and download: Similar to \"Preview and Download\", but if the " +"file can be edited in web browser (e.g. an Office file), any user who has " +"access to the link is allowed to edit it." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:25 +msgid "To create a share link in Seafile web app:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:27 +msgid "" +"Navigate into the parent folder containing the file or folder. Hover your " +"mouse over the file or folder and click on the \"Share\" icon that appears." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:28 +msgid "" +"A pop-up window will appear with share options. Click the \"Share Link\" tab" +" on the left panel. Then click \"Generate\" button to create a link. You can" +" use password, expiration time and permission to protect your link." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:29 +#: templates/help/sharing_files_and_folders.html:42 +msgid "" +"Copy the link to email, instant messaging client or any other tool to send " +"it to others." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:31 +msgid "You can also create share links from the desktop clients." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:33 +msgid "" +"If the library is synced, double click the library in the main window of " +"Seafile client. The local folder of that library will be opened. Right click" +" on the file or folder that you want to create a link to. In the pop-up " +"menu, choose \"Seafile\" then \"Create share link\"." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:34 +msgid "" +"If the library is not synced, double click the library in the main window of" +" Seafile client. The cloud file browser window will be opened, and you can " +"create a link to a file or folder in it." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:36 +msgid "Creating upload links to folders" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:37 +msgid "" +"You can use upload links to collect files from others. You can only create " +"upload links for folders. Others cannot see the files in the folders. They " +"can only upload files to them." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:38 +msgid "To create an upload link in Seafile web app:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:40 +msgid "" +"Navigate into the parent folder containing the folder. Hover your mouse over" +" the folder and click on the \"Share\" icon that appears." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:41 +msgid "" +"A pop-up window will appear with share options. Click the \"Upload Link\" " +"tab on the left panel. Then click \"Generate\" button to create a link. You " +"can use password to protect your link." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:44 +msgid "Sharing libraries or folders" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:45 +msgid "" +"You can share a library or folder to other registered Seafile users. The " +"shared library or folder can be accessed by others with the web app and " +"Seafile clients." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:46 +msgid "You can choose the range of the share:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:48 +msgid "Share to user: You can share to one or more users." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:49 +msgid "Share to group: You can share to a group." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:50 +msgid "" +"Share to organization: If you're using a private server, sometimes it's " +"useful to share to all members on the server (the entire organization)." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:52 +msgid "You can also set permission on the share:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:54 +msgid "Read-Write: users can read, write, upload, download and sync files." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:55 +msgid "Read-only: users can read, download and sync files." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:56 +msgid "Admin: besides the write permission, users can also share the library." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:57 +msgid "" +"Online Read-Write: users can view and edit files online via a web browser. " +"The files cannot be downloaded." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:58 +msgid "" +"Online Read-only: users can only view files online via a web browser. The " +"files cannot be downloaded." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:60 +msgid "To share a library or folder to a user or group:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:62 +msgid "" +"Hover your mouse over the library or folder and click on the \"Share\" icon " +"that appears." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:63 +msgid "" +"A pop-up window will appear with share options. Click the \"Share to user\" " +"or \"Share to group\" tab on the left panel. Select the user or group. Then " +"click \"Submit\"." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:65 +msgid "" +"After you share a library or folder to a user, the user can see it by " +"clicking the \"Shared with me\" tab on the left panel in Seafile web app. If" +" you share it to a group, the group members can only see it by navigating " +"into the group." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:66 +msgid "" +"To share a library to the entire organization: In Seafile web app, click the" +" \"Shared with all\" tab on the left panel. Then click the \"Add Library\" " +"button. In the drop-down menu, you can choose to share an existing library " +"or create a new library and share it." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:67 +msgid "Internal links" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:68 +msgid "" +"Only logged in users who have read permission to the file or folder can " +"access this link. It is used for internal file sharing. It's a convenient " +"way for sharing files among team members who have access to a common " +"library. You may just copy the link and paste it into an email or IM " +"software." +msgstr "" + +#: templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "" + +#: templates/help/syncing_existing_folders.html:6 +msgid "Syncing with an existing folder" +msgstr "" + +#: templates/help/syncing_existing_folders.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "" + +#: templates/help/syncing_existing_folders.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "" + +#: templates/help/syncing_existing_folders.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "" + +#: templates/help/syncing_existing_folders.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "" +"Kies vervolgens een bestaande map om met deze bibliotheek te synchroniseren." + +#: templates/help/unsync_resync.html:6 +msgid "Unsync and resync library" +msgstr "" + +#: templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use the " +"sync with existing " +"folder feature." +msgstr "" + +#: templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "" + +#: templates/help/using_drive_client.html:7 +msgid "" +"After installing a drive client with the instructions on the download page, you can " +"start it by double clicking the \"SeaDrive\" app icon on your desktop." +msgstr "" + +#: templates/help/using_drive_client.html:8 +msgid "" +"You'll be asked to choose a drive letter for the virtual drive. By default, " +"\"S:\" will be used." +msgstr "" + +#: templates/help/using_drive_client.html:9 +msgid "Then you'll be asked to log into your Seafile server." +msgstr "" + +#: templates/help/using_drive_client.html:12 +msgid "" +"After successfully log into the server, the Drive client starts to fetch " +"library and file list from the server. The file contents are not downloaded " +"at this moment. So it'll not take very long. You can let it run in the " +"background. You'll be noticed when the fetch is done." +msgstr "" + +#: templates/help/using_drive_client.html:14 +msgid "" +"The virtual drive folder will be opened. You'll find it works just like an " +"ordinary hard drive on your computer. The top level folders in the virtual " +"drive are libraries on the Seafile server. File contents will be downloaded " +"when you open a file. Recently opened file will be cached in your local " +"disk. All cached files will be marked with a green tick." +msgstr "" + +#: templates/help/using_drive_client.html:17 +msgid "Synced State" +msgstr "" + +#: templates/help/using_drive_client.html:18 +msgid "" +"Files and folders in the virtual drive are in either cloud-only, synced, or " +"in partially synced state." +msgstr "" + +#: templates/help/using_drive_client.html:22 +#: templates/help/using_drive_client.html:51 +msgid "State" +msgstr "" + +#: templates/help/using_drive_client.html:23 +#: templates/help/using_drive_client.html:52 +msgid "Icon" +msgstr "" + +#: templates/help/using_drive_client.html:24 +#: templates/help/using_drive_client.html:53 +msgid "Details" +msgstr "Details" + +#: templates/help/using_drive_client.html:29 +msgid "Cloud-only content" +msgstr "" + +#: templates/help/using_drive_client.html:31 +msgid "" +"Cloud-only content shows in the virtual drive, but doesn’t use the full " +"amount of space that the file would. In your file explorer, you can see the " +"file, but the content isn’t fully downloaded until you need it. What " +"downloaded is only information about the file, such as its name, its size " +"and the date it was updated." +msgstr "" + +#: templates/help/using_drive_client.html:34 +msgid "Synced content" +msgstr "" + +#: templates/help/using_drive_client.html:36 +msgid "" +"Synced content is downloaded and saved on the hard drive of your computer. " +"You can directly edit these files from applications on your computer." +msgstr "" + +#: templates/help/using_drive_client.html:39 +msgid "Partially synced content" +msgstr "" + +#: templates/help/using_drive_client.html:41 +msgid "" +"Partially synced folders contain both synced and cloud-only files or " +"folders." +msgstr "" + +#: templates/help/using_drive_client.html:46 +msgid "Special States" +msgstr "" + +#: templates/help/using_drive_client.html:47 +msgid "" +"For files that are already synced to local computer, they may be in 3 other " +"special states, besides the normal \"synced\" state. " +msgstr "" + +#: templates/help/using_drive_client.html:58 +msgid "Locked by other user" +msgstr "" + +#: templates/help/using_drive_client.html:60 +msgid "" +"The file is locked by other user on the server. You can only open the file " +"in read-only mode. You cannot modify, delete, rename or move the file." +msgstr "" + +#: templates/help/using_drive_client.html:63 +msgid "Locked by me" +msgstr "" + +#: templates/help/using_drive_client.html:65 +msgid "" +"The file is locked by you. This prevents others from modifying the file." +msgstr "" + +#: templates/help/using_drive_client.html:68 +msgid "Read-only" +msgstr "" + +#: templates/help/using_drive_client.html:70 +msgid "" +"The folder or library of this file is shared with read-only permission to " +"you. You cannot modify, delete or move the file." +msgstr "" + +#: templates/help/using_drive_client.html:74 +msgid "" +"The Drive client regularly cleans up unused cached files in the background. " +"You can also limit the local cache space." +msgstr "" + +#: templates/help/using_drive_client.html:76 +msgid "" +"You can log into multiple accounts in the Drive client. However, only files " +"on the current selected server will be shown in the virtual drive. You can " +"switch among accounts." +msgstr "" + +#: templates/help/using_drive_client.html:80 +msgid "1. Why can't I create new files or delete folders in root folder?" +msgstr "" + +#: templates/help/using_drive_client.html:81 +msgid "" +"The root folder of the virtual drive contains only library folders. Seafile " +"can only sync files inside libraries. Files in the root folder cannot be " +"uploaded to Seafile server. So it doesn't make sense to support creating " +"files in root folder. Since the top level folders in the virtual drive " +"represents libraries, we don't want users to delete their libraries by " +"mistake. So the Drive client doesn't support deleting top level folders." +msgstr "" + +#: templates/help/viewing_files_within_web_app.html:6 +msgid "" +"Some types of files can be directly opened and viewed within the Seafile Web" +" App. Currently they are:" +msgstr "" + +#: templates/help/viewing_files_within_web_app.html:13 +msgid "Image files" +msgstr "" diff --git a/seahub/help/locale/th_TH/LC_MESSAGES/django.po b/seahub/help/locale/th_TH/LC_MESSAGES/django.po new file mode 100644 index 0000000000..7a1487adfc --- /dev/null +++ b/seahub/help/locale/th_TH/LC_MESSAGES/django.po @@ -0,0 +1,2015 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Manop Kalong , 2024 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-12-05 10:24+0800\n" +"PO-Revision-Date: 2024-02-06 08:23+0000\n" +"Last-Translator: Manop Kalong , 2024\n" +"Language-Team: Thai (Thailand) (https://app.transifex.com/haiwen/teams/5086/th_TH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: th_TH\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: templates/help/base.html:34 +msgid "Side Nav Menu" +msgstr "" + +#: templates/help/base.html:48 templates/help/base.html:50 +#: templates/help/introduction.html:6 +msgid "Introduction" +msgstr "ส่วนแนะนำ" + +#: templates/help/base.html:53 +msgid "Managing files and folders" +msgstr "" + +#: templates/help/base.html:55 templates/help/libraries_managing.html:5 +msgid "Managing files with libraries" +msgstr "" + +#: templates/help/base.html:56 +msgid "Restoring deleted files" +msgstr "" + +#: templates/help/base.html:57 +msgid "Finding old file versions" +msgstr "" + +#: templates/help/base.html:58 +#: templates/help/library_history_and_snapshots.html:6 +msgid "Library history and snapshots" +msgstr "" + +#: templates/help/base.html:59 +msgid "Setting history retention period" +msgstr "" + +#: templates/help/base.html:60 templates/help/deleting_a_library.html:5 +msgid "Deleting a library" +msgstr "กำลังลบคลังแฟ้มข้อมูล" + +#: templates/help/base.html:61 +#: templates/help/viewing_files_within_web_app.html:5 +msgid "Viewing files within Web App" +msgstr "" + +#: templates/help/base.html:62 templates/help/full_text_file_search.html:5 +msgid "Full text file search" +msgstr "" + +#: templates/help/base.html:65 +msgid "Sharing and collaboration" +msgstr "" + +#: templates/help/base.html:67 templates/help/sharing_files_and_folders.html:5 +msgid "Sharing files and folders" +msgstr "" + +#: templates/help/base.html:68 templates/help/groups_managing.html:5 +msgid "Managing groups" +msgstr "" + +#: templates/help/base.html:69 +msgid "Locking files" +msgstr "" + +#: templates/help/base.html:70 +msgid "Folder permission" +msgstr "" + +#: templates/help/base.html:71 +msgid "Departments sharing" +msgstr "" + +#: templates/help/base.html:74 +msgid "Wiki and knowledge management" +msgstr "" + +#: templates/help/base.html:76 templates/help/manage_library_as_wiki.html:5 +msgid "Managing a library as Wiki" +msgstr "" + +#: templates/help/base.html:79 +msgid "Desktop client and syncing" +msgstr "" + +#: templates/help/base.html:81 +msgid "Install and sync files" +msgstr "" + +#: templates/help/base.html:82 +msgid "Syncing existing folders" +msgstr "" + +#: templates/help/base.html:83 templates/help/selective_sync.html:6 +msgid "Selectively sync sub-folders" +msgstr "" + +#: templates/help/base.html:84 templates/help/read-only_syncing.html:5 +msgid "Read-only syncing" +msgstr "" + +#: templates/help/base.html:85 +msgid "Unsync and resync libraries" +msgstr "" + +#: templates/help/base.html:86 templates/help/sync_interval.html:6 +msgid "Setting sync interval" +msgstr "" + +#: templates/help/base.html:87 +msgid "Proxy settings" +msgstr "" + +#: templates/help/base.html:88 templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "แฟ้มข้อมูลขัดแย้ง" + +#: templates/help/base.html:89 +msgid "Excluding files" +msgstr "ยกเว้นแฟ้มข้อมูล" + +#: templates/help/base.html:92 +msgid "Drive client" +msgstr "" + +#: templates/help/base.html:94 templates/help/using_drive_client.html:6 +msgid "Using Seafile drive client" +msgstr "" + +#: templates/help/base.html:95 +msgid "Using drive client 2.0 on Windows" +msgstr "" + +#: templates/help/base.html:98 +msgid "Security and encryption" +msgstr "" + +#: templates/help/base.html:100 +msgid "How to use encrypted libraries" +msgstr "" + +#: templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "" + +#: templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "" + +#: templates/help/deleting_a_library.html:6 +msgid "" +"You can delete a library owned by you. A deleted library can be restored by " +"you or Seafile server's administrator." +msgstr "" + +#: templates/help/deleting_a_library.html:7 +msgid "After a library is deleted, it has following effects:" +msgstr "" + +#: templates/help/deleting_a_library.html:9 +msgid "Share of the files and folders within this library are all canceled." +msgstr "" + +#: templates/help/deleting_a_library.html:10 +msgid "" +"Desktop clients synced with this library cannot sync with it any more. But " +"the local files on the client won't be deleted." +msgstr "" + +#: templates/help/departments.html:5 +msgid "Managing and using departments" +msgstr "" + +#: templates/help/departments.html:6 +msgid "" +"Some organizations consist of complex department hierarchy. There are " +"usually two common use cases for file management in these organizations:" +msgstr "" + +#: templates/help/departments.html:8 +msgid "" +"There should be a common file sharing space for the organization. The folder" +" hierarchy should map the department hierarchy. There will be separate " +"folder or space assigned to each department." +msgstr "" + +#: templates/help/departments.html:9 +msgid "" +"The sharing space should be owned and managed by the organization, but not " +"individual employees. So that the ownership of files doesn't have to be " +"changed when an employee leaves the organization." +msgstr "" + +#: templates/help/departments.html:11 +msgid "" +"The \"Departments\" feature is designed to meet the above two use cases. " +"We'll introduce this feature from 3 different perspectives:" +msgstr "" + +#: templates/help/departments.html:13 templates/help/departments.html:17 +msgid "System admin" +msgstr "" + +#: templates/help/departments.html:14 templates/help/departments.html:35 +msgid "Department admin" +msgstr "" + +#: templates/help/departments.html:15 templates/help/departments.html:52 +msgid "Department members" +msgstr "" + +#: templates/help/departments.html:18 +msgid "The system admin can:" +msgstr "" + +#: templates/help/departments.html:20 templates/help/departments.html:24 +msgid "Manage department hierarchy and members" +msgstr "" + +#: templates/help/departments.html:21 templates/help/departments.html:29 +msgid "Assign storage quota for departments" +msgstr "" + +#: templates/help/departments.html:22 templates/help/departments.html:31 +msgid "Create and manage shared libraries in departments" +msgstr "" + +#: templates/help/departments.html:25 +msgid "" +"The system admin can set up the department hierarchy in two ways: manual " +"setup or import from Active Directory." +msgstr "" + +#: templates/help/departments.html:26 +msgid "" +"The system admin can create any number of top level departments and create " +"any levels of sub-departments under each department. And each level of " +"department can be populated with members. The system admin can set the role " +"of each member to 'member' or 'admin'. We'll introduce how a department " +"admin can manage department later." +msgstr "" + +#: templates/help/departments.html:27 +msgid "" +"The system admin can also import the hierarchy from OUs (Organizational " +"Units) in AD. Each OU will be imported as a department. And the sub-OUs " +"under an OU will be imported as sub-departments. Department libraries can be" +" automatically created in the import process." +msgstr "" + +#: templates/help/departments.html:28 +msgid "" +"System admin can also delete a department after all the sub-departments and " +"libraries are deleted." +msgstr "" + +#: templates/help/departments.html:30 +msgid "" +"The libraries created inside a department are owned by the department " +"itself, not by any individual user. So the system admin can assign storage " +"quota to a department. The total size of all the libraries in a department " +"cannot exceed the storage quota. Please note that the quota of sub-" +"department doesn't depend on the quota of its parent department." +msgstr "" + +#: templates/help/departments.html:32 +msgid "" +"Department libraries can be created by the system admin or department admin." +" There is also an option to control whether individual users can share " +"libraries to a department." +msgstr "" + +#: templates/help/departments.html:33 +msgid "" +"All the above operations can be done in the system admin interface. See the " +"below screenshot for information." +msgstr "" + +#: templates/help/departments.html:36 +msgid "" +"As noted above, department admin is a special role assigned by the system " +"admin to some members of a department. Department admins can perform the " +"following operations in a department after login to his/her own account." +msgstr "" + +#: templates/help/departments.html:38 +msgid "Access to the libraries of the department" +msgstr "" + +#: templates/help/departments.html:39 +msgid "Manage members in his/her department" +msgstr "" + +#: templates/help/departments.html:40 +msgid "Manage libraries in his/her department" +msgstr "" + +#: templates/help/departments.html:42 +msgid "" +"If a user is the admin of a department, he/she can add or delete members in " +"the department. Any users registered in the system can be added as member of" +" the department. But if the departments are imported from AD, the changes to" +" membership will be overwritten on the next sync with AD." +msgstr "" + +#: templates/help/departments.html:44 +msgid "" +"Department admin can manage the libraries in the department. The supported " +"operations are:" +msgstr "" + +#: templates/help/departments.html:46 +msgid "Create or delete library" +msgstr "" + +#: templates/help/departments.html:47 +msgid "Change library name" +msgstr "" + +#: templates/help/departments.html:48 +msgid "" +"Share a library to users or groups outside of this department. This is very " +"useful for cross-department collaboration." +msgstr "" + +#: templates/help/departments.html:49 +#, python-format +msgid "" +"Set fine-grained permission to folders in the libraries for users or sub-" +"departments in this department. This works like the folder permission " +"feature." +msgstr "" + +#: templates/help/departments.html:53 +msgid "" +"A normal member of the department can use the department just like a group. " +"Each department is presented to its members as a group. A user can not only " +"access to the libraries in the department he/she belongs to, but also the " +"libraries in the parent departments of his/her department. For example, if " +"John is in the \"EMEA\" sub-department under the \"Sales\" department, and " +"\"Sales\" is a sub-department under the company \"ACME\", John can then " +"access to the groups \"EMEA\", \"Sales\" and \"ACME\". The groups for " +"departments are marked with a \"building\" icon next to its name." +msgstr "" + +#: templates/help/desktop_proxy.html:6 +msgid "Using proxy in Seafile client" +msgstr "" + +#: templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "" + +#: templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "" + +#: templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:6 +msgid "SeaDrive 2.0 for Windows 10" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:8 +msgid "" +"SeaDrive 2.0 (and future versions) is redesigned with deeper integration to " +"Windows 10 operating system. It supports Windows 10 1709 version (2017 Fall " +"Update for Windows 10) and later versions. We recommend Windows 10 users to " +"upgrade to SeaDrive 2.0 for more native virtual drive experience." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:10 +msgid "Install and access the Virtual Drive" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:11 +msgid "" +"You can download SeaDrive 2.0 from official Seafile website. After " +"installation and logging into your Seafile account, SeaDrive will start " +"downloading library and file lists from the server (just as in SeaDrive " +"1.0.x). It may take some time, depending on the number of files available in" +" your seafile account. The download is progressive, so in the mean time you " +"can already access some files in the virtual drive." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:12 +msgid "" +"To access the virtual drive, just open Windows file explorer. There is a " +"\"seadrive\" node in the navigation pane of Windows file explorer." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:16 +msgid "Accessing files in the Virtual Drive" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:17 +msgid "" +"Libraries are grouped into 4 categories in the virtual drive: My Libraries, " +"Shared with me, Shared with groups and Shared with all." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:18 +msgid "" +"As you can see, the file status icons is more integrated into Windows file " +"explorer. The icons are a bit different form version 1.0." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:19 +msgid "" +"Files in the virtual drive are created as \"placeholders\" in the local file" +" system. They may be in 3 states:" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:21 +msgid "" +"Placeholder file: An empty representation of the file and can only be" +" opened when there is network connection." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:22 +msgid "" +"Full file: The file has been downloaded and saved locally. Download " +"is automatic when a placeholder file is opened for the first time. These " +"files are available whenever you open SeaDrive regardless to network " +"connections. The operating system may decide to clear a full file when more " +"disk space is needed." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:23 +msgid "" +"Pinned full file: The file has been downloaded and saved locally. It " +"is guaranteed to be available offline." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:26 +msgid "" +"You can control which files or folder are cached locally. This can be " +"changed from the context menu when you right click on a file or folder. " +"Choose \"Always keep on this device\" when you want to pin a file or folder " +"locally; choose \"Free up space\" when you want to clean the cache for a " +"file or folder." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:28 +msgid "" +"In SeaDrive 1.0, cached files are not automatically updated when they're " +"updated on the server. In SeaDrive 2.0, full and pinned files are " +"automatically kept in sync with the server." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:30 +msgid "File Download and Control" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:31 +msgid "" +"Whenever you open a placeholder file, the operating system will " +"automatically start to download it. If the file may take some time to " +"download, there will be a progress bar shown up in file explorer and you may" +" cancel the download." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:32 +msgid "" +"Sometimes a background application may try to download a file in the virtual" +" drive (such as an Anti-Virus software). You will be notified by the " +"operating system about this and you may choose to cancel the download or " +"disallow the application from automatically downloading files in the future." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:34 +#: templates/help/using_drive_client.html:79 +msgid "FAQ" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:35 +msgid "Can I create, delete, rename libraries?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:36 +msgid "" +"Yes. When you create, delete or rename library folders in the virtual drive," +" the operation will be reflected on the server. You can only create, delete," +" rename libraries under the \"My Libraries\" category. Creating, deleting or" +" renaming libraries in other categories will be ignored." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:38 +msgid "Can I create files or folders outside of a library folder?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:39 +msgid "" +"Yes. But files created outside of a library folder will be ignored and NOT " +"synced to the server. A new folder under the \"My Libraries\" folder will be" +" handled as a new library." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:41 +msgid "Can I access encrypted libraries?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:42 +msgid "" +"Yes. By default, encrypted libraries are not synced and shown in the virtual" +" drive. You need to manually choose which encrypted libraries to sync and " +"enter the password. Just right click on the SeaDrive icon in the system tray" +" area and choose \"Show encrypted libraries\". A window will show up and you" +" can choose to sync or unsync an encrypted library." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:44 +msgid "Is it compatible to SeaDrive 1.0?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:45 +msgid "" +"SeaDrive 2.0 will use any existing accounts and their metadata (stored under" +" C:\\users\\username\\seadrive\\ folder). But it will not use the cached " +"files from SeaDrive 1.0. So any locally cached files in 1.0 version will not" +" be accessible in 2.0 version. You can start SeaDrive 1.0 again to upload " +"the files to server or copy them out." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:47 +msgid "How do I clean the cache?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:48 +msgid "" +"You can manually choose which folders or files to be cached locally. If you " +"find a folder consumes too much space, just choose to \"Free up space\" on " +"that folder and all cached files in that folder will be cleaned. There is no" +" need to set cache cleaning time and cache size limit as in SeaDrive 1.0. " +"Because placeholders are just normal files created on your local disk, your " +"cache size is only limited by the available disk space on your computer." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:50 +msgid "How to remove left-over SeaDrive shortcuts in Windows Explorer?" +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:51 +msgid "" +"The \"SeaDrive\" shortcut in Windows Explorer won't disappear after you exit" +" SeaDrive program or switch Seafile accounts in SeaDrive. This is an " +"intended behavior. You don't need to remove them if you still need to access" +" the account later." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:53 +msgid "" +"You can usually remove those shortcuts by uninstalling SeaDrive program and " +"choose \"Remove account information\" in the prompt dialog." +msgstr "" + +#: templates/help/drive_client_2.0_for_windows_10.html:54 +msgid "" +"If uninstallation doesn't remove the shortcuts successfully, you can remove " +"the SeaDrive shortcut in Windows Explorer by editing the registry. Open the " +"path " +"\"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\\"" +" in registry editor. Remove the sub-keys correspond to the shortcut you want" +" to remove." +msgstr "" + +#: templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "" + +#: templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "" + +#: templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "" + +#: templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server uses this password to create the library. But it " +"doesn't store the plain text password." +msgstr "" + +#: templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), " +"the password is not sent to the server." +msgstr "" + +#: templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "" + +#: templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "" + +#: templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypts and encrypts file contents locally. The " +"plain text password is not stored on the client disk either." +msgstr "" + +#: templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client supports it since version 2.1.0." +msgstr "" + +#: templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypts the contents of the files, but not" +" the folder and file names." +msgstr "" + +#: templates/help/file_locking.html:5 +msgid "File locking" +msgstr "" + +#: templates/help/file_locking.html:6 +msgid "" +"When more than one person collaborate on a file, it's likely that more than " +"one person modify the file at about the same time. Seafile handles this " +"situation nicely with conflict files. But it's often more convenient to lock" +" the file when one person wants to exclusively modify the file. Seafile " +"Professional Edition supports file locking." +msgstr "" + +#: templates/help/file_locking.html:7 +msgid "" +"File locking works on both the web app and the desktop syncing client. We'll" +" introduce them one by one." +msgstr "" + +#: templates/help/file_locking.html:8 +msgid "File locking on the Web App" +msgstr "" + +#: templates/help/file_locking.html:9 +msgid "" +"To lock a file, you can navigate into the file's folder on the web app, and " +"click on the \"operations\" drop-down menu." +msgstr "" + +#: templates/help/file_locking.html:11 +msgid "" +"After the file is locked, you can see a red \"stop sign\" at the corner of " +"the file icon. Moving the mouse on the stop sign, you can see who locks the " +"file. And you can also unlock a file that's locked by you. But you cannot " +"unlock files locked by others." +msgstr "" + +#: templates/help/file_locking.html:13 +msgid "File locking on the desktop client" +msgstr "" + +#: templates/help/file_locking.html:14 +msgid "" +"After a library is synced to the desktop, you can lock/unlock files in that " +"library inside File Explorer on Windows or Finder on Mac OS." +msgstr "" + +#: templates/help/file_locking.html:15 +msgid "" +"To lock a file, just right click on a synced file and choose \"lock this " +"file\" in the \"Seafile\" menu." +msgstr "" + +#: templates/help/file_locking.html:17 +msgid "" +"If a file is locked by you, you can see an orange \"stop sign\" on the file " +"icon. You can choose to unlock it." +msgstr "" + +#: templates/help/file_locking.html:19 +msgid "" +"If a file is locked by other user, you can see a red \"stop sign\" on the " +"file icon. The file is automatically set to read-only. You cannot modify it " +"until it's unlocked." +msgstr "" + +#: templates/help/file_locking.html:21 +msgid "" +"If a library is not synced, you can still use cloud file browser to lock and" +" unlock files in it." +msgstr "" + +#: templates/help/file_locking.html:22 +msgid "Auto locking office files" +msgstr "" + +#: templates/help/file_locking.html:23 +msgid "" +"After a library is synced to the desktop, when you open a Microsoft Office " +"file inside the library, Seafile automatically locks the file. When you " +"close the file, Seafile automatically unlocks the file. The locking state is" +" propagated to other computers syncing this library. It prevents concurrent " +"editing the same Office file and is convenient for collaboration." +msgstr "" + +#: templates/help/file_locking.html:24 +msgid "Details about file locking" +msgstr "" + +#: templates/help/file_locking.html:25 +msgid "There are a few useful tips about how file locking works:" +msgstr "" + +#: templates/help/file_locking.html:27 +msgid "A locked file can only be unlocked by the user who locked it." +msgstr "" + +#: templates/help/file_locking.html:28 +msgid "" +"A locked file cannot be modified, moved, renamed or deleted by other users. " +"But other users can still move, delete or rename the parent folder of a " +"locked file. The purpose of file locking is mainly to prevent concurrent " +"editing." +msgstr "" + +#: templates/help/file_locking.html:29 +msgid "" +"When a locked file's parent folder is renamed or moved inside the same " +"library, it remains locked after the operation." +msgstr "" + +#: templates/help/finding_older_version_files.html:6 +msgid "Finding older version of files" +msgstr "" + +#: templates/help/finding_older_version_files.html:7 +msgid "" +"Seafile tracks the modification history of all files. Whenever a file is " +"modified, a new version is created, while the old version is still kept for " +"a configurable period. When you want to access an older version of a file, " +"the file history feature becomes very handy." +msgstr "" + +#: templates/help/finding_older_version_files.html:8 +msgid "To list all the versions of a file:" +msgstr "" + +#: templates/help/finding_older_version_files.html:10 +msgid "" +"In Seafile Web App, navigate into the folder containing the file. Move the " +"cursor onto the row of that file. An operation menu will appear. You can " +"click the \"History\" button in that menu." +msgstr "" + +#: templates/help/finding_older_version_files.html:11 +msgid "" +"A list of all versions of that file will be displayed in time order, from " +"newer to older. The list also contains the file's rename history." +msgstr "" + +#: templates/help/finding_older_version_files.html:12 +msgid "You can download, restore, view any version of the file." +msgstr "" + +#: templates/help/finding_older_version_files.html:14 +#, python-format +msgid "" +"You can configure the retention period of file versions: setting history " +"retention period." +msgstr "" + +#: templates/help/folder_permission.html:6 +msgid "Use folder permission for fine-grained access control" +msgstr "" + +#: templates/help/folder_permission.html:8 +#, python-format +msgid "" +"For shared libraries or folders, you can set permission to its sub-folders " +"for a person or a group. Available permissions are the same as the ones " +"described in sharing libraries." +" Here are some use cases:" +msgstr "" + +#: templates/help/folder_permission.html:10 +msgid "" +"You shared a library to a group with \"read only\" permission. You also want" +" to allow a specific member of the group to modify files in one sub-folder. " +"You can grant write permission of this sub-folder to this person." +msgstr "" + +#: templates/help/folder_permission.html:11 +msgid "" +"You shared a library to 3 groups. There are 3 sub-folders under that " +"library, one for each group to upload files. However you don't want users to" +" change files not belong to his/her group. You can grant write permission of" +" a sub-folder only to its group." +msgstr "" + +#: templates/help/folder_permission.html:13 +msgid "" +"Folder permissions are only effective for libraries and folders you share to" +" others. To effectively set folder permissions to its sub-folders, you " +"should first share the parent library or folder; otherwise the folder " +"permission won't take effect." +msgstr "" + +#: templates/help/folder_permission.html:14 +msgid "" +"One important design goal of folder permission is to support hierarchical " +"permissions:" +msgstr "" + +#: templates/help/folder_permission.html:16 +msgid "" +"Sub-folders automatically inherit folder permissions from its parent folder." +msgstr "" + +#: templates/help/folder_permission.html:17 +msgid "" +"Permissions set on sub-folders overwrites permissions set on its parent " +"folder. For example, you set \"read write\" permission on folder \"meeting " +"files\" for user A, and you set \"read only\" permission on sub-folder " +"\"meeting files/today\" for user A. Then user A's permission to \"meeting " +"files/today\" is \"read only\"." +msgstr "" + +#: templates/help/folder_permission.html:19 +msgid "Basic usage" +msgstr "" + +#: templates/help/folder_permission.html:20 +msgid "" +"Only library's owner can set folder permissions for its sub-folders. In the " +"file browsing interface, click \"more operations\" button, choose " +"\"permission\" in the drop-down menu. In the pop-up window, you can see and " +"set folder permissions on this folder." +msgstr "" + +#: templates/help/folder_permission.html:21 +msgid "" +"If you want to see all folder permissions set in a library, hover the mouse " +"on the library. Click \"more operations\" button, choose \"Folder " +"Permission\" in the drop-down menu. In the pop-up window, you can see and " +"set folder permissions in this library." +msgstr "" + +#: templates/help/folder_permission.html:22 +msgid "" +"When other users navigate into a folder, there will be a small \"eye\" icon " +"next to \"read only\" sub-folders. When the user navigate into that sub-" +"folder, he/she won't be able to add/modify/delete files." +msgstr "" + +#: templates/help/folder_permission.html:24 +msgid "" +"If a \"read only\" folder is synced to PC with the Seafile desktop App, " +"changes under a \"read only\" folder won't be uploaded to the cloud." +msgstr "" + +#: templates/help/folder_permission.html:25 +msgid "Advanced: priority between different permissions" +msgstr "" + +#: templates/help/folder_permission.html:27 +msgid "" +"Folder permissions have higher priority than the permission set in share. " +"For example, if you share a library to user A with \"read write\" " +"permission, and also set \"read only\" permission to a sub-folder of that " +"library. Then user A only has \"read only\" access to the sub-folder, while " +"he/she has \"read write\" access to all other sub-folders and files." +msgstr "" + +#: templates/help/folder_permission.html:28 +msgid "" +"Folder permissions set to a specific user have higher priority than " +"permissions set to a group. That is, when checking permission for a folder, " +"if the system matches a permission specific to the user, it'll ignore all " +"permissions set for the groups the user belongs to." +msgstr "" + +#: templates/help/folder_permission.html:29 +msgid "" +"Permissions on sub-folders have higher priority than those on parent " +"folders." +msgstr "" + +#: templates/help/folder_permission.html:31 +msgid "Here is a more complex example:" +msgstr "" + +#: templates/help/folder_permission.html:32 +msgid "" +"Supposed the folder structure looks like \"A/B\", user \"John\" is in group " +"\"Staff\". If you set \"read only\" permission on folder A for John, and, " +"you also set \"read write\" permission on folder \"A/B\" for group " +"\"Staff\". Then John's permission to folder \"A/B\" is still only \"read " +"only\". That's because, according to rule 2, \"read only\" permission is " +"first matched for folder \"A/B\" and user \"John\", which is inherited from " +"its parent \"A\"." +msgstr "" + +#: templates/help/full_text_file_search.html:6 +msgid "" +"If you're using a Pro Edition Server, you can search file and folder names, " +"as well as the content of certain files, in the Seafile web app. Currently " +"Seafile can search the contents of the following types of files:" +msgstr "" + +#: templates/help/full_text_file_search.html:8 +#: templates/help/viewing_files_within_web_app.html:8 +msgid "Microsoft Office Doc: .doc, .docx (Pro Edition Server only)" +msgstr "" + +#: templates/help/full_text_file_search.html:9 +#: templates/help/viewing_files_within_web_app.html:9 +msgid "Microsoft Office PowerPoint: .ppt, .pptx (Pro Edition Server only)" +msgstr "" + +#: templates/help/full_text_file_search.html:10 +#: templates/help/viewing_files_within_web_app.html:10 +msgid "Microsoft Office Excel: .xls, .xlsx (Pro Edition Server only)" +msgstr "" + +#: templates/help/full_text_file_search.html:11 +#: templates/help/viewing_files_within_web_app.html:11 +msgid "LibreOffice files" +msgstr "" + +#: templates/help/full_text_file_search.html:12 +#: templates/help/viewing_files_within_web_app.html:12 +msgid "PDF files" +msgstr "" + +#: templates/help/full_text_file_search.html:13 +#: templates/help/viewing_files_within_web_app.html:14 +msgid "Markdown files: .md" +msgstr "" + +#: templates/help/full_text_file_search.html:14 +#: templates/help/viewing_files_within_web_app.html:15 +msgid "Various source code files" +msgstr "" + +#: templates/help/full_text_file_search.html:15 +#: templates/help/viewing_files_within_web_app.html:16 +msgid "Text files: .txt, .log" +msgstr "" + +#: templates/help/full_text_file_search.html:17 +msgid "" +"Note that your Seafile system administrator may not have enabled the full-" +"text search feature. In that case, you can only search file and folder " +"names." +msgstr "" + +#: templates/help/groups_managing.html:6 +msgid "" +"Creating a group is a convenient way to share files to many people. In " +"Seafile, you can create and manage a group easily." +msgstr "" + +#: templates/help/groups_managing.html:7 +msgid "Here is how groups work in Seafile:" +msgstr "" + +#: templates/help/groups_managing.html:9 +msgid "" +"Each group has a owner. The owner is the creator of the group by default. " +"He/she can transfer the ownership of the group to another member." +msgstr "" + +#: templates/help/groups_managing.html:10 +msgid "" +"Each group can have multiple admins. The group owner and group admins can " +"add more group admins." +msgstr "" + +#: templates/help/groups_managing.html:11 +msgid "" +"The group admin can add/delete members in the group. And he/she can also " +"unshare a library in the group." +msgstr "" + +#: templates/help/groups_managing.html:13 +msgid "" +"Click on the \"Shared with groups\" tab on the left panel, and you'll see " +"all the groups you're in. Clicking into any group, you'll see the libraries " +"shared into this group." +msgstr "" + +#: templates/help/groups_managing.html:14 +msgid "" +"To create a new group, click on the \"Shared with groups\" tab on the left " +"panel. Then click on \"All Groups\". In the page, you can click the \"New " +"Group\" button to create a group." +msgstr "" + +#: templates/help/groups_managing.html:15 +#, python-format +msgid "" +"See sharing files " +"and folders about how to share libraries or folders to a group." +msgstr "" + +#: templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "ยกเว้นไฟล์/โฟลเดอร์จากการเชื่อมข้อมูล" + +#: templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "" + +#: templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "บรรทัดว่างไม่ตรงกับไฟล์ใดๆ" + +#: templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "บรรทัดที่ขึ้นด้วย # เท่ากับ หมายเหตุ " + +#: templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "" +"Seafile สนับสนุนการใช้ wildcard ในแพทเทิร์น ตัวอย่างเช่น, \"foo/*\" ตรงกับ \"foo/1\" และ \"foo/hello\" \"foo/?\" ตรงกับ \"foo1\" แต่ไม่ใช่ \"foo/hello\" หมายเหตุ * คือตรงกับทุกพาธในทุกระดับภายใต้โฟลเดอร์ \n" +"ในการใช้งาน, \"foo/*.html\" ตรงกับ \"foo/a.html\" และ \"foo/templates/b.html\"" + +#: templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "" + +#: templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "" +"ถ้าแพทเทิร์นไม่ลงท้ายด้วย / หรือ wildcard, มันไม่ตรงกับโฟลเดอร์ ตัวอย่าง. " +"\"foo\" ตรงกับไฟทล์ทั่วไป \"foo\" หรือลิงก์ไฟล์; ในขณะที่ \"foo/\" และ " +"\"foo*\" ตรงกับโฟลเดอร์และพาธภายใต้มัน" + +#: templates/help/ignore.html:18 +msgid "Example" +msgstr "ตัวอย่าง" + +#: templates/help/ignore.html:36 +msgid "Notes" +msgstr "บันทึก" + +#: templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "" +"ไฟล์ Seafile-ignore.txt ใช้ควบคุมว่าไฟล์ใดจะถูกละเว้นบนฝั่งเครื่องลูกข่าย " +"คุณยังคงสร้างไฟล์จาก seahub web interface " +"และมันยังคงทำงานบนฝั่งเครื่องลูกข่ายเช่นเดิม " + +#: templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "" +"ไฟล์ที่สร้างจะยังคงเชื่อมโยงกับเครื่องลูกข่าย " +"แต่การเปลี่ยนแปลงภายในเครื่องของไฟล์เหล่านี้จะถูกยกเลิก" + +#: templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "" +"ถ้าไฟล์ถูกแก้ไขบน seahub ในเวอร์ชั่นใหม่จะถูกเชื่อมไฟล์กับเครื่องลูกข่าย " +"ถ้าไฟล์บนเครื่องลูกข่ายถูกแก้ไข ไฟล์ขัดแย้งจะถูกสร้างบนเครื่องลูกข่าย" + +#: templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "" +"seafile-ignore.txt เป็นไฟล์ระบุรายชื่อไฟล์ยกเว้นการเชื่อมข้อมูล, " +"ถ้าไฟล์เชื่อมข้อมูลแล้ว, และบางเวลาคุณเพิ่มมันลงในรายการยกเว้น, " +"เวอร์ชั่นที่มีอยู่จะไม่ถูกลบออก" + +#: templates/help/install_sync.html:6 +msgid "Installing Seafile client program" +msgstr "" + +#: templates/help/install_sync.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "" +"ภายหลังดาวน์โหลดโปรแกรม Seafile client, คุณต้องทำ 3 ขั้นตอนเพื่อรับมัน " +"และสั่งให้ทำงาน" + +#: templates/help/install_sync.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "1. เลือกดิสก์พาทิชั่นในการเก็บ Seafile data" + +#: templates/help/install_sync.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "" + +#: templates/help/install_sync.html:13 +msgid "2. Add an account" +msgstr "2. เพิ่มผู้ใช้" + +#: templates/help/install_sync.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "" +"เพิ่มผู้ใช้บนเครื่องแม่ข่าย Seafile ส่วนตัวของคุณ หรือบนเครื่องสาธารณะของเรา" + +#: templates/help/install_sync.html:18 +msgid "3. Sync a library" +msgstr "3. เชื่อมคลังแฟ้มข้อมูล" + +#: templates/help/install_sync.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "กดปุ่ม \"เชื่อมคลังแฟ้มข้อมูลนี้\" เพื่อเชื่อมข้อมูลกับโฟลเดอร์ในเครื่อง" + +#: templates/help/install_sync.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "" +"และคุณเพิ่มบางไฟล์ลงในคลังแฟ้มข้อมูล พวกมันจะถูกเชื่อมข้อมูลกับ cloud " +"platform" + +#: templates/help/install_sync.html:26 +msgid "4. (Optional) Create a library" +msgstr "4. (เลือก) สร้างคลังแฟ้มข้อมูล" + +#: templates/help/install_sync.html:28 +msgid "You can also create a library from a local folder." +msgstr "คุณสามารถสร้างคลังแฟ้มข้อมูลจากโฟลเดอร์บนเครื่อง" + +#: templates/help/install_sync.html:34 +msgid "5. Browse files on the cloud" +msgstr "" + +#: templates/help/install_sync.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "" + +#: templates/help/introduction.html:8 +msgid "" +"Seafile is an enterprise file hosting platform with high reliability and " +"performance." +msgstr "" + +#: templates/help/introduction.html:9 +#, python-format +msgid "" +"Seafile contains a web interface for you to manage and share files. It has " +"two kinds of desktop clients, the file syncing client and the drive client. It also " +"has mobile clients for Android and iOS." +msgstr "" + +#: templates/help/introduction.html:10 +msgid "" +"You can download the clients in Seafile web " +"site." +msgstr "" + +#: templates/help/introduction.html:11 +msgid "" +"If this manual does not contain the information you needed, you can seek " +"help in our forum: https://forum.seafile.com." +msgstr "" + +#: templates/help/libraries_managing.html:6 +msgid "" +"Seafile uses \"libraries\" to organize your files. A library is a top level " +"container for a set of files and folders. You can create a library for each " +"project you work on, or each document type you want to save in Seafile. A " +"library works mostly like a top level folder. But it also has some special " +"properties:" +msgstr "" + +#: templates/help/libraries_managing.html:8 +msgid "" +"Each library keeps its own file modification history. There is no global " +"file modification history across all libraries." +msgstr "" + +#: templates/help/libraries_managing.html:9 +msgid "" +"Each library can be synced to desktop clients separately. You can choose " +"which libraries to be synced." +msgstr "" + +#: templates/help/libraries_managing.html:11 +msgid "" +"When you log into Seafile's web app for the first time, Seafile " +"automatically creates a default library named \"My Library\" for you. You " +"can also create more libraries. Here is what it looks like when you've " +"created a few libraries." +msgstr "" + +#: templates/help/libraries_managing.html:13 +msgid "" +"You can navigate into a library and manage your files and folders. You can " +"upload, download, rename, move, copy and delete files." +msgstr "" + +#: templates/help/libraries_managing.html:15 +#, python-format +msgid "" +"After syncing a library with " +"desktop client, you can do any file operations inside the local library " +"folder. The operations will be uploaded to the server. " +msgstr "" + +#: templates/help/library_history_and_snapshots.html:7 +msgid "" +"Seafile tracks modification history for the entire library. Whenever a file " +"operation applies to a library (file update, file deletion etc.), Seafile " +"creates a \"snapshot\" of the previous state of the library. The snapshot " +"contains the complete file and folder structure of the library." +msgstr "" + +#: templates/help/library_history_and_snapshots.html:8 +msgid "" +"In some cases, you have changed a lot of files in the library, and find that" +" you want to revert all these changes. Restoring many files to their old " +"versions can be tedious. At this time, the snapshot feature becomes very " +"handy. You can restore the entire library to any point in the past. All the " +"files in the library will be restored to that point of time, all at once. It" +" works like a \"time machine\" for the library." +msgstr "" + +#: templates/help/library_history_and_snapshots.html:9 +msgid "To view library history and snapshots:" +msgstr "" + +#: templates/help/library_history_and_snapshots.html:11 +msgid "" +"In Seafile Web App, navigate into the root folder of a library. Click the " +"\"History\" icon in the library navigation top bar. All the change record of" +" the library will be displayed in a list." +msgstr "" + +#: templates/help/library_history_and_snapshots.html:12 +msgid "" +"Click the \"view snapshot\" link on any modification record. You'll see the " +"library state at the point of time." +msgstr "" + +#: templates/help/library_history_and_snapshots.html:15 +#, python-format +msgid "" +"You can configure the retention period of library history: setting history " +"retention period." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:6 +msgid "" +"Capturing and storing little structured data in an easy-to-use fashion – " +"that is what Seafile’s wikis are for. Wiki pages are written in Markdown " +"(MD), a simple markup language, to ensure cross platform compatibility. MD " +"files store textual, tabular as well as graphical information; You can also " +"add links to other documents in a Markdown file." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:7 +msgid "" +"You can manage a standard library in Seafile like a Wiki, with the \"Column " +"View\" introduced in 7.0 version. Since Seafile implements wikis as standard" +" Seafile libraries, they can be synced and shared with other users just like" +" any ordinary library." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:8 +msgid "Column view" +msgstr "" + +#: templates/help/manage_library_as_wiki.html:9 +msgid "" +"Wikis usually have a side bar containing a tree-like folder structure, to " +"enable quick-and-easy browsing of Wiki pages. Seafile's Column View allows " +"you to manage the files in a library in the same way as a Wiki space. Users " +"can browse in it and move files and folders just by dragging and dropping. " +"File actions such as renaming, moving, and opening via client are available " +"in a right-click-accessible context menu." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:12 +msgid "WYSIWYG Markdown editor" +msgstr "" + +#: templates/help/manage_library_as_wiki.html:13 +msgid "" +"Wiki pages in Seafile are saved as ordinary documents in Markdown format. To" +" create a new Wiki page in a library, just create a new Markdown document. " +"MD files can be edited straight from Seafile’s web interface with the online" +" MD editor. The web-based editor offers a smooth user experience and rich " +"formatting options for text, images, and tables. Images can be imported into" +" MD files from libraries and local storage as well as by hyperlinks. Basic " +"image editing functions such as scaling can also be performed in the " +"editor’s what-you-see-is-what-you-get (WYSIWYG) interface. Tables can be " +"inserted and modified with just a few clicks. The same thing goes for a " +"table’s content: A table can be copied in its entirety or in part without " +"leaving the WYSIWYG view." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:15 +msgid "" +"The change history of a Markdown file can be easily accessed by clicking the" +" \"File History\" button in the menu on top of the editor interface." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:17 +msgid "" +"You can open a hidden side bar on the right side of the Markdown editor. " +"Table of contents, file information, and collaborative commenting are " +"provided in this side bar." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:19 +msgid "File tagging and related documents" +msgstr "" + +#: templates/help/manage_library_as_wiki.html:20 +msgid "" +"File tagging is an important feature for knowledge management. Seafile " +"allows users to define tags for each library and apply tags to files. Tags " +"can be managed from the side bar of the Markdown editor, or from the file " +"browser interface." +msgstr "" + +#: templates/help/manage_library_as_wiki.html:23 +msgid "" +"The file browser interface provides a summary of all file tags in the " +"current library." +msgstr "" + +#: templates/help/read-only_syncing.html:7 +msgid "" +"If you want the be-shared users not be able to modify local copies, you can " +"consider using the Seafile Drive client." +msgstr "" + +#: templates/help/restoring_deleted_files.html:6 +msgid "Restoring deleted files and folders" +msgstr "" + +#: templates/help/restoring_deleted_files.html:7 +msgid "" +"Each library in Seafile tracks your file deletion operations automatically. " +"Sometimes you find files are deleted mistakenly. You can find back your " +"deleted files in the trash bin of each library." +msgstr "" + +#: templates/help/restoring_deleted_files.html:8 +msgid "Here is how to use the trash bin feature:" +msgstr "" + +#: templates/help/restoring_deleted_files.html:10 +msgid "" +"In Seafile Web App, navigate into the parent folder containing the deleted " +"file or folder." +msgstr "" + +#: templates/help/restoring_deleted_files.html:11 +msgid "" +"Click the \"trash\" icon in the library operation bar. The deleted files and" +" folders will be listed in deletion time order. In the bottom of the list, " +"you can click the \"more\" button to load more deleted files." +msgstr "" + +#: templates/help/restoring_deleted_files.html:12 +msgid "" +"In the deleted files list, you can restore file and folders. If a file or " +"folder's parent folder has been deleted, it will be restored to the " +"library's root folder." +msgstr "" + +#: templates/help/restoring_deleted_files.html:13 +msgid "" +"Note that the trash bin only contains files and sub-folders deleted under " +"the current folder. Files deleted in the sub-folders of the current folder " +"are also included in the list." +msgstr "" + +#: templates/help/restoring_deleted_files.html:15 +#, python-format +msgid "" +"You can configure the retention period of deleted files: setting history " +"retention period." +msgstr "" + +#: templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. Then you can " +"selectively sync a sub-folder in a library, instead of syncing the entire " +"library." +msgstr "" + +#: templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "" + +#: templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "" + +#: templates/help/setting_library_history.html:6 +msgid "Setting library history retention period" +msgstr "" + +#: templates/help/setting_library_history.html:7 +msgid "" +"A library's history retention period length controls how long you can access" +" your history data in the following features:" +msgstr "" + +#: templates/help/setting_library_history.html:9 +msgid "" +"Restore deleted files: you cannot restore files and folders deleted before " +"the retention period." +msgstr "" + +#: templates/help/setting_library_history.html:10 +msgid "" +"File versions: you cannot access file versions older than the retention " +"period." +msgstr "" + +#: templates/help/setting_library_history.html:11 +msgid "" +"Library history and snapshots: you cannot access library snapshots older " +"than the retention period." +msgstr "" + +#: templates/help/setting_library_history.html:13 +msgid "" +"The retention period of old files versions can be configured for each " +"library, separately. You must be the library's owner to set the retention " +"period. To set retention period length:" +msgstr "" + +#: templates/help/setting_library_history.html:15 +msgid "" +"In Seafile Web App, click the \"Mine\" tab in the navigation panel (as in " +"the below screenshot). All libraries owned by you will be listed." +msgstr "" + +#: templates/help/setting_library_history.html:16 +msgid "" +"Move the cursor onto the row of the library. An operation menu will appear. " +"Click \"History Setting\" in the drop-down menu." +msgstr "" + +#: templates/help/setting_library_history.html:17 +msgid "In the pop-up dialog, you can set the length of file retention period." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:6 +msgid "" +"In Seafile there are a few ways to share files and folders with others:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:8 +msgid "" +"Using links: there are multiple types of links that can be used to share " +"with various scope of collaborators." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:10 +msgid "" +"Share links: Any user who has access to the links can access the files or " +"folders pointed by the link. No login is required." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:11 +msgid "" +"Upload links: Any user who has access to the links can upload files to the " +"folder pointed by the link. No login is required." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:12 +msgid "" +"Internal links: Only logged in users who have read permission to the file or" +" folder can access this link. Used for internal file sharing." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:15 +msgid "" +"Sharing libraries or folders: used for setting access permissions to a " +"library or folder for specific users or groups. Users have to log in to " +"access the folders." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:17 +msgid "Creating share links to files or folders" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:18 +msgid "" +"Share links are public links to files or folders. They can be accessed by " +"anyone, including those who don't have a Seafile account. You can also use " +"password and expiration time to protect your links." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:19 +msgid "" +"You can also set access permission to share links. There are three types of " +"permissions:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:22 +msgid "" +"Preview only: the file or files in the folder can only be viewed in web " +"browser, but cannot be downloaded. This is useful for sharing confidential " +"data." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:23 +msgid "" +"Edit on cloud and download: Similar to \"Preview and Download\", but if the " +"file can be edited in web browser (e.g. an Office file), any user who has " +"access to the link is allowed to edit it." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:25 +msgid "To create a share link in Seafile web app:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:27 +msgid "" +"Navigate into the parent folder containing the file or folder. Hover your " +"mouse over the file or folder and click on the \"Share\" icon that appears." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:28 +msgid "" +"A pop-up window will appear with share options. Click the \"Share Link\" tab" +" on the left panel. Then click \"Generate\" button to create a link. You can" +" use password, expiration time and permission to protect your link." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:29 +#: templates/help/sharing_files_and_folders.html:42 +msgid "" +"Copy the link to email, instant messaging client or any other tool to send " +"it to others." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:31 +msgid "You can also create share links from the desktop clients." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:33 +msgid "" +"If the library is synced, double click the library in the main window of " +"Seafile client. The local folder of that library will be opened. Right click" +" on the file or folder that you want to create a link to. In the pop-up " +"menu, choose \"Seafile\" then \"Create share link\"." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:34 +msgid "" +"If the library is not synced, double click the library in the main window of" +" Seafile client. The cloud file browser window will be opened, and you can " +"create a link to a file or folder in it." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:36 +msgid "Creating upload links to folders" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:37 +msgid "" +"You can use upload links to collect files from others. You can only create " +"upload links for folders. Others cannot see the files in the folders. They " +"can only upload files to them." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:38 +msgid "To create an upload link in Seafile web app:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:40 +msgid "" +"Navigate into the parent folder containing the folder. Hover your mouse over" +" the folder and click on the \"Share\" icon that appears." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:41 +msgid "" +"A pop-up window will appear with share options. Click the \"Upload Link\" " +"tab on the left panel. Then click \"Generate\" button to create a link. You " +"can use password to protect your link." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:44 +msgid "Sharing libraries or folders" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:45 +msgid "" +"You can share a library or folder to other registered Seafile users. The " +"shared library or folder can be accessed by others with the web app and " +"Seafile clients." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:46 +msgid "You can choose the range of the share:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:48 +msgid "Share to user: You can share to one or more users." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:49 +msgid "Share to group: You can share to a group." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:50 +msgid "" +"Share to organization: If you're using a private server, sometimes it's " +"useful to share to all members on the server (the entire organization)." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:52 +msgid "You can also set permission on the share:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:54 +msgid "Read-Write: users can read, write, upload, download and sync files." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:55 +msgid "Read-only: users can read, download and sync files." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:56 +msgid "Admin: besides the write permission, users can also share the library." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:57 +msgid "" +"Online Read-Write: users can view and edit files online via a web browser. " +"The files cannot be downloaded." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:58 +msgid "" +"Online Read-only: users can only view files online via a web browser. The " +"files cannot be downloaded." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:60 +msgid "To share a library or folder to a user or group:" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:62 +msgid "" +"Hover your mouse over the library or folder and click on the \"Share\" icon " +"that appears." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:63 +msgid "" +"A pop-up window will appear with share options. Click the \"Share to user\" " +"or \"Share to group\" tab on the left panel. Select the user or group. Then " +"click \"Submit\"." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:65 +msgid "" +"After you share a library or folder to a user, the user can see it by " +"clicking the \"Shared with me\" tab on the left panel in Seafile web app. If" +" you share it to a group, the group members can only see it by navigating " +"into the group." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:66 +msgid "" +"To share a library to the entire organization: In Seafile web app, click the" +" \"Shared with all\" tab on the left panel. Then click the \"Add Library\" " +"button. In the drop-down menu, you can choose to share an existing library " +"or create a new library and share it." +msgstr "" + +#: templates/help/sharing_files_and_folders.html:67 +msgid "Internal links" +msgstr "" + +#: templates/help/sharing_files_and_folders.html:68 +msgid "" +"Only logged in users who have read permission to the file or folder can " +"access this link. It is used for internal file sharing. It's a convenient " +"way for sharing files among team members who have access to a common " +"library. You may just copy the link and paste it into an email or IM " +"software." +msgstr "" + +#: templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "" + +#: templates/help/syncing_existing_folders.html:6 +msgid "Syncing with an existing folder" +msgstr "" + +#: templates/help/syncing_existing_folders.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "" + +#: templates/help/syncing_existing_folders.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "" + +#: templates/help/syncing_existing_folders.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "" + +#: templates/help/syncing_existing_folders.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "" + +#: templates/help/unsync_resync.html:6 +msgid "Unsync and resync library" +msgstr "" + +#: templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use the " +"sync with existing " +"folder feature." +msgstr "" + +#: templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "" + +#: templates/help/using_drive_client.html:7 +msgid "" +"After installing a drive client with the instructions on the download page, you can " +"start it by double clicking the \"SeaDrive\" app icon on your desktop." +msgstr "" + +#: templates/help/using_drive_client.html:8 +msgid "" +"You'll be asked to choose a drive letter for the virtual drive. By default, " +"\"S:\" will be used." +msgstr "" + +#: templates/help/using_drive_client.html:9 +msgid "Then you'll be asked to log into your Seafile server." +msgstr "" + +#: templates/help/using_drive_client.html:12 +msgid "" +"After successfully log into the server, the Drive client starts to fetch " +"library and file list from the server. The file contents are not downloaded " +"at this moment. So it'll not take very long. You can let it run in the " +"background. You'll be noticed when the fetch is done." +msgstr "" + +#: templates/help/using_drive_client.html:14 +msgid "" +"The virtual drive folder will be opened. You'll find it works just like an " +"ordinary hard drive on your computer. The top level folders in the virtual " +"drive are libraries on the Seafile server. File contents will be downloaded " +"when you open a file. Recently opened file will be cached in your local " +"disk. All cached files will be marked with a green tick." +msgstr "" + +#: templates/help/using_drive_client.html:17 +msgid "Synced State" +msgstr "" + +#: templates/help/using_drive_client.html:18 +msgid "" +"Files and folders in the virtual drive are in either cloud-only, synced, or " +"in partially synced state." +msgstr "" + +#: templates/help/using_drive_client.html:22 +#: templates/help/using_drive_client.html:51 +msgid "State" +msgstr "" + +#: templates/help/using_drive_client.html:23 +#: templates/help/using_drive_client.html:52 +msgid "Icon" +msgstr "" + +#: templates/help/using_drive_client.html:24 +#: templates/help/using_drive_client.html:53 +msgid "Details" +msgstr "รายละเอียด" + +#: templates/help/using_drive_client.html:29 +msgid "Cloud-only content" +msgstr "" + +#: templates/help/using_drive_client.html:31 +msgid "" +"Cloud-only content shows in the virtual drive, but doesn’t use the full " +"amount of space that the file would. In your file explorer, you can see the " +"file, but the content isn’t fully downloaded until you need it. What " +"downloaded is only information about the file, such as its name, its size " +"and the date it was updated." +msgstr "" + +#: templates/help/using_drive_client.html:34 +msgid "Synced content" +msgstr "" + +#: templates/help/using_drive_client.html:36 +msgid "" +"Synced content is downloaded and saved on the hard drive of your computer. " +"You can directly edit these files from applications on your computer." +msgstr "" + +#: templates/help/using_drive_client.html:39 +msgid "Partially synced content" +msgstr "" + +#: templates/help/using_drive_client.html:41 +msgid "" +"Partially synced folders contain both synced and cloud-only files or " +"folders." +msgstr "" + +#: templates/help/using_drive_client.html:46 +msgid "Special States" +msgstr "" + +#: templates/help/using_drive_client.html:47 +msgid "" +"For files that are already synced to local computer, they may be in 3 other " +"special states, besides the normal \"synced\" state. " +msgstr "" + +#: templates/help/using_drive_client.html:58 +msgid "Locked by other user" +msgstr "" + +#: templates/help/using_drive_client.html:60 +msgid "" +"The file is locked by other user on the server. You can only open the file " +"in read-only mode. You cannot modify, delete, rename or move the file." +msgstr "" + +#: templates/help/using_drive_client.html:63 +msgid "Locked by me" +msgstr "" + +#: templates/help/using_drive_client.html:65 +msgid "" +"The file is locked by you. This prevents others from modifying the file." +msgstr "" + +#: templates/help/using_drive_client.html:68 +msgid "Read-only" +msgstr "" + +#: templates/help/using_drive_client.html:70 +msgid "" +"The folder or library of this file is shared with read-only permission to " +"you. You cannot modify, delete or move the file." +msgstr "" + +#: templates/help/using_drive_client.html:74 +msgid "" +"The Drive client regularly cleans up unused cached files in the background. " +"You can also limit the local cache space." +msgstr "" + +#: templates/help/using_drive_client.html:76 +msgid "" +"You can log into multiple accounts in the Drive client. However, only files " +"on the current selected server will be shown in the virtual drive. You can " +"switch among accounts." +msgstr "" + +#: templates/help/using_drive_client.html:80 +msgid "1. Why can't I create new files or delete folders in root folder?" +msgstr "" + +#: templates/help/using_drive_client.html:81 +msgid "" +"The root folder of the virtual drive contains only library folders. Seafile " +"can only sync files inside libraries. Files in the root folder cannot be " +"uploaded to Seafile server. So it doesn't make sense to support creating " +"files in root folder. Since the top level folders in the virtual drive " +"represents libraries, we don't want users to delete their libraries by " +"mistake. So the Drive client doesn't support deleting top level folders." +msgstr "" + +#: templates/help/viewing_files_within_web_app.html:6 +msgid "" +"Some types of files can be directly opened and viewed within the Seafile Web" +" App. Currently they are:" +msgstr "" + +#: templates/help/viewing_files_within_web_app.html:13 +msgid "Image files" +msgstr ""