diff --git a/frontend/src/components/wiki-markdown-viewer.js b/frontend/src/components/wiki-markdown-viewer.js index fcfd317585..ee7075e144 100644 --- a/frontend/src/components/wiki-markdown-viewer.js +++ b/frontend/src/components/wiki-markdown-viewer.js @@ -73,6 +73,11 @@ class WikiMarkdownViewer extends React.Component { getTitlesInfo = () => { let titlesInfo = []; + const titleDom = document.querySelectorAll('h1[id^="user-content"]')[0]; + if (titleDom) { + const content = titleDom.innerText; + Utils.updateTabTitle(content); + } let headingList = document.querySelectorAll('h2[id^="user-content"], h3[id^="user-content"]'); for (let i = 0; i < headingList.length; i++) { titlesInfo.push(headingList[i].offsetTop); diff --git a/frontend/src/css/wiki.css b/frontend/src/css/wiki.css index 0be6ae1d68..eac545744d 100644 --- a/frontend/src/css/wiki.css +++ b/frontend/src/css/wiki.css @@ -1,3 +1,6 @@ +.wiki-side-panel .panel-top { + background: #fff; +} .wiki-side-nav { flex:auto; display:flex; @@ -71,6 +74,10 @@ img[src=""] { min-height: 0; } +.wiki-main-panel .main-panel-north { + background-color: #fff; +} + .cur-view-content .wiki-page-container { margin: 0 -1rem -1.25rem; padding: 30px 1rem 1.25rem; diff --git a/frontend/src/utils/utils.js b/frontend/src/utils/utils.js index 354a07198e..307f36786e 100644 --- a/frontend/src/utils/utils.js +++ b/frontend/src/utils/utils.js @@ -1525,6 +1525,11 @@ export const Utils = { if (e.key == 'Enter' || e.key == 'Space') { e.target.click(); } + }, + + updateTabTitle: function(content) { + const title = document.getElementsByTagName('title')[0]; + title.innerText = content; } }; diff --git a/frontend/src/wiki.js b/frontend/src/wiki.js index 4f0aa05705..fa9bba66d3 100644 --- a/frontend/src/wiki.js +++ b/frontend/src/wiki.js @@ -11,6 +11,7 @@ import TreeNode from './components/tree-view/tree-node'; import treeHelper from './components/tree-view/tree-helper'; import SidePanel from './pages/wiki/side-panel'; import MainPanel from './pages/wiki/main-panel'; +import { lang } from './utils/constants'; import './css/layout.css'; import './css/side-panel.css'; @@ -18,6 +19,7 @@ import './css/wiki.css'; import './css/toolbar.css'; import './css/search.css'; +moment.locale(lang); class Wiki extends Component { constructor(props) { diff --git a/locale/ar/LC_MESSAGES/django.po b/locale/ar/LC_MESSAGES/django.po index 7405a74813..925249bc72 100644 --- a/locale/ar/LC_MESSAGES/django.po +++ b/locale/ar/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: malnaim , 2021\n" "Language-Team: Arabic (http://www.transifex.com/haiwen/seahub/language/ar/)\n" @@ -66,7 +66,7 @@ msgstr "فشل تحديد المخصص: المخصص الأقصى %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -87,8 +87,8 @@ msgstr "توجد مكتبات في هذا القسم." msgid "There are sub-departments in this department." msgstr "هناك أقسام فرعية في هذا القسم." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -149,8 +149,8 @@ msgstr "عنوان البريد %s غير صحيح." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -362,44 +362,45 @@ msgstr "تم بنجاح إعادة تعيين كلمة المرور إلى%(pass msgid "must be an integer that is greater than or equal to 0." msgstr "يجب أن يكون عدد صحيح أكبر من أو يساوي 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "ملف الفيروس لم يعثر عليه." -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "خطأ داخلي في الخادم" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "مسار الوجهة طويل جدا." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "مسار الوجهة غير صحيح" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -407,31 +408,31 @@ msgstr "مسار الوجهة غير صحيح" msgid "Out of quota." msgstr "نفدت المساحة المخصصة." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "لا يمكن نقل المجلد %(src)s إلى المجلدات المتفرعة منه %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "الملف مقفل" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "فشل الإلغاء" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "اسم المستخدم غير صحيح" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -444,16 +445,16 @@ msgstr " لم يتم العثور على المستخدم %s ." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "الترخيص مرفوض." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "الملف غير مقفل." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "لا يمكنك تحديث قفل هذا الملف." @@ -503,8 +504,8 @@ msgstr "المجموعة غير موجودة" msgid "Failed to export Excel" msgstr "فشل التصدير الى أكسل" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "الإذن موجود بالفعل." @@ -537,7 +538,7 @@ msgstr "المستخدم %s موجود مسبقا." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -569,11 +570,11 @@ msgstr "لا يمكن إعادة تعيين كلمة مرور هذه المكت msgid "New password of library %s" msgstr "كلمة مرور جديدة للمكتبة %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "كلمة مرور غير صحيحة" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "خطأ فك تشفير المكتبة" @@ -581,20 +582,20 @@ msgstr "خطأ فك تشفير المكتبة" msgid "Wrong old password" msgstr "كلمة مرور غير صحيحة" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "الملف %s مقفل" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "لا يمكن نقل المجلد %s ،يرجى التحقق من الإذن." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "لا يمكن حذف المجلد %s ،يرجى التحقق من الإذن." @@ -626,14 +627,14 @@ msgid "email invalid." msgstr "عنوان البريد غير صحيح." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "تم مشاركة رابط تحميل معك على %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "كلمة المرور مطلوبة." @@ -652,7 +653,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "يجب أن تكون أيام انتهاء الصلاحية أكبر من أو تساوي %s" @@ -660,7 +661,7 @@ msgstr "يجب أن تكون أيام انتهاء الصلاحية أكبر م #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "يجب أن تكون أيام انتهاء الصلاحية أقل من أو تساوي %s" @@ -1000,7 +1001,7 @@ msgid "File Path" msgstr "مسار الملف" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1089,84 +1090,84 @@ msgstr "ضيف" msgid "Default" msgstr "افتراضي" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "مضاف" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "محذوف" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "معدل" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "معاد تسميته" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "منقول" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "مجلد مضاف" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "مجلد محذوف" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "مجلد معاد تسميته" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "مجلد منقول" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "مضاف أو معدل" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "مكتبة معادة الى الحالة في" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "ملف \"%(file)s\" معاد الى الحالة في %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "تم استعادة مجلد محذوف" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "تم تغيير اسم او وصف المكتبة" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "دمج تلقائي بواسطة نظام seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "مكتبة منشأة" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "الان" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1177,7 +1178,7 @@ msgstr[3] "منذ %(days)d أيام" msgstr[4] "منذ %(days)d يوما" msgstr[5] "منذ %(days)d يوم" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1188,7 +1189,7 @@ msgstr[3] "منذ %(hours)d ساعات" msgstr[4] "منذ %(hours)d ساعة" msgstr[5] "منذ %(hours)d ساعة" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1199,7 +1200,7 @@ msgstr[3] "منذ %(minutes)d دقائق" msgstr[4] "منذ %(minutes)d دقيقة" msgstr[5] "منذ %(minutes)d دقيقة" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1210,19 +1211,19 @@ msgstr[3] "منذ %(seconds)d ثواني" msgstr[4] "منذ %(seconds)d ثانية" msgstr[5] "منذ %(seconds)d ثانية" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "قراءة-كتابة" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "للقراءة فقط" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1233,27 +1234,27 @@ msgstr[3] "%(size)d بايتات" msgstr[4] "%(size)d بايت" msgstr[5] "%(size)d بايت" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1447,7 +1448,7 @@ msgstr "الاسم %s غير صحيح" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "متغير مفقود" @@ -1572,7 +1573,7 @@ msgstr "فريق %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3876,7 +3877,7 @@ msgstr "مجلد تم نقله" msgid "New file updates on %s" msgstr "ملفات جديدة محدثه في %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "ملاحظة جديدة على %s" @@ -4103,7 +4104,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "تلميح: الطريقة الأخيرة أكثر أمنا، ولكنها ليست مدعومة جيدا من قبل جميع المتصفحات. نحن ننصحك باستخدام أحدث نسخة من كروم أو فايرفوكس." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "عنوان البريد غير صالح" @@ -4321,7 +4322,7 @@ msgstr "شفرة التحقق" msgid "A verification code has been sent to the email." msgstr "تم ارسال شفرة التحقق الى البريد الالكتروني." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "خطأ داخلي في الخادم، أو رجاءا تحقق من عنوان البريد الذي أدخلته" @@ -4329,37 +4330,37 @@ msgstr "خطأ داخلي في الخادم، أو رجاءا تحقق من عن msgid "Please choose a directory." msgstr "الرجاء اختيار مجلد." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "تم الحفظ بنجاح." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "المكتبة غير موجودة." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "المجلد غير موجود." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "فقط صاحب المكتبة من لديه الإذن بمشاركتها." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "الرجاء التحقق من عنوان البريد الذي أدخلته" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "رابط المشاركة غير موجود" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "شفرة التحقق لزيارة روابط المشاركة" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "فشل في إرسال رمز تحقق، الرجاء المحاولة مرة أخرى لاحقاً." @@ -5173,6 +5174,10 @@ msgstr "بدأ" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5300,8 +5305,8 @@ msgid "Unable to view library modification" msgstr "عاجز عن عرض تعديلات المكتبة" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "المكتبة غير موجودة" @@ -5321,12 +5326,12 @@ msgstr "السجل التاريخي المحدد غير موجود" msgid "Unknown error" msgstr "خطأ غير معروف" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" غير موجود." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "لم يتمكن من تنزيل \"%s\"" @@ -5349,7 +5354,7 @@ msgstr "رمز رابط تحميل غير صالح." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "الملف غير موجود" @@ -5391,17 +5396,17 @@ msgstr "المكتبة مشفرة، و لا يمكن فتحها على الان #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "غير قادر على عرض الملف" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5417,13 +5422,13 @@ msgstr "غير قادر على تنزيل الملف، مسار الملف خا msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "غير قادر على تنزيل الملف" @@ -5508,7 +5513,7 @@ msgstr "فشل تعيين %s كمشرف: المستخدم غير موجود." msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/ar/LC_MESSAGES/djangojs.po b/locale/ar/LC_MESSAGES/djangojs.po index e3431f90da..cfbeca0b79 100644 --- a/locale/ar/LC_MESSAGES/djangojs.po +++ b/locale/ar/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Amr Mothana , 2017\n" "Language-Team: Arabic (http://www.transifex.com/haiwen/seahub/language/ar/)\n" @@ -401,10 +401,10 @@ msgstr "إلغاء" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "الرجاء التحقق من الشبكة" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "اختر مجموعة" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "" msgid "Select libraries to share" msgstr "حدد المكتبات للمشاركة" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2420,8 +2420,8 @@ msgstr "تم حذف عنصر واحد بنجاح." msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "قم بتعيين كلمة المرور" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/bg/LC_MESSAGES/django.po b/locale/bg/LC_MESSAGES/django.po index a0fb3ba54b..da9a9a7ad8 100644 --- a/locale/bg/LC_MESSAGES/django.po +++ b/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Веселин Панайотов , 2015\n" "Language-Team: Bulgarian (http://www.transifex.com/haiwen/seahub/language/bg/)\n" @@ -65,7 +65,7 @@ msgstr "" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -86,8 +86,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -148,8 +148,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -361,44 +361,45 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -406,31 +407,31 @@ msgstr "" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -443,16 +444,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -502,8 +503,8 @@ msgstr "" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -536,7 +537,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -568,11 +569,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Грешна парола" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Грешка в разкодиращата библиотека" @@ -580,20 +581,20 @@ msgstr "Грешка в разкодиращата библиотека" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -625,14 +626,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "" @@ -651,7 +652,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -659,7 +660,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -999,7 +1000,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1088,151 +1089,151 @@ msgstr "" msgid "Default" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "" -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 -msgid "Changed library name or description" -msgstr "" - #: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 -msgid "Auto merge by seafile system" +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 +msgid "Changed library name or description" msgstr "" #: seahub/base/templatetags/seahub_tags.py:163 #: seahub/base/templatetags/seahub_tags.py:234 +msgid "Auto merge by seafile system" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Създадена библиотека" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1426,7 +1427,7 @@ msgstr "Невалидно име %s" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Липсващ аргумент" @@ -1551,7 +1552,7 @@ msgstr "" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3851,7 +3852,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "" @@ -4074,7 +4075,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4288,7 +4289,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4296,37 +4297,37 @@ msgstr "" msgid "Please choose a directory." msgstr "" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5140,6 +5141,10 @@ msgstr "" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5267,8 +5272,8 @@ msgid "Unable to view library modification" msgstr "" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "" @@ -5288,12 +5293,12 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "" @@ -5316,7 +5321,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "" @@ -5358,17 +5363,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5384,13 +5389,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5475,7 +5480,7 @@ msgstr "" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/bg/LC_MESSAGES/djangojs.po b/locale/bg/LC_MESSAGES/djangojs.po index a30fac3498..350bfc3692 100644 --- a/locale/bg/LC_MESSAGES/djangojs.po +++ b/locale/bg/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Веселин Панайотов , 2015\n" "Language-Team: Bulgarian (http://www.transifex.com/haiwen/seahub/language/bg/)\n" @@ -401,10 +401,10 @@ msgstr "" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "Моля проверете връзката." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2420,8 +2420,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/ca/LC_MESSAGES/django.po b/locale/ca/LC_MESSAGES/django.po index 15a7b723d7..81058a0432 100644 --- a/locale/ca/LC_MESSAGES/django.po +++ b/locale/ca/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: imwhatiam , 2017\n" "Language-Team: Catalan (http://www.transifex.com/haiwen/seahub/language/ca/)\n" @@ -66,7 +66,7 @@ msgstr "" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -87,8 +87,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -149,8 +149,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -362,44 +362,45 @@ msgstr "S'ha reinicialitzat la contrasenya %(passwd)s de l'usuari %(user)s. Per msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "S'ha produït un error intern" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "La ruta de destí és massa llarga." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "La ruta de destí no és vàlida" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -407,31 +408,31 @@ msgstr "La ruta de destí no és vàlida" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "No és possible moure el directori %(src)s al subdirectori %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -444,16 +445,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Permís denegat." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -503,8 +504,8 @@ msgstr "Aquest grup no existeix" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -537,7 +538,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -569,11 +570,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "La contrasenya no és correcte" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "S'ha produït un error al desencriptar la llibreria" @@ -581,20 +582,20 @@ msgstr "S'ha produït un error al desencriptar la llibreria" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -626,14 +627,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Es requereix contrasenya." @@ -652,7 +653,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -660,7 +661,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1000,7 +1001,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1089,151 +1090,151 @@ msgstr "" msgid "Default" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Afegit" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Eliminat" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Actualitzat" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Reanomenat" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Traspassat" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "S'ha afegit el directori" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "S'ha eliminat el directori" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "S'ha reanomenat el directori" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "S'ha traspassat el directori" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "S'ha restaurat la llibreria al estat de" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "S'ha restaurat el fitxer \"%(file)s\" a l'estat de %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "S'ha recuperat el directori eliminat" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "S'ha canviat el nom o descripció de la llibreria" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Sincronització automàtica de seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "S'ha creat la llibreria " -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Ara mateix" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "Fa %(days)d dia" msgstr[1] "Fa %(days)d dies" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "Fa %(hours)d hora" msgstr[1] "Fa %(hours)d hores" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "Fa %(minutes)d minut" msgstr[1] "Fa %(minutes)d minuts" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "Fa %(seconds)d segon" msgstr[1] "Fa %(seconds)d segons" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lectura-Escriptura" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Només lectura" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1427,7 +1428,7 @@ msgstr "El nom %s no és vàlid" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Falta un paràmetre" @@ -1552,7 +1553,7 @@ msgstr "L'equip %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3852,7 +3853,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "" @@ -4075,7 +4076,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Consell: l'últim sistema és el més segur, però no tots els navegadors la suporten. Us recomanem que feu servir l'última versió del Chrome o el Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4289,7 +4290,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4297,37 +4298,37 @@ msgstr "" msgid "Please choose a directory." msgstr "Seleccioneu un directori." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "S'ha guardat correctament." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Aquesta llibreria no existeix" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Només el propietari de la llibreria pot compartir-la." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5141,6 +5142,10 @@ msgstr "Inicia" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5268,8 +5273,8 @@ msgid "Unable to view library modification" msgstr "No es poden visualitzar les modificacions de la llibreria" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "La llibreria no existeix" @@ -5289,12 +5294,12 @@ msgstr "L'historial que heu especificat no existeix" msgid "Unknown error" msgstr "Error desconegut" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "No s'ha pogut descarregar \"%s\"" @@ -5317,7 +5322,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "El fitxer no existeix" @@ -5359,17 +5364,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "No es pot visualitzar el fitxer" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5385,13 +5390,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5476,7 +5481,7 @@ msgstr "" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/ca/LC_MESSAGES/djangojs.po b/locale/ca/LC_MESSAGES/djangojs.po index 5cb8e2ac18..0dddc24f8b 100644 --- a/locale/ca/LC_MESSAGES/djangojs.po +++ b/locale/ca/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan (http://www.transifex.com/haiwen/seahub/language/ca/)\n" @@ -400,10 +400,10 @@ msgstr "Cancela" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "Verifiqueu la connexió a la xarxa" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/cs/LC_MESSAGES/django.po b/locale/cs/LC_MESSAGES/django.po index 56c075e366..7f4ef83ff5 100644 --- a/locale/cs/LC_MESSAGES/django.po +++ b/locale/cs/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Pavel Borecki , 2018,2021\n" "Language-Team: Czech (http://www.transifex.com/haiwen/seahub/language/cs/)\n" @@ -70,7 +70,7 @@ msgstr "Chyba při nastavení kvóty: maximum je %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -91,8 +91,8 @@ msgstr "Toto oddělení obsahuje knihovny." msgid "There are sub-departments in this department." msgstr "Toto oddělení obsahuje pododdělení." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -153,8 +153,8 @@ msgstr "E-mail %s není platný." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -366,44 +366,45 @@ msgstr "Úspěšně vyresetováno heslo na %(passwd)s pro uživatele %(user)s, E msgid "must be an integer that is greater than or equal to 0." msgstr "musí být číslo, které je větší nebo rovno 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Vnitřní chyba serveru" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Cílová cesta je příliš dlouhá." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Nesprávná cílová cesta" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -411,31 +412,31 @@ msgstr "Nesprávná cílová cesta" msgid "Out of quota." msgstr "Nedostatek úložného prostoru - mimo kvótu." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Nemohu přesunout adresář %(src)s do podadresáře %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Soubor je uzamčen" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Zručení selhalo" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "neplatné uživatelské jméno." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -448,16 +449,16 @@ msgstr "Uživatel %s nebyl nalezen." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Přístup odmítnut." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "Soubor není uzamčen." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Nemůžete obnovit zámek tohoto souboru." @@ -507,8 +508,8 @@ msgstr "Skupina neexistuje" msgid "Failed to export Excel" msgstr "Chyba při exportu do Excelu" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "Oprávnění již existuje." @@ -541,7 +542,7 @@ msgstr "Uživatel %s už existuje." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -573,11 +574,11 @@ msgstr "Nelze resetovat heslo této knihovny." msgid "New password of library %s" msgstr "Nové heslo knihovny %s " -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Chybné heslo" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Problém při dešifrování knihovny" @@ -585,20 +586,20 @@ msgstr "Problém při dešifrování knihovny" msgid "Wrong old password" msgstr "Chybné původní heslo" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "Soubor %s je uzamčen." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "Nelze přesunout složku %s, zkontrolujte prosím její oprávnění." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "Nelze odstranit složku %s, zkontrolujte prosím její oprávnění." @@ -630,14 +631,14 @@ msgid "email invalid." msgstr "Neplatný E-mail." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Na %s je s vámi sdílen odkaz pro nahrání" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Heslo je vyžadováno." @@ -656,7 +657,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Počet dní do expirace by měl být větší nebo rovno %s" @@ -664,7 +665,7 @@ msgstr "Počet dní do expirace by měl být větší nebo rovno %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Počet dní do expirace by měl být menší nebo rovno %s" @@ -1004,7 +1005,7 @@ msgid "File Path" msgstr "Cesta k souboru" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1093,84 +1094,84 @@ msgstr "Host" msgid "Default" msgstr "Výchozí" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Přidán" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Odstraněn" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Upraven" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Přejmenován" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Přesunut" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Přidán adresář" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Odstraněn adresář" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Přejmenován adresář" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Přesunutý adresář" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Přidán nebo modifikován" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Vrácen status knihovny na" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Vrácen soubor \"%(file)s\" na status v %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Smazaný adresář byl obnoven" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Jméno knihovny nebo popisu bylo změněno" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Automatické spojení seafile systémem" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Vytvořená knihovna" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Právě teď" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1179,7 +1180,7 @@ msgstr[1] "%(days)d dny" msgstr[2] "%(days)d dní" msgstr[3] "%(days)d dní" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1188,7 +1189,7 @@ msgstr[1] "%(hours)d hodiny" msgstr[2] "%(hours)d hodin" msgstr[3] "%(hours)d hodin" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1197,7 +1198,7 @@ msgstr[1] "%(minutes)d minuty" msgstr[2] "%(minutes)d minut" msgstr[3] "%(minutes)d minut" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1206,19 +1207,19 @@ msgstr[1] "%(seconds)d vteřiny" msgstr[2] "%(seconds)d vteřin" msgstr[3] "%(seconds)d vteřin" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Čtení-Zápis" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Jen čtení" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1227,27 +1228,27 @@ msgstr[1] "%(size)d bajty" msgstr[2] "%(size)d bajtů" msgstr[3] "%(size)d bajtů" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1441,7 +1442,7 @@ msgstr "Jméno %s není platné" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Chybí argument" @@ -1566,7 +1567,7 @@ msgstr "Tým %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3868,7 +3869,7 @@ msgstr "Přesunutá složka" msgid "New file updates on %s" msgstr "Nové aktualizace souboru %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Nové oznámení na %s" @@ -4093,7 +4094,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Tip: Druhý způsob je více bezpečný, ale není dobře podporovaný všemi prohížeči. Doporučujeme použít poslední verzi Chrome nebo Firefoxu." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "E-mailová adresa není platná" @@ -4309,7 +4310,7 @@ msgstr "Ověřovací kód" msgid "A verification code has been sent to the email." msgstr "Ověřovací kód byl zaslán na e-mail." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Interní chyba nebo prosím zkontrolujte email, co jste zadali." @@ -4317,37 +4318,37 @@ msgstr "Interní chyba nebo prosím zkontrolujte email, co jste zadali." msgid "Please choose a directory." msgstr "Prosím vyberte adresář." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Úspěšně uloženo." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Knihovna neexistuje" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Adresář neexistuje." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Pouze vlastník knihovny má oprávnění ke sdílení." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Prosím zkontrolujte email(y) co jste zadal" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Sdílený odkaz nebyl nalezen" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Ověřovací kód pro zobrazení sdílených odkazů" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Chyba při odesílání ověřovacího kódu, prosím zkuste to znovu." @@ -5161,6 +5162,10 @@ msgstr "Start" msgid "Network error" msgstr "Chyba sítě" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Poslední úpravu provedl" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5288,8 +5293,8 @@ msgid "Unable to view library modification" msgstr "Není možné zobrazit úpravy knihovny" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Knihovna neexistuje" @@ -5309,12 +5314,12 @@ msgstr "Historie co jste specifikoval, neexistuje" msgid "Unknown error" msgstr "Neznámá chyba" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" neexistuje." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Není možné stáhnout \"%s\"" @@ -5337,7 +5342,7 @@ msgstr "Chybný token upload odkazu" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Soubor neexistuje" @@ -5379,17 +5384,17 @@ msgstr "Knihovna je šifrována, není možné otevřít online." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Není možné prohlížet soubor" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 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:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Chyba při přípravě náhledu souboru v OnlyOffice." @@ -5405,13 +5410,13 @@ msgstr "Není možné stáhnout soubor, nesprávný popis umístění" msgid "Unable to download file." msgstr "Soubor se nedaří stáhnout." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Sdílet odkaz pro %s." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Nelze stáhnout soubor" @@ -5496,7 +5501,7 @@ msgstr "Chyba při nastavení uživatele %s jako Admin: uživatel neexistuje." msgid "Optional" msgstr "Volitelné" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "Nelze zobrazit Wiki" diff --git a/locale/cs/LC_MESSAGES/djangojs.po b/locale/cs/LC_MESSAGES/djangojs.po index 55c894ae72..78ee89edc6 100644 --- a/locale/cs/LC_MESSAGES/djangojs.po +++ b/locale/cs/LC_MESSAGES/djangojs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: mgeisselreiter , 2021\n" "Language-Team: Czech (http://www.transifex.com/haiwen/seahub/language/cs/)\n" @@ -405,10 +405,10 @@ msgstr "Storno" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -475,7 +475,7 @@ msgstr "Přidat kontrolního uživatele" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -995,12 +995,12 @@ msgstr "Typ uložiště" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1774,7 +1774,7 @@ msgid "Please check the network." msgstr "Zkontrolujte síťové připojení." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1792,7 +1792,7 @@ msgid "Select a group" msgstr "Vyberte skupinu" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2354,7 +2354,7 @@ 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-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "Vybrat skupiny..." @@ -2424,8 +2424,8 @@ msgstr "Úspěšně smazána 1 položka" msgid "Select a server..." msgstr "Vybrat server..." -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "Knihovna nemůže být sdílena jejímu vlastníkovi." @@ -3662,7 +3662,7 @@ msgstr "" msgid "Set Password" msgstr "Nastavit heslo" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Poslední úpravu provedl" @@ -5693,12 +5693,7 @@ msgstr "Velikost souboru by měla být menší než {max_size_placeholder}." 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:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Obsah" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "Jít do knihovny" diff --git a/locale/da_DK/LC_MESSAGES/djangojs.po b/locale/da_DK/LC_MESSAGES/djangojs.po index 47a8e510fc..aedc884c8d 100644 --- a/locale/da_DK/LC_MESSAGES/djangojs.po +++ b/locale/da_DK/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Jonas Pedersen , 2015\n" "Language-Team: Danish (Denmark) (http://www.transifex.com/haiwen/seahub/language/da_DK/)\n" @@ -401,10 +401,10 @@ msgstr "Afbryd" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "Tjek venligst netværksforbindelsen" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2420,8 +2420,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index 02450e1701..e5ae5112c6 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -77,7 +77,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Ralf Dyllick , 2021\n" "Language-Team: German (http://www.transifex.com/haiwen/seahub/language/de/)\n" @@ -134,7 +134,7 @@ msgstr "Speicherplatz konnte nicht gesetzt werden: Maximale Quota ist %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -155,8 +155,8 @@ msgstr "Der Bereich enthält Bibliotheken." msgid "There are sub-departments in this department." msgstr "Der Bereich enthält Unterbereiche." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -217,8 +217,8 @@ msgstr "E-Mail %s ist ungültig." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -430,44 +430,45 @@ msgstr "Passwort von %(user)s wurde auf %(passwd)s zurückgesetzt. Es konnte jed msgid "must be an integer that is greater than or equal to 0." msgstr "Ganze Zahl größer oder gleich 0 erforderlich." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "Virusdatei nicht gefunden." -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Interner Serverfehler" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Zielpfad ist zu lang." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Ungültiges Ziel" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -475,31 +476,31 @@ msgstr "Ungültiges Ziel" msgid "Out of quota." msgstr "Speicherplatz ist verbraucht." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Verschieben des Ordners nicht möglich, %(src)s ist ein Unterordner von %(des)s." -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Datei ist gesperrt" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Abbruch fehlgeschlagen" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "Benutzername ungültig" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -512,16 +513,16 @@ msgstr "Benutzer/in %s nicht gefunden." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Zugriff verweigert." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "Datei ist nicht gesperrt." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Sie können die Sperrung der Datei nicht erneuern." @@ -571,8 +572,8 @@ msgstr "Die Gruppe ist nicht vorhanden" msgid "Failed to export Excel" msgstr "Excel-Export fehlgeschlagen" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "Das Recht ist schon gesetzt." @@ -605,7 +606,7 @@ msgstr "Benutzer/in %s ist bereits vorhanden." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -637,11 +638,11 @@ msgstr "Das Passwort der Bibliothek kann nicht zurückgesetzt werden." msgid "New password of library %s" msgstr "Neues Passwort für Bibliothek %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Falsches Passwort" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Fehler beim Entschlüsseln der Bibliothek" @@ -649,20 +650,20 @@ msgstr "Fehler beim Entschlüsseln der Bibliothek" msgid "Wrong old password" msgstr "Falsches altes Passwort" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "Datei %s ist gesperrt." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "Ordner %s kann nicht verschoben werden, bitte überprüfen Sie die Rechte." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "Ordner %s kann nicht gelöscht werden, bitte überprüfen Sie die Rechte." @@ -694,14 +695,14 @@ msgid "email invalid." msgstr "Die E-Mail-Adresse ist ungültig." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Für Sie wurde ein Upload-Link auf %s freigegeben." #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Passwort erforderlich." @@ -720,7 +721,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Der Freigabe-Link sollte mindestens %s Tage verfügbar sein" @@ -728,7 +729,7 @@ msgstr "Der Freigabe-Link sollte mindestens %s Tage verfügbar sein" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Der Freigabe-Link sollte höchstens %s Tage verfügbar sein" @@ -1068,7 +1069,7 @@ msgid "File Path" msgstr "Dateipfad" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1157,151 +1158,151 @@ msgstr "Gast" msgid "Default" msgstr "Standard" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Neu:" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Entfernt" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Geändert:" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Umbenannt:" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Verschoben:" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Neuer Ordner" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Ordner gelöscht" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Ordner umbenannt" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Ordner verschoben" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Neu oder geändert:" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Bibliothek zurückgesetzt auf Stand um " -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Datei „%(file)s“ wurde auf den Stand von %(time)s zurückgesetzt." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Gelöschter Ordner wieder hergestellt" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Bibliotheksname oder -beschreibung geändert." -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Automatisch von Seafile zusammengeführt" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Bibliothek erstellt" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Gerade eben" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "Vor %(days)d Tag" msgstr[1] "vor %(days)d Tagen" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "Vor %(hours)d Stunde" msgstr[1] "vor %(hours)d Stunden" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "Vor %(minutes)d Minute" msgstr[1] "vor %(minutes)d Minuten" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "vor einer Sekunde" msgstr[1] "vor %(seconds)d Sekunden" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lesen+Schreiben" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Nur Lesen" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, 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:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1495,7 +1496,7 @@ msgstr "Name %s ist ungültig" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argument fehlt" @@ -1620,7 +1621,7 @@ msgstr "Ihr Service-Team %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3920,7 +3921,7 @@ msgstr "Ordner verschoben" msgid "New file updates on %s" msgstr "Aktualisierte Dateien auf %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Neue Mitteilungen auf %s" @@ -4143,7 +4144,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Hinweis: Das Entschlüsseln der Dateien im Browser ist die sicherste Möglichkeit, wird allerdings nicht von allen Browsern unterstützt. Wir empfehlen Ihnen, die neuesten Versionen von Chrome und Firefox zu verwenden." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "Die E-Mail-Adresse ist ungültig" @@ -4357,7 +4358,7 @@ msgstr "Bestätigungs-Code" msgid "A verification code has been sent to the email." msgstr "Ein Bestätigungs-Code ist an die angegebene E-Mail-Adresse verschickt worden." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Interner Serverfehler. Überprüfen Sie bitte auch die E-Mail-Adresse/n, die Sie eingegeben haben." @@ -4365,37 +4366,37 @@ msgstr "Interner Serverfehler. Überprüfen Sie bitte auch die E-Mail-Adresse/n, msgid "Please choose a directory." msgstr "Bitte wählen Sie einen Ordner aus." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Erfolgreich gespeichert." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Die Bibliothek ist nicht vorhanden." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Der Ordner ist nicht vorhanden." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Die Bibliothek kann nur von der Eigentümerin oder dem Eigentümer freigegeben werden." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Bitte überprüfen Sie die E-Mail-Adresse/n, die Sie eingegeben haben." -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Freigabe-Link nicht gefunden" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Bestätigungs-Code für den Aufruf von Freigabe-Links" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Der Bestätigungs-Code konnte nicht verschickt werden, bitte versuchen Sie es später noch einmal." @@ -5209,6 +5210,10 @@ msgstr "Start" msgid "Network error" msgstr "Netzwerkfehler" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Zuletzt bearbeitet von" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5336,8 +5341,8 @@ msgid "Unable to view library modification" msgstr "Konnte Bibliotheksänderungen nicht anzeigen" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Die Bibliothek ist nicht vorhanden" @@ -5357,12 +5362,12 @@ msgstr "Die von Ihnen gewählte Version ist nicht vorhanden" msgid "Unknown error" msgstr "Unbekannter Fehler" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "„%s“ ist nicht vorhanden." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "„%s“ konnte nicht heruntergeladen werden" @@ -5385,7 +5390,7 @@ msgstr "Falsches Token im Upload-Link." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Die Datei ist nicht vorhanden" @@ -5427,17 +5432,17 @@ msgstr "Die Bibliothek ist verschlüsselt und kann nicht online geöffnet werden #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Die Datei kann nicht angezeigt werden" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "Fehler beim Vorbereiten der Office Online Dateivorschau." #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Fehler beim Vorbereiten der Office Online Dateivorschau." @@ -5453,13 +5458,13 @@ msgstr "Kann die Datei nicht herunterladen, falscher Pfad" msgid "Unable to download file." msgstr "Datei kann nicht heruntergeladen werden." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Link für %s freigeben." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Die Datei kann nicht heruntergeladen werden" @@ -5544,7 +5549,7 @@ msgstr "%s konnten die Adminrechte nicht verliehen werden: Benutzer/in nicht gef msgid "Optional" msgstr "Optional" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "Das Wiki kann nicht angezeigt werden" diff --git a/locale/de/LC_MESSAGES/djangojs.po b/locale/de/LC_MESSAGES/djangojs.po index 2c529df335..ad0a0bd215 100644 --- a/locale/de/LC_MESSAGES/djangojs.po +++ b/locale/de/LC_MESSAGES/djangojs.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Andreas Vollmer | HU Berlin , 2015-2021\n" "Language-Team: German (http://www.transifex.com/haiwen/seahub/language/de/)\n" @@ -418,10 +418,10 @@ msgstr "Abbrechen" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -488,7 +488,7 @@ msgstr "Review: Neue Person" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -1008,12 +1008,12 @@ msgstr "Physischer Speicherort" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1787,7 +1787,7 @@ msgid "Please check the network." msgstr "Bitte überprüfen Sie die Netzwerkverbindung." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1805,7 +1805,7 @@ msgid "Select a group" msgstr "Gruppe auswählen" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2367,7 +2367,7 @@ 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-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "Gruppen auswählen …" @@ -2437,8 +2437,8 @@ msgstr "Das Objekt wurde gelöscht." msgid "Select a server..." msgstr "Server auswählen" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "Bibliotheken können nicht für ihre Eigentümer freigegeben werden." @@ -3675,7 +3675,7 @@ msgstr "Token:" msgid "Set Password" msgstr "Passwort vergeben" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Zuletzt bearbeitet von" @@ -5706,12 +5706,7 @@ msgstr "Die Dateigröße muss kleiner sein als {max_size_placeholder}." msgid "Drag and drop files or folders here." msgstr "Ziehen Sie Dateien oder Ordner hierher" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Inhalt" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "Zur Bibliothek wechseln" diff --git a/locale/el/LC_MESSAGES/django.po b/locale/el/LC_MESSAGES/django.po index a363c23d8a..99a9182ac4 100644 --- a/locale/el/LC_MESSAGES/django.po +++ b/locale/el/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: imwhatiam , 2017\n" "Language-Team: Greek (http://www.transifex.com/haiwen/seahub/language/el/)\n" @@ -70,7 +70,7 @@ msgstr "" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -91,8 +91,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -153,8 +153,8 @@ msgstr "Η διεύθυνση ηλεκτρονικού ταχυδρομείου #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -366,44 +366,45 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Εσωτερικό σφάλμα διακομιστή" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Εσφαλμένη διαδρομή προορισμού" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -411,31 +412,31 @@ msgstr "Εσφαλμένη διαδρομή προορισμού" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Το αρχείο είναι κλειδωμένο" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Αποτυχία ακύρωσης" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -448,16 +449,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Απαγόρευση πρόσβασης." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -507,8 +508,8 @@ msgstr "Η ομάδα δεν υπάρχει" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -541,7 +542,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -573,11 +574,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Λάθος κωδικός" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Πρόβλημα αποκρυπτογράφησης βιβλιοθήκης" @@ -585,20 +586,20 @@ msgstr "Πρόβλημα αποκρυπτογράφησης βιβλιοθήκη msgid "Wrong old password" msgstr "Εσφαλμένο παλιό συνθηματικό" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -630,14 +631,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Ένας σύνδεσμος μεταφόρτωσης είναι σε κοινή χρήση μαζί σας στο %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Απαιτείται συνθηματικό." @@ -656,7 +657,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -664,7 +665,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1004,7 +1005,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1093,151 +1094,151 @@ msgstr "" msgid "Default" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Προστέθηκε" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Διαγράφτηκε" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Τροποποιήθηκε" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Μετονομάστηκε" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Μετακιινήθηκε" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Προστέθηκε φάκελος" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Αφαιρέθηκε φάκελος" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Μετονομάστηκε φάκελος" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Μετακινήθηκε φάκελος" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Προστέθηκε ή τροποποιήθηκε" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Η βιβλιοθήκη επαναφέρθηκε στην κατάσταση που είχε στις" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Επαναφέρθηκε το/τα αρχεί/α \"%(file)s\" στην κατάσταση που είχαν στις %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Ανακτήθηκε ο διαγραφείς φάκελος" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Αλλάχθηκε το όνομα ή η περιγραφή της βιβλιοθήκης" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Αυτόματη ένωση από το σύστημα seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Δημιουργήθηκε η βιβλιοθήκη" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Μόλις τώρα" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "πριν από %(days)d μέρα" msgstr[1] "πριν από %(days)d μέρες" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "πριν από %(hours)d ώρα" msgstr[1] "πριν από %(hours)d ώρες" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "πριν από %(minutes)d λεπτό" msgstr[1] "πριν από %(minutes)d λεπτά" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "πριν από %(seconds)d δευτερόλεπτο" msgstr[1] "πριν από %(seconds)d δευτερόλεπτα" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Ανάγνωση-Εγγραφή" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Μόνο ανάγνωση" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1431,7 +1432,7 @@ msgstr "Το όνομα %s δεν είναι σωστό" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Λείπει επιλογή" @@ -1556,7 +1557,7 @@ msgstr "Η ομάδα του %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3856,7 +3857,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Νέα ειδοποίηση στο %s" @@ -4079,7 +4080,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Συμβουλή: ο τελευταίος τρόπος είναι ο πιο ασφαλής, αλλά δεν υποστηρίζεται από όλα τα προγράμματα περιήγησης. Σας προτείνουμε να χρησιμοποιήσετε την τελευταία έκδοση του Chrome ή του Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4293,7 +4294,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Σφάλμα διακομιστή, ή παρακαλώ ελέγξτε τα email που εισάγατε" @@ -4301,37 +4302,37 @@ msgstr "Σφάλμα διακομιστή, ή παρακαλώ ελέγξτε τ msgid "Please choose a directory." msgstr "Παρακαλώ επιλέξτε ένα φάκελο." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Αποθηκεύτηκε με επιτυχία." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Η βιβλιοθήκη δεν υπάρχει." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Ο φάκελος δεν υπάρχει." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Μόνο ο ιδιοκτήτης της βιβλιοθήκης έχει δικαίωμα διαμοιρασμού." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Παρακαλώ ελέγξτε τα email που εισάγατε" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5145,6 +5146,10 @@ msgstr "Έναρξη" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5272,8 +5277,8 @@ msgid "Unable to view library modification" msgstr "" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Η βιβλιοθήκη δεν υπάρχει." @@ -5293,12 +5298,12 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "" @@ -5321,7 +5326,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Το αρχείο δεν υπάρχει." @@ -5363,17 +5368,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5389,13 +5394,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5480,7 +5485,7 @@ msgstr "" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/el/LC_MESSAGES/djangojs.po b/locale/el/LC_MESSAGES/djangojs.po index 41f795e3bc..cde6b81d3f 100644 --- a/locale/el/LC_MESSAGES/djangojs.po +++ b/locale/el/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Efstathios Iosifidis , 2017\n" "Language-Team: Greek (http://www.transifex.com/haiwen/seahub/language/el/)\n" @@ -401,10 +401,10 @@ msgstr "Ακύρωση" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "Παρακαλούμε ελέγξτε το δίκτυο." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "Επιλογή ομάδας" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2420,8 +2420,8 @@ msgstr "Επιτυχής διαγραφή 1 αντικειμένου." msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/el_GR/LC_MESSAGES/djangojs.po b/locale/el_GR/LC_MESSAGES/djangojs.po index c54c13407a..3b08faa5ec 100644 --- a/locale/el_GR/LC_MESSAGES/djangojs.po +++ b/locale/el_GR/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Greek (Greece) (http://www.transifex.com/haiwen/seahub/language/el_GR/)\n" @@ -400,10 +400,10 @@ msgstr "Ακύρωση" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "Παρακαλώ ελέγξτε τη σύνδεση με το δίκτυο." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index be27d63cf0..177e9d0afa 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -64,7 +64,7 @@ msgstr "" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -85,8 +85,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -146,8 +146,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -359,44 +359,45 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -404,31 +405,31 @@ msgstr "" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 seahub/oauth/views.py:195 +#: seahub/api2/endpoints/group_owned_libraries.py:946 seahub/oauth/views.py:195 #, python-format msgid "User %s not found." msgstr "" @@ -440,16 +441,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -499,8 +500,8 @@ msgstr "" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -533,7 +534,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -565,11 +566,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "" @@ -577,20 +578,20 @@ msgstr "" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -617,14 +618,14 @@ msgstr "" msgid "email invalid." msgstr "" -#: seahub/api2/endpoints/send_upload_link_email.py:97 seahub/share/views.py:305 +#: seahub/api2/endpoints/send_upload_link_email.py:97 seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "" @@ -643,7 +644,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -651,7 +652,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -990,7 +991,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1079,151 +1080,151 @@ msgstr "" msgid "Default" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "" -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 -msgid "Changed library name or description" -msgstr "" - #: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 -msgid "Auto merge by seafile system" +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 +msgid "Changed library name or description" msgstr "" #: seahub/base/templatetags/seahub_tags.py:163 #: seahub/base/templatetags/seahub_tags.py:234 +msgid "Auto merge by seafile system" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1417,7 +1418,7 @@ msgstr "" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "" @@ -1542,7 +1543,7 @@ msgstr "" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 seahub/views/file.py:1354 -#: seahub/views/file.py:1861 seahub/views/repo.py:123 seahub/views/repo.py:180 +#: seahub/views/file.py:1882 seahub/views/repo.py:123 seahub/views/repo.py:180 #: seahub/views/repo.py:238 seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" msgstr "" @@ -3833,7 +3834,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "" @@ -4056,7 +4057,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4270,7 +4271,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4278,37 +4279,37 @@ msgstr "" msgid "Please choose a directory." msgstr "" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5120,6 +5121,10 @@ msgstr "" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5247,8 +5252,8 @@ msgid "Unable to view library modification" msgstr "" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "" @@ -5268,12 +5273,12 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "" @@ -5296,7 +5301,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "" @@ -5338,17 +5343,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5364,12 +5369,12 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 seahub/views/repo.py:347 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5454,7 +5459,7 @@ msgstr "" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/en/LC_MESSAGES/djangojs.po b/locale/en/LC_MESSAGES/djangojs.po index bdc115f8c6..0eadb76911 100644 --- a/locale/en/LC_MESSAGES/djangojs.po +++ b/locale/en/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -400,10 +400,10 @@ msgstr "" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1768,7 +1768,7 @@ msgid "Please check the network." msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1786,7 +1786,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2348,7 +2348,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2418,8 +2418,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3656,7 +3656,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5685,12 +5685,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index def1ab8764..f501beeb0f 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Rodolfo Cossalter , 2014-2015\n" "Language-Team: Spanish (http://www.transifex.com/haiwen/seahub/language/es/)\n" @@ -72,7 +72,7 @@ msgstr "Fallo al definir cuota: la cuota máxima es %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -93,8 +93,8 @@ msgstr "Hay bibliotecas en este departamento." msgid "There are sub-departments in this department." msgstr "Hay sub-departamentos en este departamento." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -155,8 +155,8 @@ msgstr "Email %s es inválido." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -368,44 +368,45 @@ msgstr "Contraseña de %(user)s restablecida a %(passwd)s. Pero el correo de not msgid "must be an integer that is greater than or equal to 0." msgstr "debe ser un número entero mayor o igual que 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "Archivo con virus no encontrado" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Error interno del servidor" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "La ruta de destino es demasiado larga." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Ruta de destino inválida" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -413,31 +414,31 @@ msgstr "Ruta de destino inválida" msgid "Out of quota." msgstr "Cuota agotada." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo mover la carpeta %(src)s a la subcarpeta %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "El archivo está bloqueado" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Falló al cancelar" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "nombre de usuario inválido" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -450,16 +451,16 @@ msgstr "Usuario %s no encontrado." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Persmiso denegado." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "El archivo no está bloqueado." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "No puede refrescar el bloqueo de este archivo." @@ -509,8 +510,8 @@ msgstr "El grupo no existe" msgid "Failed to export Excel" msgstr "Fallo al exportar Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "El permiso ya existe." @@ -543,7 +544,7 @@ msgstr "El usuario %s ya existe." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -575,11 +576,11 @@ msgstr "No se puede restablecer la contraseña de esta biblioteca." msgid "New password of library %s" msgstr "Nueva contraseña de la biblioteca %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Contraseña incorrecta" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Error en el desencriptado de la biblioteca" @@ -587,20 +588,20 @@ msgstr "Error en el desencriptado de la biblioteca" msgid "Wrong old password" msgstr "Contraseña anterior errónea" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "El archivo %s está bloqueado." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "No se puede mover la carpeta %s, por favor verifique los permisos." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "No se puede borrar la carpeta %s, por favor verifique los permisos." @@ -632,14 +633,14 @@ msgid "email invalid." msgstr "email inválido." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un enlace de subida ha sido compartido contigo en %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Contraseña requerida" @@ -658,7 +659,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Días al vencimiento de be ser mayor o igual que %s" @@ -666,7 +667,7 @@ msgstr "Días al vencimiento de be ser mayor o igual que %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Días al vencimiento de be ser menor o igual que %s" @@ -1006,7 +1007,7 @@ msgid "File Path" msgstr "Ruta" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1095,84 +1096,84 @@ msgstr "Invitado" msgid "Default" msgstr "Predeterminado" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Agregado" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Eliminado" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Modificado" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Renombrado" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Movido" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Carpeta agregada" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Carpeta eliminada" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Carpeta renombrada" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Carpeta movida" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Agregado o modificado" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Estado de la biblioteca revertido a las" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Archivo \"%(file)s\" revertido a las %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Carpeta borrada recuperada" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Descripción o nombre de la biblioteca modificados." -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Auto fusionar por sistema seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Biblioteca creada" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Ahora" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1180,7 +1181,7 @@ msgstr[0] "Hace %(days)d día" msgstr[1] "Hace %(days)d días" msgstr[2] "Hace %(days)d días" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1188,7 +1189,7 @@ msgstr[0] "Hace %(hours)d hora" msgstr[1] "Hace %(hours)d horas" msgstr[2] "Hace %(hours)d horas" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1196,7 +1197,7 @@ msgstr[0] "Hace %(minutes)d minuto" msgstr[1] "Hace %(minutes)d minutos" msgstr[2] "Hace %(minutes)d minutos" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1204,19 +1205,19 @@ msgstr[0] "Hace menos de un segundo" msgstr[1] "Hace %(seconds)d segundos" msgstr[2] "Hace %(seconds)d segundos" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lectura / Escritura" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Sólo lectura" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1224,27 +1225,27 @@ msgstr[0] "%(size)d byte" msgstr[1] "%(size)d bytes" msgstr[2] "%(size)d bytes" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1438,7 +1439,7 @@ msgstr "El nombre %s no es válido" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argumento faltante" @@ -1563,7 +1564,7 @@ msgstr "El equipo de %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3864,7 +3865,7 @@ msgstr "Carpeta movida" msgid "New file updates on %s" msgstr "Nuevas actualizaciones en %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Nueva notificación en %s" @@ -4088,7 +4089,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Tip: la manera más segura es la última, pero no está soportado por todos los navegadores. Recomendamos utilizar la última versión de Chrome o Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "La dirección de email es inválida" @@ -4303,7 +4304,7 @@ msgstr "Código de verificación" msgid "A verification code has been sent to the email." msgstr "Se ha enviado un código de verificación al email." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Error interno del servidor, o por favor verifique el(los) e-mail(s) ingresado(s)." @@ -4311,37 +4312,37 @@ msgstr "Error interno del servidor, o por favor verifique el(los) e-mail(s) ingr msgid "Please choose a directory." msgstr "Elije una carpeta." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Guardado con éxito." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "La biblioteca no existe." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "La carpeta no existe." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Sólo el propietario de la biblioteca puede compartirla." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Por favor verifique el(los) e-mail(s) ingresado(s)" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "No se encuentra el enlace para compartir" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Código de verificación para visitar enlaces compartidos" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Fallo al enviar un código de verificación, por favor intente mas tarde." @@ -5155,6 +5156,10 @@ msgstr "Inicio" msgid "Network error" msgstr "Error de red" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Última modificación por" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5282,8 +5287,8 @@ msgid "Unable to view library modification" msgstr "Fallo al ver las modificaciones de la biblioteca" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "La biblioteca no existe" @@ -5303,12 +5308,12 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Imposible descargar \"%s\"" @@ -5331,7 +5336,7 @@ msgstr "Identificador del enlace de subida inválido." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "El archivo no existe" @@ -5373,17 +5378,17 @@ msgstr "La biblioteca está encriptada, no se puede abrir el archivo en línea." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 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:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de OnlyOffice." @@ -5399,13 +5404,13 @@ msgstr "No es posible descargar el archivo, ruta errónea" msgid "Unable to download file." msgstr "Imposible descargar archivo." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Imposible descargar archivo" @@ -5490,7 +5495,7 @@ msgstr "Fallo al definir %s como administrador: el usuario no existe." msgid "Optional" msgstr "Opcional" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "No se puede visualizar Wiki" diff --git a/locale/es/LC_MESSAGES/djangojs.po b/locale/es/LC_MESSAGES/djangojs.po index 911f8eb32b..542bf13f30 100644 --- a/locale/es/LC_MESSAGES/djangojs.po +++ b/locale/es/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Hector Colina , 2013\n" "Language-Team: Spanish (http://www.transifex.com/haiwen/seahub/language/es/)\n" @@ -404,10 +404,10 @@ msgstr "Cancelar" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -474,7 +474,7 @@ msgstr "Agregar un revisor" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -994,12 +994,12 @@ msgstr "Backend de Almacenamiento" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1773,7 +1773,7 @@ msgid "Please check the network." msgstr "Por favor verifique la red." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1791,7 +1791,7 @@ msgid "Select a group" msgstr "Seleccione un grupo" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2353,7 +2353,7 @@ msgstr "Por favor seleccione una biblioteca para compartir." msgid "Select libraries to share" msgstr "Seleccionar bibliotecas para compartir" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "Seleccionar grupos..." @@ -2423,8 +2423,8 @@ msgstr "1 ítem eliminado con éxito" msgid "Select a server..." msgstr "Seleccione un servidor..." -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "La biblioteca no puede ser compartida con su propietario." @@ -3661,7 +3661,7 @@ msgstr "Identificador:" msgid "Set Password" msgstr "Establecer Contraseña" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Última modificación por" @@ -5692,12 +5692,7 @@ msgstr "El tamaño debe ser menor que {max_size_placeholder}." msgid "Drag and drop files or folders here." msgstr "Arrastrar y soltar archivos aquí." -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Contenido" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "Ir a la Biblioteca" diff --git a/locale/es_AR/LC_MESSAGES/django.po b/locale/es_AR/LC_MESSAGES/django.po index 63069646ba..a3b665ec46 100644 --- a/locale/es_AR/LC_MESSAGES/django.po +++ b/locale/es_AR/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Rodolfo Cossalter , 2014-2021\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/haiwen/seahub/language/es_AR/)\n" @@ -69,7 +69,7 @@ msgstr "Fallo al definir cuota: la cuota máxima es %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -90,8 +90,8 @@ msgstr "Hay bibliotecas en este departamento." msgid "There are sub-departments in this department." msgstr "Hay sub-departamentos en este departamento." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -152,8 +152,8 @@ msgstr "Email %s es inválido." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -365,44 +365,45 @@ msgstr "Contraseña de %(user)s restablecida a %(passwd)s. Pero el correo de not msgid "must be an integer that is greater than or equal to 0." msgstr "debe ser un número entero mayor o igual que 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "Archivo con virus no encontrado" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Error interno del servidor" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "La ruta de destino es demasiado larga." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Ruta de destino inválida" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -410,31 +411,31 @@ msgstr "Ruta de destino inválida" msgid "Out of quota." msgstr "Cuota agotada." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo mover la carpeta %(src)s a la subcarpeta %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "El archivo está bloqueado" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Falló al cancelar" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "nombre de usuario inválido" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -447,16 +448,16 @@ msgstr "Usuario %s no encontrado." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Persmiso denegado." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "El archivo no está bloqueado." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "No puede refrescar el bloqueo de este archivo." @@ -506,8 +507,8 @@ msgstr "El grupo no existe" msgid "Failed to export Excel" msgstr "Fallo al exportar Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "El permiso ya existe." @@ -540,7 +541,7 @@ msgstr "El usuario %s ya existe." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -572,11 +573,11 @@ msgstr "No se puede restablecer la contraseña de esta biblioteca." msgid "New password of library %s" msgstr "Nueva contraseña de la biblioteca %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Contraseña incorrecta" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Error en el desencriptado de la biblioteca" @@ -584,20 +585,20 @@ msgstr "Error en el desencriptado de la biblioteca" msgid "Wrong old password" msgstr "Contraseña anterior errónea" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "El archivo %s está bloqueado." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "No se puede mover la carpeta %s, por favor verifique los permisos." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "No se puede borrar la carpeta %s, por favor verifique los permisos." @@ -629,14 +630,14 @@ msgid "email invalid." msgstr "email inválido." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un enlace de subida ha sido compartido contigo en %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Contraseña requerida" @@ -655,7 +656,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Días al vencimiento de be ser mayor o igual que %s" @@ -663,7 +664,7 @@ msgstr "Días al vencimiento de be ser mayor o igual que %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Días al vencimiento de be ser menor o igual que %s" @@ -1003,7 +1004,7 @@ msgid "File Path" msgstr "Ruta" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1092,84 +1093,84 @@ msgstr "Invitado" msgid "Default" msgstr "Predeterminado" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Agregado" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Eliminado" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Modificado" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Renombrado" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Movido" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Carpeta agregada" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Carpeta eliminada" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Carpeta renombrada" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Carpeta movida" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Agregado o modificado" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Estado de la biblioteca revertido a las" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Archivo \"%(file)s\" revertido a las %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Carpeta borrada recuperada" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Descripción o nombre de la biblioteca modificados." -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Auto fusionar por sistema seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Biblioteca creada" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Ahora" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1177,7 +1178,7 @@ msgstr[0] "Hace %(days)d día" msgstr[1] "Hace %(days)d días" msgstr[2] "Hace %(days)d días" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1185,7 +1186,7 @@ msgstr[0] "Hace %(hours)d hora" msgstr[1] "Hace %(hours)d horas" msgstr[2] "Hace %(hours)d horas" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1193,7 +1194,7 @@ msgstr[0] "Hace %(minutes)d minuto" msgstr[1] "Hace %(minutes)d minutos" msgstr[2] "Hace %(minutes)d minutos" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1201,19 +1202,19 @@ msgstr[0] "Hace menos de un segundo" msgstr[1] "Hace %(seconds)d segundos" msgstr[2] "Hace %(seconds)d segundos" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lectura / Escritura" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Sólo lectura" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1221,27 +1222,27 @@ msgstr[0] "%(size)d byte" msgstr[1] "%(size)d bytes" msgstr[2] "%(size)d bytes" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1435,7 +1436,7 @@ msgstr "El nombre %s no es válido" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argumento faltante" @@ -1560,7 +1561,7 @@ msgstr "El equipo de %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3861,7 +3862,7 @@ msgstr "Carpeta movida" msgid "New file updates on %s" msgstr "Nuevas actualizaciones en %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Nueva notificación en %s" @@ -4085,7 +4086,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Tip: la manera más segura es la última, pero no está soportado por todos los navegadores. Recomendamos utilizar la última versión de Chrome o Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "La dirección de email es inválida" @@ -4300,7 +4301,7 @@ msgstr "Código de verificación" msgid "A verification code has been sent to the email." msgstr "Se ha enviado un código de verificación al email." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Error interno del servidor, o por favor verifique el(los) e-mail(s) ingresado(s)." @@ -4308,37 +4309,37 @@ msgstr "Error interno del servidor, o por favor verifique el(los) e-mail(s) ingr msgid "Please choose a directory." msgstr "Elije una carpeta." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Guardado con éxito." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "La biblioteca no existe." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "La carpeta no existe." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Sólo el propietario de la biblioteca puede compartirla." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Por favor verifique el(los) e-mail(s) ingresado(s)" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "No se encuentra el enlace para compartir" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Código de verificación para visitar enlaces compartidos" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Fallo al enviar un código de verificación, por favor intente mas tarde." @@ -5152,6 +5153,10 @@ msgstr "Inicio" msgid "Network error" msgstr "Error de red" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Última modificación por" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5279,8 +5284,8 @@ msgid "Unable to view library modification" msgstr "Fallo al ver las modificaciones de la biblioteca" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "La biblioteca no existe" @@ -5300,12 +5305,12 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Imposible descargar \"%s\"" @@ -5328,7 +5333,7 @@ msgstr "Identificador del enlace de subida inválido." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "El archivo no existe" @@ -5370,17 +5375,17 @@ msgstr "La biblioteca está encriptada, no se puede abrir el archivo en línea." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 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:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de OnlyOffice." @@ -5396,13 +5401,13 @@ msgstr "No es posible descargar el archivo, ruta errónea" msgid "Unable to download file." msgstr "Imposible descargar archivo." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Imposible descargar archivo" @@ -5487,7 +5492,7 @@ msgstr "Fallo al definir %s como administrador: el usuario no existe." msgid "Optional" msgstr "Opcional" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "No se puede visualizar Wiki" diff --git a/locale/es_AR/LC_MESSAGES/djangojs.po b/locale/es_AR/LC_MESSAGES/djangojs.po index ffd8a98dec..eda3eb59ab 100644 --- a/locale/es_AR/LC_MESSAGES/djangojs.po +++ b/locale/es_AR/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Rodolfo Cossalter , 2014-2021\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/haiwen/seahub/language/es_AR/)\n" @@ -403,10 +403,10 @@ msgstr "Cancelar" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -473,7 +473,7 @@ msgstr "Agregar un revisor" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -993,12 +993,12 @@ msgstr "Backend de Almacenamiento" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1772,7 +1772,7 @@ msgid "Please check the network." msgstr "Por favor verifique la red." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1790,7 +1790,7 @@ msgid "Select a group" msgstr "Seleccione un grupo" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2352,7 +2352,7 @@ msgstr "Por favor seleccione una biblioteca para compartir." msgid "Select libraries to share" msgstr "Seleccionar bibliotecas para compartir" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "Seleccionar grupos..." @@ -2422,8 +2422,8 @@ msgstr "1 ítem eliminado con éxito" msgid "Select a server..." msgstr "Seleccione un servidor..." -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "La biblioteca no puede ser compartida con su propietario." @@ -3660,7 +3660,7 @@ msgstr "Identificador:" msgid "Set Password" msgstr "Establecer Contraseña" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Última modificación por" @@ -5691,12 +5691,7 @@ msgstr "El tamaño debe ser menor que {max_size_placeholder}." msgid "Drag and drop files or folders here." msgstr "Arrastrar y soltar archivos aquí." -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Contenido" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "Ir a la Biblioteca" diff --git a/locale/es_MX/LC_MESSAGES/django.po b/locale/es_MX/LC_MESSAGES/django.po index e628a8a4df..47e5401271 100644 --- a/locale/es_MX/LC_MESSAGES/django.po +++ b/locale/es_MX/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Rodolfo Cossalter , 2014-2015\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/haiwen/seahub/language/es_MX/)\n" @@ -70,7 +70,7 @@ msgstr "Fallo al definir cuota: la cuota máxima es %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -91,8 +91,8 @@ msgstr "Hay bibliotecas en este departamento." msgid "There are sub-departments in this department." msgstr "Hay sub-departamentos en este departamento." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -153,8 +153,8 @@ msgstr "Email %s es inválido." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -366,44 +366,45 @@ msgstr "Contraseña de o %(user)s restablecida a %(passwd)s. Pero el correo de n msgid "must be an integer that is greater than or equal to 0." msgstr "debe ser un número entero mayor o igual que 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "Archivo con virus no encontrado" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Error interno del servidor" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "La ruta de destino es demasiado larga." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Ruta de destino inválida" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -411,31 +412,31 @@ msgstr "Ruta de destino inválida" msgid "Out of quota." msgstr "Cuota agotada." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo mover el directorio %(src)s al subdirectorio %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "El archivo está bloqueado" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Falló al cancelar" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "nombre de usuario inválido" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -448,16 +449,16 @@ msgstr "Usuario %s no encontrado." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Persmiso denegado." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "El archivo no está bloqueado." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "No puede refrescar el bloqueo de este archivo." @@ -507,8 +508,8 @@ msgstr "El grupo no existe" msgid "Failed to export Excel" msgstr "Fallo al exportar Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "El permiso ya existe." @@ -541,7 +542,7 @@ msgstr "El usuario %s ya existe." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -573,11 +574,11 @@ msgstr "No se puede restablecer la contraseña de esta biblioteca." msgid "New password of library %s" msgstr "Nueva contraseña de la biblioteca %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Contraseña incorrecta" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Error en el desencriptado de la biblioteca" @@ -585,20 +586,20 @@ msgstr "Error en el desencriptado de la biblioteca" msgid "Wrong old password" msgstr "Contraseña anterior errónea" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "El archivo %s está bloqueado." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "No se puede mover la carpeta %s, por favor verifique los permisos." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "No se puede borrar la carpeta %s, por favor verifique los permisos." @@ -630,14 +631,14 @@ msgid "email invalid." msgstr "email inválido." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un enlace de subida ha sido compartido contigo en %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Contraseña requerida" @@ -656,7 +657,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Días al vencimiento de be ser mayor o igual que %s" @@ -664,7 +665,7 @@ msgstr "Días al vencimiento de be ser mayor o igual que %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Días al vencimiento de be ser menor o igual que %s" @@ -1004,7 +1005,7 @@ msgid "File Path" msgstr "Ruta" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1093,84 +1094,84 @@ msgstr "Invitado" msgid "Default" msgstr "Predeterminado" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Agregado" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Eliminado" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Modificado" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Renombrado" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Movido" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Directorio agregado" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Directorio eliminado" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Directorio Renombrado" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Directorio movido" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Agregado o modificado" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Estado de la biblioteca revertido a las" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Archivo \"%(file)s\" revertido a las %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Directorio borrado recuperado" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Descripción o nombre de la biblioteca modificados." -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Auto fusionar con sistema seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Biblioteca creada" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Ahora" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1178,7 +1179,7 @@ msgstr[0] "Hace %(days)d día" msgstr[1] "Hace %(days)d días" msgstr[2] "Hace %(days)d días" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1186,7 +1187,7 @@ msgstr[0] "Hace %(hours)d hora" msgstr[1] "Hace %(hours)d horas" msgstr[2] "Hace %(hours)d horas" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1194,7 +1195,7 @@ msgstr[0] "Hace %(minutes)d minuto" msgstr[1] "Hace %(minutes)d minutos" msgstr[2] "Hace %(minutes)d minutos" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1202,19 +1203,19 @@ msgstr[0] "Hace menos de un segundo" msgstr[1] "Hace %(seconds)d segundos" msgstr[2] "Hace %(seconds)d segundos" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lectura-Escritura" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Sólo lectura" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1222,27 +1223,27 @@ msgstr[0] "%(size)d byte" msgstr[1] "%(size)d bytes" msgstr[2] "%(size)d bytes" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1436,7 +1437,7 @@ msgstr "El nombre %s no es válido" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argumento Faltante" @@ -1561,7 +1562,7 @@ msgstr "El equipo de %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3862,7 +3863,7 @@ msgstr "Carpeta movida" msgid "New file updates on %s" msgstr "Nuevas actualizaciones en %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Nueva notificación en %s" @@ -4086,7 +4087,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Tip: la manera más segura es la última, pero no está soportado por todos los navegadores. Recomendamos utilizar la ultima versión de Chrome o Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "La dirección de email es inválida" @@ -4301,7 +4302,7 @@ msgstr "Código de verificación" msgid "A verification code has been sent to the email." msgstr "Se ha enviado un código de verificación al email." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Error interno del servidor, o por favor verifique el(los) e-mail(s) ingresado(s)." @@ -4309,37 +4310,37 @@ msgstr "Error interno del servidor, o por favor verifique el(los) e-mail(s) ingr msgid "Please choose a directory." msgstr "Elija un directorio." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Guardado correctamente." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "La biblioteca no existe." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "La carpeta no existe." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Sólo el propietario de la biblioteca puede compartirla." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Por favor verifique el(los) e-mail(s) ingresado(s)" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "No se encuentra el enlace para compartir" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Código de verificación para visitar enlaces compartidos" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Fallo al enviar un código de verificación, por favor intente mas tarde." @@ -5153,6 +5154,10 @@ msgstr "Inicio" msgid "Network error" msgstr "Error de red" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Última modificación por" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5280,8 +5285,8 @@ msgid "Unable to view library modification" msgstr "Fallo al ver las modificaciones de la biblioteca" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "La biblioteca no existe" @@ -5301,12 +5306,12 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Imposible descargar \"%s\"" @@ -5329,7 +5334,7 @@ msgstr "Identificador del enlace de subida inválido." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "El archivo no existe" @@ -5371,17 +5376,17 @@ msgstr "La biblioteca está encriptada, no se puede abrir el archivo en línea." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 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:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Error al preparar la página de la vista preliminar de archivo de OnlyOffice." @@ -5397,13 +5402,13 @@ msgstr "No es posible descargar el archivo, ruta errónea" msgid "Unable to download file." msgstr "Imposible descargar archivo." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Imposible descargar archivo" @@ -5488,7 +5493,7 @@ msgstr "Fallo al definir %s como administrador: el usuario no existe." msgid "Optional" msgstr "Opcional" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "No se puede visualizar Wiki" diff --git a/locale/es_MX/LC_MESSAGES/djangojs.po b/locale/es_MX/LC_MESSAGES/djangojs.po index 61f99f280f..f99964d837 100644 --- a/locale/es_MX/LC_MESSAGES/djangojs.po +++ b/locale/es_MX/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Hector Colina , 2013\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/haiwen/seahub/language/es_MX/)\n" @@ -403,10 +403,10 @@ msgstr "Cancelar" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -473,7 +473,7 @@ msgstr "Agregar un revisor" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -993,12 +993,12 @@ msgstr "Backend de Almacenamiento" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1772,7 +1772,7 @@ msgid "Please check the network." msgstr "Por favor verifique la red." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1790,7 +1790,7 @@ msgid "Select a group" msgstr "Seleccione un grupo" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2352,7 +2352,7 @@ msgstr "Por favor seleccione una biblioteca para compartir." msgid "Select libraries to share" msgstr "Seleccionar bibliotecas para compartir" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "Seleccionar grupos..." @@ -2422,8 +2422,8 @@ msgstr "1 ítem eliminado con éxito" msgid "Select a server..." msgstr "Seleccione un servidor..." -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "La biblioteca no puede ser compartida con su propietario." @@ -3660,7 +3660,7 @@ msgstr "Identificador:" msgid "Set Password" msgstr "Establecer Contraseña" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Última modificación por" @@ -5691,12 +5691,7 @@ msgstr "El tamaño debe ser menor que {max_size_placeholder}." msgid "Drag and drop files or folders here." msgstr "Arrastrar y soltar archivos aquí." -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Contenido" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "Ir a la Biblioteca" diff --git a/locale/fi/LC_MESSAGES/django.po b/locale/fi/LC_MESSAGES/django.po index 0fe9df0d09..554d815cd0 100644 --- a/locale/fi/LC_MESSAGES/django.po +++ b/locale/fi/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Teppo Sarjonen , 2017-2018\n" "Language-Team: Finnish (http://www.transifex.com/haiwen/seahub/language/fi/)\n" @@ -69,7 +69,7 @@ msgstr "Kiintiö asettaminen epäonnistui: maksimikiintiö on %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -90,8 +90,8 @@ msgstr "Tässä osastossa ei ole kirjastoja." msgid "There are sub-departments in this department." msgstr "Tässä osastossa ei ole ali-osastoja." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -152,8 +152,8 @@ msgstr "Sähköpostiosoite %s on virheellinen." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -365,44 +365,45 @@ msgstr "Salasana nollattu onnistuneesti käyttäjälle %(user)s, mutta sähköpo msgid "must be an integer that is greater than or equal to 0." msgstr "pitää olla integer joka on suurempi tai samansuuruinen kuin 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Sisäinen palvelinvirhe" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Kohdepolku on liian pitkä." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Virheellinen kohdepolku" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -410,31 +411,31 @@ msgstr "Virheellinen kohdepolku" msgid "Out of quota." msgstr "Tila loppu." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Hakemistoa %(src)s ei voi siirtää sen alihakemistoon %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Tiedosto on lukittu" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Peruutus epäonnistui" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "Käyttäjätunnus ei kelpaa." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -447,16 +448,16 @@ msgstr "Käyttäjää %s ei löydy." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Pääsy estetty." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "Tiedosto ei ole lukittu." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Et voi päivittää tiedosto on lukiitu." @@ -506,8 +507,8 @@ msgstr "Ryhmää ei ole olemassa" msgid "Failed to export Excel" msgstr "Vienti Exceliin epäonnistui" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "Oikeudet ovat jo olemassa." @@ -540,7 +541,7 @@ msgstr "Käyttäjä %s on jo olemassa." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -572,11 +573,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Väärä salasana" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Salauksenpurkukirjaston virhe" @@ -584,20 +585,20 @@ msgstr "Salauksenpurkukirjaston virhe" msgid "Wrong old password" msgstr "Väärä vanha salasana" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -629,14 +630,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Sinulle on jaettu latauslinkki palveluun %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Salasana vaaditaan" @@ -655,7 +656,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -663,7 +664,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1003,7 +1004,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1092,151 +1093,151 @@ msgstr "Vieras" msgid "Default" msgstr "Oletus" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Lisätty" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Poistettu" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Muokattu" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Nimetty uudelleen" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Siirretty" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Lisätty kansio" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Poistettu kansio" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Uudelleennimetty kansio" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Siirretty kansio" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Lisätty tai muokattu" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Kirjasto palautettu statukseen" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Palautettu tiedosto\"%(file)s\" statukseen %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Palautettiin poistettu kansio" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Muutettiin kirjaston nimi tai kuvaus" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Automaattinen sulautus seafile systeemin toimesta" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Luotiin kirjasto" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Juuri nyt" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "%(days)d päivä sitten" msgstr[1] "%(days)d päivää sitten" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "%(hours)d tunti sitten" msgstr[1] "%(hours)d tuntia sitten" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "%(minutes)d minuutti sitten" msgstr[1] "%(minutes)d minuuttia sitten" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d sekunti sitten" msgstr[1] "%(seconds)d sekuntia sitten" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Luku-Kirjoitus" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Vain-Luku" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "%(size)d tavu" msgstr[1] "%(size)d tavua" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1430,7 +1431,7 @@ msgstr "Nimi %s ei ole sallittu" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argumentti puuttuu" @@ -1555,7 +1556,7 @@ msgstr "%(site_name)s tiimi" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3855,7 +3856,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Uusi ilmoitus %s" @@ -4078,7 +4079,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Vinkki: jälkimmäinen tapa on turvallisempi, mutta se ei ole tuettu hyvin kaikissa selaimissa. Ohjeistamme sinua käyttämään viimeisintä versiota Chromesta tai Firefoxista." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "Sähköpostiosoite ei ole kelpo" @@ -4292,7 +4293,7 @@ msgstr "Vahvistuskoodi" msgid "A verification code has been sent to the email." msgstr "Vahvistuskoodi on lähetetty sähköpostiosoitteeseen." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Palvelimen sisäinen virhe, tai katso syöttämäsi sähköposti(t)." @@ -4300,37 +4301,37 @@ msgstr "Palvelimen sisäinen virhe, tai katso syöttämäsi sähköposti(t)." msgid "Please choose a directory." msgstr "Ole hyvä ja valitse hakemisto." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Tallennettu onnistuneesti." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Kirjastoa ei ole." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Hakemistoa ei ole." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Ainoastaan kirjaston omistajalla on oikeus ja se." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Ole hyvä ja tarkista syöttämäsi sähköposti(t)" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Jakolinkkiä ei löydy" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Vahvistukoodi jakolinkkien vierailua varten" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Vahvistuskoodin lähetys epäonnistui, yritä myöhemmin uudelleen." @@ -5144,6 +5145,10 @@ msgstr "Aloita" msgid "Network error" msgstr "Verkkovirhe" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5271,8 +5276,8 @@ msgid "Unable to view library modification" msgstr "Kirjaston muokkauksen katselu epäonnistui" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Kirjastoa ei ole" @@ -5292,12 +5297,12 @@ msgstr "Määrittämääsi historiaa ei ole" msgid "Unknown error" msgstr "Tuntematon virhe" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" ei ole olemassa." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Kohteen \"%s\" lataus ei onnistu" @@ -5320,7 +5325,7 @@ msgstr "Virheellinen tunniste lähetyslinkissä." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Tiedostoa ei ole olemassa." @@ -5362,17 +5367,17 @@ msgstr "Kirjasto on salattu, sitä ei voi avata verkossa." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Tiedoston katselu epäonnistui" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "Virhe valmistettaessa Office Online -tiedoston esikatselusivua." #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Virhe valmistettaessa OnlyOffice -tiedoston esikatselusivua." @@ -5388,13 +5393,13 @@ msgstr "Tiedoston lataus epäonnistui, väärä tiedostopolku" msgid "Unable to download file." msgstr "Tiedoston lataus epäonnistui." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Tiedostoa ei voi ladata" @@ -5479,7 +5484,7 @@ msgstr "Käyttäjän %s asetus ylläpitäjäksi epäonnistui: käyttäjää ei o msgid "Optional" msgstr "Valinnainen" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/fi/LC_MESSAGES/djangojs.po b/locale/fi/LC_MESSAGES/djangojs.po index 925330a435..af4af6fc82 100644 --- a/locale/fi/LC_MESSAGES/djangojs.po +++ b/locale/fi/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Teppo Sarjonen , 2017-2018\n" "Language-Team: Finnish (http://www.transifex.com/haiwen/seahub/language/fi/)\n" @@ -404,10 +404,10 @@ msgstr "Peruuta" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -474,7 +474,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -994,12 +994,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1773,7 +1773,7 @@ msgid "Please check the network." msgstr "Ole hyvä ja tarkista verkko." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1791,7 +1791,7 @@ msgid "Select a group" msgstr "Valitse ryhmä" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2353,7 +2353,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Valitse jaettavat kirjastot" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2423,8 +2423,8 @@ msgstr "Onnistuneesti tuhottu 1 kohde." msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3661,7 +3661,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5692,12 +5692,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 97c1e0adee..f7f2934687 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -36,7 +36,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: chadek , 2021-2022\n" "Language-Team: French (http://www.transifex.com/haiwen/seahub/language/fr/)\n" @@ -93,7 +93,7 @@ msgstr "Impossible de définir le quota : quota maximum %d Mo" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -114,8 +114,8 @@ msgstr "Il y a des bibliothèques dans ce département." msgid "There are sub-departments in this department." msgstr "Il y a des sous-départements dans cet département." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -176,8 +176,8 @@ msgstr "L'e-mail %s n'est pas valide." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -389,44 +389,45 @@ msgstr "Le mot de passe de l'utilisateur %(user)s a été remplacé par %(passwd msgid "must be an integer that is greater than or equal to 0." msgstr "Doit être un nombre entier supérieur ou égal à 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "Fichier de virus introuvable" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Erreur interne du serveur" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Le chemin de destination est trop long." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Chemin de destination invalide" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -434,31 +435,31 @@ msgstr "Chemin de destination invalide" msgid "Out of quota." msgstr "Quota dépassé." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Impossible de déplacer le dossier %(src)s vers son sous-dossier %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Le fichier est verrouillé" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "L'annulation a échoué" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "Nom d'utilisateur incorrect." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -471,16 +472,16 @@ msgstr "L'utilisateur %s est introuvable." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Autorisation refusée." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "Le fichier n'est pas verrouillé." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Impossible de rafraichir. Ce fichier est verrouillé." @@ -530,8 +531,8 @@ msgstr "Le groupe n'existe pas" msgid "Failed to export Excel" msgstr "Impossible d'exporter vers Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "Cette permission est déjà affectée" @@ -564,7 +565,7 @@ msgstr "L'utilisateur %s existe déjà." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -596,11 +597,11 @@ msgstr "Impossible de réinitialiser le mot de passe de cette bibliothèque." msgid "New password of library %s" msgstr "Nouveau mot de passe de la bibliothèque %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Le mot de passe est erroné" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Erreur de déchiffrement de la bibliothèque" @@ -608,20 +609,20 @@ msgstr "Erreur de déchiffrement de la bibliothèque" msgid "Wrong old password" msgstr "Ancien mot de passe erroné" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "Le fichier %s est verrouillé." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "Le dossier %s ne peut être déplacé, veuillez vérifier les permissions." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "Le dossier %s ne peut être supprimé, veuillez vérifier les permissions." @@ -653,14 +654,14 @@ msgid "email invalid." msgstr "L'adresse e-mail n'est pas valide" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un lien d'envoi a été partagé pour vous sur %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Le mot de passe est obligatoire." @@ -679,7 +680,7 @@ msgstr "Mot de passe trop faible" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Les jours d’expiration doivent être supérieurs ou égaux à %s" @@ -687,7 +688,7 @@ msgstr "Les jours d’expiration doivent être supérieurs ou égaux à %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Les jours d’expiration doivent être inférieurs ou égaux à %s" @@ -1027,7 +1028,7 @@ msgid "File Path" msgstr "Chemin du fichier" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1116,84 +1117,84 @@ msgstr "Invité" msgid "Default" msgstr "Défaut" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Ajouté" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Enlevé" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Modifié" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Renommé" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Déplacé" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Ajout du dossier" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Suppression du dossier" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Renommage du dossier" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Déplacement du dossier" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Ajouté ou modifié" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Retour de la bibliothèque à son état du " -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Retour du fichier \"%(file)s\" à son état du %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Récupération du dossier supprimé." -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Le nom de la bibliothèque ou sa description a changé." -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Fusion automatique par Seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Bibliothèque créée" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "À l'instant" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1201,7 +1202,7 @@ msgstr[0] "Il y a %(days)d jour" msgstr[1] "Il y a %(days)d jours" msgstr[2] "Il y a %(days)d jours" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1209,7 +1210,7 @@ msgstr[0] "Il y a %(hours)d heure" msgstr[1] "Il y a %(hours)d heures" msgstr[2] "Il y a %(hours)d heures" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1217,7 +1218,7 @@ msgstr[0] "Il y a %(minutes)d minute" msgstr[1] "Il y a %(minutes)d minutes" msgstr[2] "Il y a %(minutes)d minutes" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1225,19 +1226,19 @@ msgstr[0] "Il y a %(seconds)d seconde" msgstr[1] "Il y a %(seconds)d secondes" msgstr[2] "Il y a %(seconds)d secondes" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lecture / Écriture" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Lecture seule" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1245,27 +1246,27 @@ msgstr[0] "%(size)d byte" msgstr[1] "%(size)d octets" msgstr[2] "%(size)d octets" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s Ko" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s Mo" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s Go" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s To" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s Po" @@ -1459,7 +1460,7 @@ msgstr "Le nom %s n'est pas valide" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argument manquant" @@ -1584,7 +1585,7 @@ msgstr "L'équipe de %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3885,7 +3886,7 @@ msgstr "Dossier déplacé" msgid "New file updates on %s" msgstr "Nouvelles mises à jour fichier sur %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr " Nouvelle notification sur %s" @@ -4109,7 +4110,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Astuce : La dernière méthode est plus sécurisée, mais elle n'est pas bien supportée par tous les navigateurs. Nous vous conseillons d'utiliser la dernière version de Chrome ou Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "L'adresse e-mail n'est pas valide" @@ -4324,7 +4325,7 @@ msgstr "Code de vérification" msgid "A verification code has been sent to the email." msgstr "Un code de vérification a été envoyé sur votre e-mail." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Erreur interne du serveur, ou alors vérifiez le(s) e-mail(s) reçus" @@ -4332,37 +4333,37 @@ msgstr "Erreur interne du serveur, ou alors vérifiez le(s) e-mail(s) reçus" msgid "Please choose a directory." msgstr "Veuillez choisir un dossier." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Sauvegardé avec succès." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "La bibliothèque n'existe pas." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Le répertoire n’existe pas." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Seul le propriétaire de la bibliothèque a l'autorisation de la partager." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Veuillez vérifier l'e-mail ou les e-mails que vous avez entré(s)" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Le lien de partage n'a pas été trouvé" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Code de vérification pour les liens de partage" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "L'envoi du code de vérification a échoué, veuillez réessayer plus tard." @@ -5176,6 +5177,10 @@ msgstr "Démarrer" msgid "Network error" msgstr "Erreur réseau" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Modifié dernièrement par" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5303,8 +5308,8 @@ msgid "Unable to view library modification" msgstr "Impossible d'afficher les modifications de la bibliothèque" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "La bibliothèque n'existe pas" @@ -5324,12 +5329,12 @@ msgstr "L'historique que vous avez spécifié n'existe pas" msgid "Unknown error" msgstr "Erreur inconnue" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" n'existe pas." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Impossible de télécharger \"%s\"" @@ -5352,7 +5357,7 @@ msgstr "Mauvais token de lien d'envoi." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Le fichier n'existe pas" @@ -5394,17 +5399,17 @@ msgstr "La bibliothèque est cryptée. Elle ne peut pas être ouverte en ligne." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Impossible d'afficher le fichier" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 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:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Erreur en préparant la page de prévisualisation du fichier OnlyOffice" @@ -5420,13 +5425,13 @@ msgstr "Impossible de télécharger le fichier, chemin de fichier erroné" msgid "Unable to download file." msgstr "Impossible de télécharger le fichier." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Partager le lien pour %s." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Impossible de télécharger le fichier" @@ -5511,7 +5516,7 @@ msgstr "Impossible de définir %s en tant qu'administrateur : l'utilisateur n'ex msgid "Optional" msgstr "Optionnel" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "Impossible d'afficher le Wiki" diff --git a/locale/fr/LC_MESSAGES/djangojs.po b/locale/fr/LC_MESSAGES/djangojs.po index 61d3a525f3..52c2be02ee 100644 --- a/locale/fr/LC_MESSAGES/djangojs.po +++ b/locale/fr/LC_MESSAGES/djangojs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: chadek , 2021-2022\n" "Language-Team: French (http://www.transifex.com/haiwen/seahub/language/fr/)\n" @@ -414,10 +414,10 @@ msgstr "Annuler" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -484,7 +484,7 @@ msgstr "Ajouter un nouveau rédacteur" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -1004,12 +1004,12 @@ msgstr "Système de stockage" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1783,7 +1783,7 @@ msgid "Please check the network." msgstr "Veuillez vérifier le réseau." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1801,7 +1801,7 @@ msgid "Select a group" msgstr "Sélectionner un groupe" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2363,7 +2363,7 @@ 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-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "Sélectionner les groupes..." @@ -2433,8 +2433,8 @@ msgstr "Un objet a été supprimé." msgid "Select a server..." msgstr "Sélectionner un serveur" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "La bibliothèque ne peut pas être partagée par son propriétaire" @@ -3671,7 +3671,7 @@ msgstr "Jeton :" msgid "Set Password" msgstr "Définir un mot de passe" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Modifié dernièrement par" @@ -5702,12 +5702,7 @@ msgstr "La taille du fichier doit être inférieure à {max_size_placeholder}." msgid "Drag and drop files or folders here." msgstr "Glisser-déposer des fichiers et dossiers" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Contenus" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "Aller à la bibliothèque" diff --git a/locale/he/LC_MESSAGES/django.po b/locale/he/LC_MESSAGES/django.po index 47a82282b4..5a025cd111 100644 --- a/locale/he/LC_MESSAGES/django.po +++ b/locale/he/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Kunda, 2013-2014\n" "Language-Team: Hebrew (http://www.transifex.com/haiwen/seahub/language/he/)\n" @@ -67,7 +67,7 @@ msgstr "" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -88,8 +88,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -150,8 +150,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -363,44 +363,45 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "שגיאת שרת פנימית" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -408,31 +409,31 @@ msgstr "" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -445,16 +446,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -504,8 +505,8 @@ msgstr "הקבוצה לא קיימת" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -538,7 +539,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -570,11 +571,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "סיסמא לא נכונה" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "לפענח שגיאת ספרייה" @@ -582,20 +583,20 @@ msgstr "לפענח שגיאת ספרייה" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -627,14 +628,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "נדרשת סיסמה." @@ -653,7 +654,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -661,7 +662,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1001,7 +1002,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1090,84 +1091,84 @@ msgstr "" msgid "Default" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "הוסר" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "השתנה" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "הוסר תיקייה" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "" -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "השתנתה שם הספרייה או תיאור" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "ספרייה נוצרה" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "כרגע" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1176,7 +1177,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1185,7 +1186,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1194,7 +1195,7 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1203,19 +1204,19 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "קריאה-כתיבה" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "קריאה-בלבד" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1224,27 +1225,27 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1438,7 +1439,7 @@ msgstr "השם %s אינו תקין" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "" @@ -1563,7 +1564,7 @@ msgstr "" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3865,7 +3866,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "" @@ -4090,7 +4091,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4306,7 +4307,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4314,37 +4315,37 @@ msgstr "" msgid "Please choose a directory." msgstr "" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "נשמר בהצלחה." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "הספרייה לא קיימת" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "רק לבעל הספרייה יש את ההרשאה לשתף את זה." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5158,6 +5159,10 @@ msgstr "" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5285,8 +5290,8 @@ msgid "Unable to view library modification" msgstr "לא ניתן להציג שינוי הספרייה" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "הספרייה לא קיימת" @@ -5306,12 +5311,12 @@ msgstr "" msgid "Unknown error" msgstr "שגיאה לא ידועה" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "" @@ -5334,7 +5339,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "קובץ לא קיים" @@ -5376,17 +5381,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "לא ניתן להציג קובץ" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5402,13 +5407,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5493,7 +5498,7 @@ msgstr "" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/he/LC_MESSAGES/djangojs.po b/locale/he/LC_MESSAGES/djangojs.po index 479f800f51..2d0bc6d18a 100644 --- a/locale/he/LC_MESSAGES/djangojs.po +++ b/locale/he/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew (http://www.transifex.com/haiwen/seahub/language/he/)\n" @@ -400,10 +400,10 @@ msgstr "בטל" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "נא בדוק את הרשת." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/hu/LC_MESSAGES/django.po b/locale/hu/LC_MESSAGES/django.po index 7d00de4a55..d9f3b103c1 100644 --- a/locale/hu/LC_MESSAGES/django.po +++ b/locale/hu/LC_MESSAGES/django.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Kelemen Norbert , 2018,2022\n" "Language-Team: Hungarian (http://www.transifex.com/haiwen/seahub/language/hu/)\n" @@ -74,7 +74,7 @@ msgstr "Kvóta beállítása sikertelen: a maximális kvóta %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -95,8 +95,8 @@ msgstr "Ebben az osztályban kötetek találhatóak." msgid "There are sub-departments in this department." msgstr "Ebben az osztályban alosztályok találhatóak." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -157,8 +157,8 @@ msgstr "%s érvénytelen e-mail cím." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -370,44 +370,45 @@ msgstr "Jelszó sikeresen átállítva erre: %(passwd)s, de a(z) %(user)s felhas msgid "must be an integer that is greater than or equal to 0." msgstr "Csak 0 vagy nagyobb egész lehet." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Belső kiszolgálóhiba" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "A célútvonal túl hosszú" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "A cél útvonal érvénytelen" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -415,31 +416,31 @@ msgstr "A cél útvonal érvénytelen" msgid "Out of quota." msgstr "Kvóta túllépés." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "A(z) %(src)s könyvtárat nem lehet átmozgatni a(z) %(des)s alkönyvtárába" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "A fájl zárolva van" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Nem sikerült megszakítani" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "Érvénytelen felhasználónév." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -452,16 +453,16 @@ msgstr "%s felhasználó nem található." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Jogosultság megtagadva" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "A fájl nincs zárolva." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Nem újíthatja meg a fájl zárolását." @@ -511,8 +512,8 @@ msgstr "Nem létezik a csoport" msgid "Failed to export Excel" msgstr "Excelbe exportálás sikertelen." -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "A jogosultság már létezéik." @@ -545,7 +546,7 @@ msgstr "%s felhasználó már létezik." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -577,11 +578,11 @@ msgstr "Kötet jelszavának visszaállítása sikertelen." msgid "New password of library %s" msgstr "Új kötet jelszó %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Hibás jelszó" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Kötet visszafejtési hiba" @@ -589,20 +590,20 @@ msgstr "Kötet visszafejtési hiba" msgid "Wrong old password" msgstr "Hibás régi jelszó" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -634,14 +635,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Feltöltési linket osztottak meg Önnel itt: %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Jelszó szükséges." @@ -660,7 +661,7 @@ msgstr "A jelszó túl gyenge" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "A lejárati napok száma legalább %s" @@ -668,7 +669,7 @@ msgstr "A lejárati napok száma legalább %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "A lejárati napok száma legfeljebb %s" @@ -1008,7 +1009,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1097,151 +1098,151 @@ msgstr "Vendég" msgid "Default" msgstr "Alapértelmezett" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Hozzáadva" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Eltávolítva" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Módosítva" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Átnevezve" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Áthelyezve" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Könyvtár létrehozva" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Könyvtár eltávolítva" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Könyvtár átnevezve" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Könyvtár áthelyezve" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Hozzáadott vagy változott" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Kötet visszaállítva erre az állapotra:" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "„%(file)s” fájl visszaállítva erre az állapotra: %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Törölt könyvtár visszaállítva" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Kötetnév vagy leírás módosítva" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Automatikus összeolvasztás (seafile)" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Kötet létrehozva" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Éppen most" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "%(days)d napja" msgstr[1] "%(days)d napja" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "%(hours)d órája" msgstr[1] "%(hours)d órája" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "%(minutes)d perce" msgstr[1] "%(minutes)d perce" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d másodperce" msgstr[1] "%(seconds)d másodperce" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Írás-olvasás" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Csak olvaható" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "%(size)d byte" msgstr[1] "%(size)d byte" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1435,7 +1436,7 @@ msgstr "Érvénytelen név: %s" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Hiányzó paraméter" @@ -1560,7 +1561,7 @@ msgstr "%(site_name)s csapat" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3860,7 +3861,7 @@ msgstr "Áthelyezett mappa" msgid "New file updates on %s" msgstr "Új fájl módosítások: %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Új üzenet itt: %s" @@ -4083,7 +4084,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Tipp: ez utóbbi megoldás nagyobb biztonságot ad, de nem minden böngésző támogatja megfelelően. Ha ezt a lehetőséget választja, kérjük, győződjön meg róla, hogy a Chrome vagy a Firefox böngészők legfrissebb verzióját használja." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "Érvénytelen email cím" @@ -4297,7 +4298,7 @@ msgstr "Ellenőrzőkód" msgid "A verification code has been sent to the email." msgstr "Email címére egy ellenőrzőkódot küldtünk." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Szerver hiba, vagy ellenőrizd a beadott e-maileket" @@ -4305,37 +4306,37 @@ msgstr "Szerver hiba, vagy ellenőrizd a beadott e-maileket" msgid "Please choose a directory." msgstr "Válasszon könyvtárat." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Sikeresen elmentve." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "A kötet nem létezik." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "A könyvtár nem létezik." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Csak a kötet tulajdonosa jogosult megosztani." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Ellenőrizd a beadott e-maileket" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Megosztási link nem található" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Ennelőrzőkód megosztási linkek megtekintéséhez" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Ellenőrző kód küldése sikertelen, próbálja újra később." @@ -5149,6 +5150,10 @@ msgstr "Indít" msgid "Network error" msgstr "Hálózati hiba" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Utoljára módosító" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5276,8 +5281,8 @@ msgid "Unable to view library modification" msgstr "Sikertelen a kötet módosításainak megtekintése" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "A kötet nem létezik" @@ -5297,12 +5302,12 @@ msgstr "A megadott napló nem létezik" msgid "Unknown error" msgstr "Ismeretlen hiba" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nem létezik." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "„%s” letöltése sikertelen" @@ -5325,7 +5330,7 @@ msgstr "Hibás feltöltési link token." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "A fájl nem létezik" @@ -5367,17 +5372,17 @@ msgstr "Ez egy titkosított kötet, a fájlokat nem lehet online megjeleníteni. #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Fájl megtekintése sikertelen" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 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:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 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." @@ -5393,13 +5398,13 @@ msgstr "A fájlt nem lehet letölteni, hibás elérési útvonal" msgid "Unable to download file." msgstr "Fájl letöltése sikertelen." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Nem lehet fájlt letölteni" @@ -5484,7 +5489,7 @@ msgstr "A %s felhasználót nem lehet adminisztrátornak jelölni, a felhasznál msgid "Optional" msgstr "Opcionálos" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "Wiki megtekintése sikertelen" diff --git a/locale/hu/LC_MESSAGES/djangojs.po b/locale/hu/LC_MESSAGES/djangojs.po index 119aa079cd..3a893ded01 100644 --- a/locale/hu/LC_MESSAGES/djangojs.po +++ b/locale/hu/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Kelemen Norbert , 2018,2022\n" "Language-Team: Hungarian (http://www.transifex.com/haiwen/seahub/language/hu/)\n" @@ -403,10 +403,10 @@ msgstr "Mégsem" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -473,7 +473,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -993,12 +993,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1772,7 +1772,7 @@ msgid "Please check the network." msgstr "Ellenőrizze a hálózatot." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1790,7 +1790,7 @@ msgid "Select a group" msgstr "Csoport kiválasztása" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2352,7 +2352,7 @@ 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-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2422,8 +2422,8 @@ msgstr "1 elem sikeresen törölve." msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3660,7 +3660,7 @@ msgstr "" msgid "Set Password" msgstr "Jelszó beállítása" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Utoljára módosító" @@ -5691,12 +5691,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Tartalom" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/is/LC_MESSAGES/django.po b/locale/is/LC_MESSAGES/django.po index 1d22cf3e8a..0d017356b7 100644 --- a/locale/is/LC_MESSAGES/django.po +++ b/locale/is/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+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://www.transifex.com/haiwen/seahub/language/is/)\n" @@ -67,7 +67,7 @@ msgstr "Mistókst að gefa út kvóta: hámarks kvóti er %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -88,8 +88,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -150,8 +150,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -363,44 +363,45 @@ msgstr "Tókst að endurstilla lykilorðið í %(passwd)s fyrir notandann %(user msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Kerfisvilla" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Viðtökuslóð er of löng." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Ekki leyfileg viðtökuslóð" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -408,31 +409,31 @@ msgstr "Ekki leyfileg viðtökuslóð" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Get ekki flutt möppuna %(src)s í undirmöppuna %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Skrá er læst" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Mistókst að hætta við" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -445,16 +446,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Aðgangur óheimill." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -504,8 +505,8 @@ msgstr "Hópur er ekki til" msgid "Failed to export Excel" msgstr "Mistókst að flytja út í Excel skrá" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -538,7 +539,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -570,11 +571,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Rangt lykilorð" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Villa í dulkóðuðu safni" @@ -582,20 +583,20 @@ msgstr "Villa í dulkóðuðu safni" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -627,14 +628,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Upphleðsluslóð er deilt með þér á %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Lykilorðs er krafist." @@ -653,7 +654,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -661,7 +662,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1001,7 +1002,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1090,151 +1091,151 @@ msgstr "Gestur" msgid "Default" msgstr "Sjálfgefið" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Bætt við" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Fjarlægt" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Breytt" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Endurnefnt" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Fært" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Bætt við möppu" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Fjarlægði möppu" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Endurnefndi möppu" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Færði möppu" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Bætt við eða breytt" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Endursetti safnastöðuna að" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Endursetti skráarstöðu \"%(file)s\" á %(time)s. " -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Endurheimti eyddri möppu" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Breytti nafni á safni eða lýsingu" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Steypt saman sjálfvirkt af Seafile kerfinu" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Bjó til safn" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Rétt í þessu" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "fyrir %(days)d degi síðan" msgstr[1] "fyrir %(days)d dögum síðan" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "fyrir %(hours)d klukkustund síðan" msgstr[1] "fyrir %(hours)d klukkustundum síðan" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "fyrir %(minutes)d mínútu síðan" msgstr[1] "fyrir %(minutes)d mínútum síðan" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "fyrir %(seconds)d sekúndu síðan" msgstr[1] "fyrir %(seconds)d sekúndum síðan" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lesa-Skrifa" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Aðeins-Lesa" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "%(size)d bæti" msgstr[1] "%(size)d bæti" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1428,7 +1429,7 @@ msgstr "Ekki má nota nafnið %s" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Vantar frumgildi" @@ -1553,7 +1554,7 @@ msgstr "%(site_name)s teymið" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3853,7 +3854,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Ný athugasemd á %s" @@ -4076,7 +4077,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Hint: síðari leiðin er öruggari, en er ekki studd í öllum vöfrum. Við ráðleggjum þér að nota nýjustu útgáfuna af Chrome eða Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4290,7 +4291,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Kerfisvilla, en vinsamlegast athugaðu netfangið/netföngin sem þú slóst inn" @@ -4298,37 +4299,37 @@ msgstr "Kerfisvilla, en vinsamlegast athugaðu netfangið/netföngin sem þú sl msgid "Please choose a directory." msgstr "Veldu skáarsafn." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Tókst að vista." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Safn er ekki til" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Mappan er ekki til." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Aðeins eigandi safnsins hefur leyfi til að deila því." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Vinsamlegast athugaðu netfangið/netföngin sem þú slóst inn" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5142,6 +5143,10 @@ msgstr "Byrja" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5269,8 +5274,8 @@ msgid "Unable to view library modification" msgstr "Getur ekki skoðað breytingar safns" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Safn er ekki til" @@ -5290,12 +5295,12 @@ msgstr "Sagan sem þú tilgreindir er ekki til" msgid "Unknown error" msgstr "Óþekkt villa" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" er ekki til." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Get ekki hlaðið niður \"%s\"" @@ -5318,7 +5323,7 @@ msgstr "Slæmt tákn í upphleðsluhlekk" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Skrá er ekki til" @@ -5360,17 +5365,17 @@ msgstr "Þetta safn er dulkóðað, get ekki opnað skrár innan kerfis." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Getur ekki skoðað skrá" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5386,13 +5391,13 @@ msgstr "Gat ekki niðurhalað skrá, röng skráarslóð" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Get ekki halað niður skrá" @@ -5477,7 +5482,7 @@ msgstr "Mistókst að gera %s að kerfisstjóra: notandi er ekki til." msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/is/LC_MESSAGES/djangojs.po b/locale/is/LC_MESSAGES/djangojs.po index 0afde49b6f..51d4c9b319 100644 --- a/locale/is/LC_MESSAGES/djangojs.po +++ b/locale/is/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+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://www.transifex.com/haiwen/seahub/language/is/)\n" @@ -401,10 +401,10 @@ msgstr "Hætta við" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "Vinsamlegast athugaðu netkerfið." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "Veldu grúppu" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Veldu safn til að deila" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2420,8 +2420,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/it/LC_MESSAGES/django.po b/locale/it/LC_MESSAGES/django.po index 8dbc27aaac..a02f376151 100644 --- a/locale/it/LC_MESSAGES/django.po +++ b/locale/it/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Roberto Di Lorenzo , 2020\n" "Language-Team: Italian (http://www.transifex.com/haiwen/seahub/language/it/)\n" @@ -70,7 +70,7 @@ msgstr "Impossibile impostare la quota: la quota massima è %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -91,8 +91,8 @@ msgstr "Ci sono librerie in questo Reparto" msgid "There are sub-departments in this department." msgstr "Esistono sotto-reparti in questo Reparto" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -153,8 +153,8 @@ msgstr "L'email %s non è valida." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -366,44 +366,45 @@ msgstr "Password reimpostata correttamente a %(passwd)s per l'utente %(user)s. M msgid "must be an integer that is greater than or equal to 0." msgstr "deve essere un numero intero maggiore o uguale a 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Errore interno del server" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Il percorso di destinazione è troppo lungo." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Percorso di destinazione non valido" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -411,31 +412,31 @@ msgstr "Percorso di destinazione non valido" msgid "Out of quota." msgstr "Quota superata." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Non posso spostare la cartella %(src)s nella sua sottocartella %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "File protetto" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Annullamento fallito" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "username non valido." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -448,16 +449,16 @@ msgstr "Utente %s non trovato." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Permesso negato." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "Il File non è bloccato" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Non è possibile aggiornare il blocco di questo file." @@ -507,8 +508,8 @@ msgstr "Il gruppo non essiste" msgid "Failed to export Excel" msgstr "Impossibile esportare il file in formato Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "L'autorizzazione esiste già." @@ -541,7 +542,7 @@ msgstr "Utente %s già presente." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -573,11 +574,11 @@ msgstr "" msgid "New password of library %s" msgstr "Nuova password per la libreria 1%s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Password sbagliata" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Errore nella decrittazione della libreria" @@ -585,20 +586,20 @@ msgstr "Errore nella decrittazione della libreria" msgid "Wrong old password" msgstr "Password precedente errata" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -630,14 +631,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un link per caricare un file è condiviso con te su %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Password obbligatoria" @@ -656,7 +657,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "I giorni di scadenza dovrebbero essere maggiori o uguali a 1 %s" @@ -664,7 +665,7 @@ msgstr "I giorni di scadenza dovrebbero essere maggiori o uguali a 1 %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "I giorni di scadenza dovrebbero essere inferiori o uguali a 1 %s" @@ -1004,7 +1005,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1093,84 +1094,84 @@ msgstr "Ospite" msgid "Default" msgstr "Predefinito" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Aggiunto" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Rimosso" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Modificato" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Rinominato" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Spostato" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Cartella aggiunta" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Cartella rimossa" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Cartella rinominata" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Cartella spostata" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Aggiunto o modificato" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Riportato lo stato della libreria a" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Riportato il file \"%(file)s\" allo stato di %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Recuperata la cartella cancellata" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Cambia il nome della libreria o della descrizione" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Unione automatica effettuata da seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Liberia creata" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Subito" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1178,7 +1179,7 @@ msgstr[0] "%(days)d giorno fa" msgstr[1] "%(days)d giorni fa" msgstr[2] "%(days)d giorni fa" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1186,7 +1187,7 @@ msgstr[0] "%(hours)d ora fa" msgstr[1] "%(hours)d ore fa" msgstr[2] "%(hours)d ore fa" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1194,7 +1195,7 @@ msgstr[0] "%(minutes)d minuto fa" msgstr[1] "%(minutes)d minuti fa" msgstr[2] "%(minutes)d minuti fa" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1202,19 +1203,19 @@ msgstr[0] "%(seconds)d secondo fa" msgstr[1] "%(seconds)d secondi fa" msgstr[2] "%(seconds)d secondi fa" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lettura-Scrittura" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Sola lettura" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1222,27 +1223,27 @@ msgstr[0] "%(size)d byte" msgstr[1] "%(size)d bytes" msgstr[2] "%(size)d bytes" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1436,7 +1437,7 @@ msgstr "Il nome %s non è valido" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argomento mancante" @@ -1561,7 +1562,7 @@ msgstr "Il team di %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3862,7 +3863,7 @@ msgstr "Cartella spostata" msgid "New file updates on %s" msgstr "Nuovi file aggiornati in %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Nuova notifica in %s" @@ -4086,7 +4087,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Suggerimento: l'ultima modalità è quella più sicura, ma non è supportata da tutti i browser. Ti consigliamo di usare l'ultima versione di Chrome o Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "Indirizzo Email non valido" @@ -4301,7 +4302,7 @@ msgstr "Verificare il codice" msgid "A verification code has been sent to the email." msgstr "Un codice di verifica è stato inviato all'email." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Errore interno del server oppure verificare le email inserite" @@ -4309,37 +4310,37 @@ msgstr "Errore interno del server oppure verificare le email inserite" msgid "Please choose a directory." msgstr "Per favore seleziona una cartella." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Salvato correttamente." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "La libreria non esiste." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "La cartella non esiste." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Solo il proprietario della libreria ha il permesso di condividerla." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Si prega di controllare l'email che hai inserito" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Il link di condivisione non è stato trovato" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Codice di verifica per visitare i link di condivisione" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Impossibile inviare il codice di verifica, riprova più tardi." @@ -5153,6 +5154,10 @@ msgstr "Inizio" msgid "Network error" msgstr "Errore rete" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Ultima modifica da" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5280,8 +5285,8 @@ msgid "Unable to view library modification" msgstr "Impossibile vedere le modifiche della libreria" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "La libreria non esiste" @@ -5301,12 +5306,12 @@ msgstr "La cronologia che hai specificato non esiste" msgid "Unknown error" msgstr "Errore sconosciuto" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" non esiste." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Impossibile scaricare \"%s\"" @@ -5329,7 +5334,7 @@ msgstr "Token del link di caricamento errato." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Il file non esiste." @@ -5371,17 +5376,17 @@ msgstr "La libreria è crittografata, non è possibile aprire il file online." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Impossibile vedere il file" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 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:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Errore durante la preparazione della pagina di anteprima del file OnlyOffice." @@ -5397,13 +5402,13 @@ msgstr "Impossibile scaricare il file, percorso file errato" msgid "Unable to download file." msgstr "Impossibile scaricare il file." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Impossibile scaricare il file" @@ -5488,7 +5493,7 @@ msgstr "Impossibile impostare %s come amministratore: l'utente non esiste." msgid "Optional" msgstr "Opzionale" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/it/LC_MESSAGES/djangojs.po b/locale/it/LC_MESSAGES/djangojs.po index 3b3200b00b..e592853192 100644 --- a/locale/it/LC_MESSAGES/djangojs.po +++ b/locale/it/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Roberto Di Lorenzo , 2020\n" "Language-Team: Italian (http://www.transifex.com/haiwen/seahub/language/it/)\n" @@ -403,10 +403,10 @@ msgstr "Annulla" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -473,7 +473,7 @@ msgstr "Aggiungi un nuovo revisore" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -993,12 +993,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1772,7 +1772,7 @@ msgid "Please check the network." msgstr "Si prega di controllare la configurazione di rete." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1790,7 +1790,7 @@ msgid "Select a group" msgstr "Seleziona un gruppo" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2352,7 +2352,7 @@ msgstr "Seleziona una libreria da condividere." msgid "Select libraries to share" msgstr "Selezione le librerie da condividere" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2422,8 +2422,8 @@ msgstr "1 oggetto Eliminato con successo." msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "La libreria non può essere condivisa con il proprietario." @@ -3660,7 +3660,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Ultima modifica da" @@ -5691,12 +5691,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Contenuti" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/ja/LC_MESSAGES/django.po b/locale/ja/LC_MESSAGES/django.po index 2b6e09ebe4..1186f2dc42 100644 --- a/locale/ja/LC_MESSAGES/django.po +++ b/locale/ja/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: 鑫 王 , 2020\n" "Language-Team: Japanese (http://www.transifex.com/haiwen/seahub/language/ja/)\n" @@ -70,7 +70,7 @@ msgstr "規定容量の設定に失敗:最大規定容量は %d MBです。" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -91,8 +91,8 @@ msgstr "この部門のライブラリがあります" msgid "There are sub-departments in this department." msgstr "この部門のサブ部門があります" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -153,8 +153,8 @@ msgstr "メール%sが無効" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -366,44 +366,45 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "0以上の整数である必要があります。" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "ウイルスファイルが見つかりません" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "サーバ内部エラー" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "行き先パスは長すぎます。" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "行き先パス名が不正です。" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -411,31 +412,31 @@ msgstr "行き先パス名が不正です。" msgid "Out of quota." msgstr "クォータを超えています" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "ファイルがロックされています" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "キャンセル失敗" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "ユーザ名無効" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -448,16 +449,16 @@ msgstr "ユーザー%sが見つかりません" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "権限がありません。" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "ファイルはロックされていません。" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "このファイルのロックを更新することはできません" @@ -507,8 +508,8 @@ msgstr "グループは存在しません。" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "許可が既に存在します。" @@ -541,7 +542,7 @@ msgstr "ユーザー%sはすでに存在します。" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -573,11 +574,11 @@ msgstr "このライブラリのパスワードをリセットできません。 msgid "New password of library %s" msgstr "ライブラリ%sの新しいパスワード" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "パスワードが違います。" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "ライブラリ復号化エラー" @@ -585,20 +586,20 @@ msgstr "ライブラリ復号化エラー" msgid "Wrong old password" msgstr "間違った古いパスワード" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "ファイル%sはロックされています。" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -630,14 +631,14 @@ msgid "email invalid." msgstr "メールが無効" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "パスワードは入力必須です" @@ -656,7 +657,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "有効期限は%s以上である必要があります" @@ -664,7 +665,7 @@ msgstr "有効期限は%s以上である必要があります" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "有効期限は%s以下である必要があります" @@ -1004,7 +1005,7 @@ msgid "File Path" msgstr "ファイルパス" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1093,146 +1094,146 @@ msgstr "ゲスト" msgid "Default" msgstr "既定" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "追加" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "削除済み" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "変更済み" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "名前の変更" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "移動" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "追加されたディレクトリ" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "削除されたディレクトリ" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "改名されたディレクトリ" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "フォルダ移動" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "追加または変更" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "ライブラリをこの時点に復元 → " -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "ファイル名\\\"%(file)s\\\"を%(time)sの時点へ復元する。" -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "削除されたフォルダを復元" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "ライブラリ名や説明文を変更しました" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "システムにマージされます" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "ライブラリを作成しました" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "ただ今" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "%(days)d 日前" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "%(hours)d 時間前" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "%(minutes)d 分前" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d 秒前" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "読み/書き" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "読みのみ" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "%(size)dバイト" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%sKB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%sMB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%sGB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%sTB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%sPB" @@ -1426,7 +1427,7 @@ msgstr "ユーザー名に「%s」は使用できません" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "パラメーターが足りません" @@ -1551,7 +1552,7 @@ msgstr " %(site_name)s ちーむ" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3850,7 +3851,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "%sの新規通知" @@ -4072,7 +4073,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Tip: 後者のほうが安全です。しかし一部に動作しないブラウザーがあります。最新のFirefoxやChromeブラウザーをお勧めします。" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4285,7 +4286,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4293,37 +4294,37 @@ msgstr "" msgid "Please choose a directory." msgstr "目的のディレクトリを選択" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "保存されました。" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "ライブラリが存在しません。" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "ライブラリーの所有者のみが共有設定できます。" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5137,6 +5138,10 @@ msgstr "開始" msgid "Network error" msgstr "ネットワークエラー" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5264,8 +5269,8 @@ msgid "Unable to view library modification" msgstr "" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "ライブラリーが存在しません" @@ -5285,12 +5290,12 @@ msgstr "指定された改版履歴がありません。" msgid "Unknown error" msgstr "不明なエラー" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "「%s」をダウンロードできません。" @@ -5313,7 +5318,7 @@ msgstr "アップロードリンクのトークンが不正。" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "ファイルが見つかりません" @@ -5355,17 +5360,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "ファイルを閲覧できません" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5381,13 +5386,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "ファイルをダウンロードできません" @@ -5472,7 +5477,7 @@ msgstr "" msgid "Optional" msgstr "オプション" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/ja/LC_MESSAGES/djangojs.po b/locale/ja/LC_MESSAGES/djangojs.po index 8ac6eb85c1..d978161e94 100644 --- a/locale/ja/LC_MESSAGES/djangojs.po +++ b/locale/ja/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: 鑫 王 , 2020\n" "Language-Team: Japanese (http://www.transifex.com/haiwen/seahub/language/ja/)\n" @@ -401,10 +401,10 @@ msgstr "キャンセル" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "新しいレビューを追加" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "ストレージバックエンド" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "ネットワークをご確認ください。" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "グループを選択" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "共有するライブラリを選択してください" msgid "Select libraries to share" msgstr "共有するライブラリを選択する" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "グループを選択..." @@ -2420,8 +2420,8 @@ msgstr "1つのアイテムを正常に削除しました" msgid "Select a server..." msgstr "サーバーを選択してください..." -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "ライブラリを所有者と共有することはできません。" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/ko/LC_MESSAGES/django.po b/locale/ko/LC_MESSAGES/django.po index 73c3cde1df..418c06d3da 100644 --- a/locale/ko/LC_MESSAGES/django.po +++ b/locale/ko/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Seong-ho Cho , 2014-2017,2019,2022\n" "Language-Team: Korean (http://www.transifex.com/haiwen/seahub/language/ko/)\n" @@ -67,7 +67,7 @@ msgstr "제한 용량 설정 실패: 최대 제한 용량은 %d MB 입니다" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -88,8 +88,8 @@ msgstr "이 부서에 라이브러리가 있습니다." msgid "There are sub-departments in this department." msgstr "이 부서에 하위 부서가 있습니다." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -150,8 +150,8 @@ msgstr "%s 전자메일 주소가 잘못되었습니다." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -363,44 +363,45 @@ msgstr "%(user)s님의 암호를 %(passwd)s(으)로 바꾸기에 성공했습니 msgid "must be an integer that is greater than or equal to 0." msgstr "정수값은 0보다 크거나 같아야 합니다." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "바이러스 파일이 없습니다." -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "내부 서버 오류" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "대상 경로가 너무 깁니다." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" -msgstr "대상 경로가 잘못되었습니다" +msgstr "부적절한 대상 경로입니다" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -408,31 +409,31 @@ msgstr "대상 경로가 잘못되었습니다" msgid "Out of quota." msgstr "제한 용량을 넘었습니다." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "%(src)s 디렉터리를 %(des)s 하위 디렉터리로 이동할 수 없습니다" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "파일이 잠겨있습니다" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "취소에 실패했습니다" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." -msgstr "잘못된 사용자 이름입니다." +msgstr "부적절한 사용자 이름입니다." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -445,16 +446,16 @@ msgstr "%s 사용자가 없습니다." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "권한이 거부되었습니다." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "파일을 잠그지 않았습니다." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "잠근 파일을 새로 고칠 수 없습니다." @@ -504,8 +505,8 @@ msgstr "그룹이 없습니다" msgid "Failed to export Excel" msgstr "엑셀 내보내기에 실패했습니다" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "권한을 이미 설정했습니다." @@ -524,7 +525,7 @@ msgstr "외부 손님으로 초대하도록 허용한 전자메일 주소가 아 #: seahub/api2/endpoints/invitations.py:126 #, python-format msgid "%s is already invited." -msgstr "%s은(는) 이미 초대했습니다." +msgstr "%s 사용자를 이미 초대했습니다." #: seahub/api2/endpoints/invitations.py:66 #: seahub/api2/endpoints/invitations.py:137 @@ -538,7 +539,7 @@ msgstr "%s 사용자가 이미 있습니다." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -570,35 +571,35 @@ msgstr "이 라이브러리 암호를 초기화할 수 없습니다." msgid "New password of library %s" msgstr "%s 라이브러리의 새 암호" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "잘못된 암호입니다" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" -msgstr "해독 라이브러리 오류" +msgstr "라이브러리 해독 오류" #: seahub/api2/endpoints/repo_set_password.py:138 msgid "Wrong old password" msgstr "잘못된 이전 암호" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "%s 파일을 잠궜습니다." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." -msgstr "%s 폴더를 이동할 수 없습니다. 권한을 확인하십시오." +msgstr "%s 폴더를 이동할 수 없습니다. 권한을 확인하세요." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." -msgstr "%s 폴더를 삭제할 수 없습니다. 권한을 확인하십시오." +msgstr "%s 폴더를 삭제할 수 없습니다. 권한을 확인하세요." #: seahub/api2/endpoints/send_share_link_email.py:102 #: seahub/share/views.py:185 @@ -624,17 +625,17 @@ msgstr "%s에서 디렉터리를 공유했습니다" #: seahub/api2/endpoints/send_upload_link_email.py:74 msgid "email invalid." -msgstr "잘못된 전자메일 주소입니다." +msgstr "부적절한 전자메일 주소입니다." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "%s에서 업로드 링크를 공유했습니다" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "암호가 필요합니다." @@ -653,7 +654,7 @@ msgstr "암호가 너무 단순합니다." #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "유효기간 값은 %s보다 크거나 같아야 합니다." @@ -661,7 +662,7 @@ msgstr "유효기간 값은 %s보다 크거나 같아야 합니다." #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "유효기간 값은 %s보다 작거나 같아야 합니다. " @@ -672,7 +673,7 @@ msgstr "유효기간 값은 %s보다 작거나 같아야 합니다. " #: seahub/api2/endpoints/upload_links.py:360 #, python-format msgid "Expiration time should be later than %s." -msgstr "" +msgstr "경과 시간이 %s 이후입니다." #: seahub/api2/endpoints/share_links.py:342 #: seahub/api2/endpoints/share_links.py:589 @@ -680,7 +681,7 @@ msgstr "" #: seahub/api2/endpoints/upload_links.py:369 #, python-format msgid "Expiration time should be earlier than %s." -msgstr "" +msgstr "경과 시간은 %s 이전이어야 합니다." #: seahub/api2/endpoints/share_links.py:411 #: seahub/api2/endpoints/share_links.py:420 @@ -725,7 +726,7 @@ msgstr "WebDav 암호 길이는 30문자보다 짧아야합니다." #: seahub/api2/endpoints/wikis.py:119 seahub/api2/endpoints/wikis.py:217 #, python-format msgid "%s is taken by others, please try another name." -msgstr "%s 이름이 이미 있습니다. 다른 이름을 입력하십시오." +msgstr "%s 이름이 이미 있습니다. 다른 이름을 입력하세요." #: seahub/api2/endpoints/wikis.py:197 msgid "Wiki not found." @@ -764,7 +765,7 @@ msgstr "암호" msgid "" "Please enter a correct email/username and password. Note that both fields " "are case-sensitive." -msgstr "올바른 전자메일/사용자 이름 및 암호를 입력하십시오. 참고로 모든 입력창은 대 소문자를 구분합니다." +msgstr "올바른 전자메일/사용자 이름 및 암호를 입력하세요. 참고로 모든 입력창은 대 소문자를 구분합니다." #: seahub/auth/forms.py:78 seahub/auth/forms.py:130 msgid "" @@ -927,7 +928,7 @@ msgstr "올바른 전자메일 주소를 입력하세요." #: seahub/base/accounts.py:798 msgid "Invalid user id." -msgstr "잘못된 사용자 ID 입니다." +msgstr "부적절한 사용자 ID 입니다." #: seahub/base/accounts.py:850 msgid "name" @@ -952,7 +953,7 @@ msgstr "이 라이브러리의 파일은 온라인에서 볼 수 없습니다." #: seahub/base/management/commands/check_user_quota.py:58 #, python-format msgid "Your quota is almost full on %s" -msgstr "" +msgstr "%s의 할당 용량이 거의 찼습니다." #: seahub/base/management/commands/createsuperuser.py:26 msgid "Enter a valid e-mail address." @@ -1001,7 +1002,7 @@ msgid "File Path" msgstr "파일 경로" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1090,146 +1091,146 @@ msgstr "손님" msgid "Default" msgstr "기본" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "추가함" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "제거함" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "수정함" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "이름 바꿈" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "이동함" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "디렉터리를 추가했습니다" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "디렉터리를 제거했습니다" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "디렉터리의 이름을 바꾸었습니다" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "디렉터리를 이동했습니다" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "추가 또는 수정함" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "다음 상태로 라이브러리를 되돌렸습니다" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "%(time)s의 상태로 \"%(file)s\" 파일을 되돌렸습니다." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "삭제한 디렉터리를 복원했습니다" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "라이브러리 이름 또는 설명이 바뀌었습니다" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Seafile 시스템에서 자동으로 병합" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "만든 라이브러리" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "지금" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "%(days)d일 전" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "%(hours)d시간 전" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "%(minutes)d분 전" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d초 전" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "읽기/쓰기" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "읽기 전용" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "%(size)d바이트" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%sKB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%sMB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%sGB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%sTB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%sPB" @@ -1389,7 +1390,7 @@ msgstr "%s 삭제에 성공했습니다" #: seahub/work_weixin/views.py:177 seahub/work_weixin/views.py:182 #: seahub/work_weixin/views.py:192 seahub/work_weixin/views.py:196 msgid "Error, please contact administrator." -msgstr "오류 발생. 관리자에게 문의하십시오." +msgstr "오류 발생. 관리자에게 문의하세요." #: seahub/dingtalk/views.py:104 seahub/weixin/views.py:98 #, python-format @@ -1423,7 +1424,7 @@ msgstr "%s 이름이 잘못되었습니다" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "인자가 빠졌습니다" @@ -1548,7 +1549,7 @@ msgstr "%(site_name)s 팀" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -1589,7 +1590,7 @@ msgstr "라이브러리 기록 및 스냅샷" #: seahub/help/templates/help/base.html:37 msgid "Setting history retention period" -msgstr "설정 기록 유지 기간" +msgstr "기록 유지 기간 설정" #: seahub/help/templates/help/base.html:38 #: seahub/help/templates/help/deleting_a_library.html:5 @@ -1599,7 +1600,7 @@ msgstr "라이브러리 삭제" #: seahub/help/templates/help/base.html:39 #: seahub/help/templates/help/viewing_files_within_web_app.html:5 msgid "Viewing files within Web App" -msgstr "웹앱에서 파일 보기" +msgstr "웹 앱에서 파일 보기" #: seahub/help/templates/help/base.html:40 #: seahub/help/templates/help/full_text_file_search.html:5 @@ -1811,7 +1812,7 @@ msgstr "부서 공유 라이브러리 생성 및 관리" msgid "" "The system admin can set up the department hierarchy in two ways: manual " "setup or import from Active Directory." -msgstr "시스템 관리자는 두가지 방법으로 부서 조직을 구성할 수 있습니다: 직접 구성 또는 액티브 디렉터리 가져오기." +msgstr "시스템 관리자는 직접 구성 또는 액티브 디렉터리 가져오기 두가지 방법으로 부서 조직을 구성할 수 있습니다." #: seahub/help/templates/help/departments.html:26 msgid "" @@ -1950,7 +1951,7 @@ 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 "프록시 설정을 바꾸려면, 시스템 알림 영역의 Seafile 아이콘을 누르십시오. 메뉴의 \"설정\"을 선택하십시오. 나타난 설정 대화 상자의 \"네트워크\" 탭에서 프록시 설정을 바꿀 수 있습니다." +msgstr "프록시 설정을 바꾸려면, 시스템 알림 영역의 Seafile 아이콘을 누르고 메뉴의 \"설정\"을 선택합니다. 나타난 설정 대화 상자의 \"네트워크\" 탭에서 프록시 설정을 바꿀 수 있습니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:6 msgid "SeaDrive 2.0 for Windows 10" @@ -1962,7 +1963,7 @@ msgid "" "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 "" +msgstr "SeaDrive 2.0 (과 이후 버전)은 윈도우 10 운영체제에 깊숙하게 통합하도록 재설계했습니다. 윈도우 10 1709 버전(윈도우 10 2017년 가을 업데이트) 및 그 이후 버전을 지원합니다. 윈도우 10 사용자라면 운영체제와 더욱 어울리는 가상 드라이브 경험을 위해 SeaDrive 2.0 으로의 업그레이드를 추천합니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:10 msgid "Install and access the Virtual Drive" @@ -1976,13 +1977,13 @@ msgid "" "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 "" +msgstr "공식 Seafile 웹사이트에서 SeaDrive 2.0을 다운로드할 수 있습니다. 설치 이후 Seafile 계정에 로그인하면, SeaDrive는 (SeaDrive 1.0.x 처럼) 서버에서 라이브러리와 파일 목록을 다운로드합니다. Seafile 계정의 가용 파일 수에 따라 시간이 좀 걸립니다. 다운로드는 점진적으로 진행하기 때문에, 다운로드를 진행하는 동안 가상 드라이브의 일부 파일에 접근할 수 있습니다." #: seahub/help/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 "" +msgstr "가상 드라이브에 접근하려면, 윈도우 파일 탐색기를 열면 됩니다. 윈도우 파일 탐색기의 탐색 창에 \"seadrive\" 노드가 나타납니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:16 msgid "Accessing files in the Virtual Drive" @@ -1992,25 +1993,25 @@ msgstr "가상 드라이브 파일 접근" msgid "" "Libraries are grouped into 4 categories in the virtual drive: My Libraries, " "Shared with me, Shared with groups and Shared with all." -msgstr "" +msgstr "라이브러리는 가상 드라이브에서 \"내 라이브러리\", \"나와 공유함, \"그룹과 공유함\", \"모두와 공유함\" 4가지로 분류합니다." #: seahub/help/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 "" +msgstr "보신 바와 같이 윈도우 파일 탐색기에 파일 상태 아이콘을 좀 더 어우러지게 했습니다. 아이콘은 버전 1.0 때와는 조금 다릅니다." #: seahub/help/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 "" +msgstr "가상 드라이브의 파일은 로컬 파일 시스템에서 \"자리 채움 파일\"로 만듭니다. 파일 상태는 3가지로 구분합니다:" #: seahub/help/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 "" +msgstr "자리채움 파일: 빈 파일이며 네트워크 연결이 있는 곳에서만 열 수 있습니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:22 msgid "" @@ -2019,13 +2020,13 @@ msgid "" "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 "" +msgstr "완전한 파일: 다운로드하여 하드디스크/SSD에 저장한 파일입니다. 자리 채움 파일을 처음 열 때 다운로드를 자동으로 진행합니다. 네트워크 연결 여부와는 관계없이 SeaDrive를 열 때 파일을 활용할 수 있습니다. 운영체제에서는 디스크 공간이 더 필요할 때 완전한 파일을 지울 지 여부를 결정할 수도 있습니다." #: seahub/help/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 "" +msgstr "완전한 고정 파일: 다운로드하여 하드디스크/SSD에 저장한 파일입니다. 네트워크 연결이 없어도 됩니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:26 msgid "" @@ -2034,7 +2035,7 @@ msgid "" "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 "" +msgstr "어떤 파일 또는 폴더를 로컬에 캐싱할 지 지정할 수 있습니다. 이 동작은 파일 또는 폴더에 마우스 커서를 올려놓은 후 오른쪽 단추를 눌렀을 때 나타나는 단축 메뉴에서 바꿀 수 있습니다. 파일 또는 폴더를 로컬에 고정하려면 \"이 장치에 항상 유지\"를 선택합니다. 파일 또는 폴더의 캐싱을 비우려면 \"공간 비우기\"를 선택합니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:28 msgid "" @@ -2053,7 +2054,7 @@ msgid "" "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 "" +msgstr "자리 채움 파일을 언제든지 열 때마다 운영체제에서는 해당 파일 다운로드를 시작합니다. 다운로드에 시간이 조금 걸린다면 파일 탐색기에 진행 표시줄이 나타나며, 다운로드 또한 취소할 수 있습니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:32 msgid "" @@ -2061,7 +2062,7 @@ msgid "" " 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 "" +msgstr "때로는 백그라운드 실행 프로그램(이를테면 백신 프로그램)이 가상 드라이브의 파일을 다운로드하려 할 지도 모릅니다. 이 경우 운영체제에서 알림이 뜨며, 다운로드를 취소하도록 선택하거나 해당 프로그램에서 앞으로 자동으로 다운로드하지 못하도록 거절할 수 있습니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:34 #: seahub/help/templates/help/using_drive_client.html:79 @@ -2089,7 +2090,7 @@ 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 "" +msgstr "예. 그러나 라이브러리 폴더 밖에 만든 파일은 무시하고 서버에 동기화하지 않습니다. \"내 라이브러리\" 폴더에 만든 새 폴더는 새 라이브러리로 다룹니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:41 msgid "Can I access encrypted libraries?" @@ -2102,7 +2103,7 @@ msgid "" "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 "" +msgstr "예, 기본적으로 암호화 처리한 라이브러리는 동기화하지 않으며 가상 드라이브에 나타나지 않습니다. 어떤 암호화 라이브러리를 동기화할 지 직접 선택하고 암호를 입력해야 합니다. 시스템 아이콘 모음에서 SeaDrive 아이콘에 마우스 커서를 가져다 놓은 후 오른쪽 단추를 누른 다음 \"암호화 라이브러리 표시\"를 선택합니다. 그러면 동기화 또는 동기화 해제하도록 선택할 수 있는 창이 열립니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:44 msgid "Is it compatible to SeaDrive 1.0?" @@ -2115,7 +2116,7 @@ msgid "" "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 "" +msgstr "SeaDrive 2.0은 기존 계정 정보와 메타데이터(C:\\users\\username\\seadrive\\ 폴더에 저장함)를 활용합니다. 그러나 SeaDrive 1.0의 캐시 파일을 사용하지는 않습니다. 따라서 1.0 버전에서 자체적으로 저장한 캐시파일은 2.0 버전에서 활용하지 않습니다. SeaDrive 1.0을 다시 시작하여 서버로 파일을 업로드하거나 서버에서 파일을 끌어올 수 있습니다." #: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:47 msgid "How do I clean the cache?" @@ -2129,7 +2130,7 @@ msgid "" " 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 "" +msgstr "어떤 폴더 또는 파일을 로컬에 캐싱할 지 직접 선택할 수 있습니다. 폴더가 더 많은 공간을 차지한다면 해당 폴더에 \"공간 비우기\"를 선택하여 해당 폴더의 캐싱 파일을 지울 수 있습니다. SeaDrive 1.0에서와 같이 캐시 비우기 시간과 캐시 크기 제한을 설정할 필요가 없습니다. 자리 채움 파일은 로컬 디스크에 만드는 그냥 파일일 뿐이고, 캐시 크기는 컴퓨터에 남아 있는 디스크 공간으로 (알아서) 제한하기 때문입니다." #: seahub/help/templates/help/encrypted_libraries.html:6 msgid "How to Use Encrypted Libraries" @@ -2161,7 +2162,7 @@ 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 "" +msgstr "데스크톱 클라이언트에서 로컬 폴더를 암호화 한 라이브러리로 만들었다면(파일 동기화 참고), 암호는 서버에 보내지 않습니다." #: seahub/help/templates/help/encrypted_libraries.html:17 msgid "When you access the encrypted library:" @@ -2198,13 +2199,13 @@ msgid "" "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 "" +msgstr "파일을 한 사람 이상이 함께 다룬다면, 파일을 한 사람 이상 동시에 수정하는 상황과 비슷합니다. Seafile에서는 이 상황에서 상태가 겹치는 파일을 근사하게 처리합니다. 하지만 한 사람이 별도로 파일을 수정할 경우 파일을 잠그는 편이 보통은 훨씬 간편합니다. Seafile 전문가판에서는 파일 잠금을 지원합니다." #: seahub/help/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 "" +msgstr "파일 잠금은 웹 앱과 데스크톱 동기화 플라이언트에 동작합니다. 하나하나 알려드리도록 하겠습니다." #: seahub/help/templates/help/file_locking.html:8 msgid "File locking on the Web App" @@ -2214,7 +2215,7 @@ msgstr "웹 앱에서 파일 잠그기" 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 "" +msgstr "파일을 잠그려면 웹 앱에서 파일 폴더를 탐색하고, \"동작\" 드롭 다운 목록을 누릅니다." #: seahub/help/templates/help/file_locking.html:11 msgid "" @@ -2222,7 +2223,7 @@ msgid "" "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 "" +msgstr "파일을 잠그고 나면, 파일 아이콘 구석에 붉은색의 \"멈춤 기호\"가 나타납니다. 마우스 커서를 멈춤 기호 위에 가져다 두면, 누가 파일을 잠궜는제 볼 수 있습니다. 그리고 여러분 자신이 잠근 파일의 잠금을 풀 수 있습니다. 그러나 다른 사용자가 잠근 파일을 풀 수는 없습니다." #: seahub/help/templates/help/file_locking.html:13 msgid "File locking on the desktop client" @@ -2308,7 +2309,7 @@ msgid "" "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 "" +msgstr "Seafile에서는 모든 파일의 수정 이력을 추적합니다. 파일을 언제 수정하고, 새 버전을 만들든지간에, 이전 버전에 대해 여전히 설정 주기동안 내용을 유지합니다. 파일의 이전 버전에 접근한다면 사용할 파일 기록 기능이 그렇게 간편할 수가 없습니다." #: seahub/help/templates/help/finding_older_version_files.html:8 msgid "To list all the versions of a file:" @@ -2319,17 +2320,17 @@ 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 "" +msgstr "Seafile 웹 앱에서 파일이 들어간 폴더를 찾아봅니다. 해당 파일의 줄에 커서를 가져다 둡니다. 이렇게 하면 동작 메뉴가 나타납니다. 해당 메뉴에서 \"기록\" 단추를 누를 수 있습니다." #: seahub/help/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 "" +msgstr "해당 파일의 모든 버전 목록은 최근으로부터 과거 순으로 나타납니다. 목록에는 파일 이름 바꾸기 기록도 들어있습니다." #: seahub/help/templates/help/finding_older_version_files.html:12 msgid "You can download, restore, view any version of the file." -msgstr "" +msgstr "어떤 버전의 파일이든 다운로드, 복원, 보기가 가능합니다." #: seahub/help/templates/help/finding_older_version_files.html:14 #, python-format @@ -2337,11 +2338,11 @@ msgid "" "You can configure the retention period of file versions: setting history " "retention period." -msgstr "" +msgstr "파일 버전 유지 기간을 설정할 수 있습니다: 기록 유지 기간 설정." #: seahub/help/templates/help/folder_permission.html:6 msgid "Use folder permission for fine-grained access control" -msgstr "" +msgstr "세부 접근 제어시 폴더 권한 활용" #: seahub/help/templates/help/folder_permission.html:8 #, python-format @@ -2351,14 +2352,14 @@ msgid "" "described in sharing libraries." " Here are some use cases:" -msgstr "" +msgstr "공유 라이브러리 또는 폴더에 개인 또는 그룹을 대상으로 하위 폴더의 권한을 설정할 수 있습니다. 가용 권한은 라이브러리 공유 편에 설명한 내용과 같습니다. 여기 몇가지 사용 예가 있습니다:" #: seahub/help/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 "" +msgstr "라이브러리를 그룹에 \"읽기 전용\" 권한으로 공유했습니다. 또한 하위 폴더의 파일을 수정할 수 있는 권한을 그룹의 지정 구성원에게 허용하고 싶을 때도 있습니다. 이 사용자에게 하위 폴더의 쓰기 권한을 부여할 수 있습니다." #: seahub/help/templates/help/folder_permission.html:11 msgid "" @@ -2366,7 +2367,7 @@ msgid "" "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 "" +msgstr "세 그룹에 라이브러리를 공유했습니다. 각 그룹당 하나씩 파일을 업로드하도록 라이브러리에 하위 폴더 3개를 두었습니다. 그러나 그룹 사용자가 그룹 소유가 아닌 폴더의 파일을 함부로 바꾸지 못하게 하려고 합니다. 그룹에만 해당하는 하위 폴더에 쓰기 권한을 부여할 수 있습니다." #: seahub/help/templates/help/folder_permission.html:13 msgid "" @@ -2374,18 +2375,18 @@ msgid "" " 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 "" +msgstr "폴더 권한은 다른 사람에게 라이브러리와 폴더를 공유할 때만 해당합니다. 폴더 권한을 하위 폴더에도 적용하려면 우선 상위 라이브러리 또는 폴더를 공유해야합니다. 그렇지 않으면 폴더 권한이 효용성이 없습니다." #: seahub/help/templates/help/folder_permission.html:14 msgid "" "One important design goal of folder permission is to support hierarchical " "permissions:" -msgstr "" +msgstr "계층 권한 기능의 지원은 폴더 권한 설계의 중요 목표 중 하나입니다:" #: seahub/help/templates/help/folder_permission.html:16 msgid "" "Sub-folders automatically inherit folder permissions from its parent folder." -msgstr "" +msgstr "하위 폴더는 상위 폴더의 권한을 자동으로 이어 받습니다." #: seahub/help/templates/help/folder_permission.html:17 msgid "" @@ -2394,7 +2395,7 @@ msgid "" "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 "" +msgstr "하위 폴더에 설정한 권한은 상위 폴더의 설정 권한보다 우선합니다. 예를 들면 \"meeting files\" 폴더의 권한을 사용자 A 에게 \"읽기 쓰기\"로 설정하고 \"meeting files/today\" 하위 폴더의 권한을 사용자 A에게 \"읽기 전용\"으로 설정했다고 합니다. 이 때, 사용자 A의 \"meeting files/today\" 폴더 권한은 \"읽기 전용\" 입니다." #: seahub/help/templates/help/folder_permission.html:19 msgid "Basic usage" @@ -2414,20 +2415,20 @@ msgid "" "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 "" +msgstr "라이브러리의 모든 폴더 권한 설정을 보려면, 라이브러리 위로 마우스 커서를 가져다 둡니다. \"추가 동작\" 단추를 누르고 드롭다운 메뉴에서 \"폴더 권한\"을 선택합니다. 팝업 창에서 라이브러리의 폴더 권한을 보고 설정할 수 있습니다." #: seahub/help/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 "" +msgstr "다른 사용자가 폴더를 탐색할때 작은 \"눈\" 아이콘이 \"읽기 전용\" 하위 폴더 옆에 나타납니다. 사용자가 해당 하위 폴더를 탐색할 때 어떤 파일도 추가 수정 삭제할 수 없습니다." #: seahub/help/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 "" +msgstr "\"읽기 전용\" 폴더를 Seafile 데스크톱 앱으로 공유했다면 \"읽기 전용\" 폴더로 클라우드를 통해 어떤 파일이나 폴더도 업로드할 수 없습니다. " #: seahub/help/templates/help/folder_permission.html:25 msgid "Advanced: priority between different permissions" @@ -2440,7 +2441,7 @@ msgid "" "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 "" +msgstr "폴더 권한은 공유 권한 설정보다 우선합니다. 이를테면 \"읽기 쓰기\" 권한으로 사용자에게 라이브러리를 공유하고 라이브러리의 하위 폴더에 \"읽기 권한\"을 부여하는 경우가 있습니다. 이때 사용자 A 에게는 다른 하위 폴더와 파일에 \"읽기 쓰기\" 권한을 부여한다 하더라도 하위 폴더의 \"읽기 전용\" 권한만 주어집니다." #: seahub/help/templates/help/folder_permission.html:28 msgid "" @@ -2448,13 +2449,13 @@ msgid "" "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 "" +msgstr "지정 사용자에게 설정한 폴더 권한은 그룹에 설정한 권한보다 우선합니다. 폴더 권한을 검사할 때 시스템에서 일부 지정 사용자의 권한 조건을 찾으면, 해당 폴더를 소유한 사용자의 그룹 권한 설정을 모두 무시합니다." #: seahub/help/templates/help/folder_permission.html:29 msgid "" "Permissions on sub-folders have higher priority than those on parent " "folders." -msgstr "" +msgstr "하위 폴더의 권한은 상위 폴더의 권한보다 우선합니다." #: seahub/help/templates/help/folder_permission.html:31 msgid "Here is a more complex example:" @@ -2469,14 +2470,14 @@ msgid "" "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 "" +msgstr "\"A/B\"와 같은 폴더 구조가 있고 \"Staff\" 그룹의 \"John\" 사용자가 있다고 가정합니다. John에게 폴더 A의 \"읽기 전용\" 권한을 설정하고 \"A/B\" 폴더의 \"읽기 쓰기\" 권한을 \"Staff\" 그룹에 주었을 경우를 가정합니다. 이 때 John의 \"A/B\" 폴더 사용 권한은 여전히 \"읽기 전용\" 입니다. 왜냐면 2번 규칙에 따라 상위 폴더 \"A\"의 권한을 이어받는 폴더 \"A/B\"와 사용자 \"John\"의 \"읽기 전용\" 조건이 우선 일치하기 때문입니다." #: seahub/help/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 "" +msgstr "전문가판 서버를 사용한다면 Seafile 웹 앱에서도 파일의 내용을 검색하듯 파일 및 폴더 이름을 검색할 수 있습니다. 현재 Seafile은 다음 파일 형식의 내용을 검색할 수 있습니다:" #: seahub/help/templates/help/full_text_file_search.html:8 #: seahub/help/templates/help/viewing_files_within_web_app.html:8 @@ -2585,7 +2586,7 @@ msgid "" "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 "때로는 라이브러리의 일부 파일 또는 폴더를 동기화하고 싶지 않을 때가 있습니다. 이렇게 하려면 seafile-ignore.txt를 라이브러리의 루트 폴더에 만드십시오. 이 특수한 파일은 Seafile에서 동기화하면 안되는 파일을 지정합니다. ignore.txt의 각 줄에 패턴을 지정합니다. 다음 패턴 형식을 지원합니다." +msgstr "때로는 라이브러리의 일부 파일 또는 폴더를 동기화하고 싶지 않을 때가 있습니다. 이렇게 하려면 seafile-ignore.txt를 라이브러리의 최상위 폴더에 만듭니다. 이 특수한 파일은 Seafile에서 동기화하면 안되는 파일을 지정합니다. ignore.txt의 각 줄에 패턴을 지정합니다. 다음 패턴 형식을 지원합니다." #: seahub/help/templates/help/ignore.html:10 msgid "A blank line matches no files." @@ -2670,23 +2671,23 @@ msgstr "1. 로컬 Seafile 데이터를 저장할 디스크 파티션을 선택 #: seahub/help/templates/help/install_sync.html:11 msgid "Selecting a folder to store Seafile data" -msgstr "Seafile 데이터를 저장할 폴더 선택" +msgstr "Seafile 데이터를 저장할 폴더 선택하기" #: seahub/help/templates/help/install_sync.html:13 msgid "2. Add an account" -msgstr "2. 계정을 추가하세요" +msgstr "2. 계정을 추가합니다" #: seahub/help/templates/help/install_sync.html:14 msgid "Add an account on your private Seafile server or our public server." -msgstr "개인 Seafile 서버 또는 저희 공개 서버에 계정을 만드세요." +msgstr "개인 Seafile 서버 또는 저희 공개 서버에 계정을 만듭니다." #: seahub/help/templates/help/install_sync.html:18 msgid "3. Sync a library" -msgstr "3. 라이브러리를 동기화하세요" +msgstr "3. 라이브러리를 동기화합니다." #: seahub/help/templates/help/install_sync.html:20 msgid "Click the \"Sync this library\" button to sync it with a local folder." -msgstr "\"이 라이브러리 동기화\" 버튼을 눌러 로컬 폴더와 동기화하세요." +msgstr "\"이 라이브러리 동기화\" 버튼을 눌러 로컬 폴더와 동기화합니다." #: seahub/help/templates/help/install_sync.html:21 msgid "" @@ -2750,19 +2751,19 @@ msgid "" "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 "" +msgstr "Seafile에서는 파일을 정리하는 개념으로 \"라이브러리\"를 사용합니다. 라이브러리는 파일 및 폴더 모음의 최상위 컨테이너입니다. 작업 중인 각 프로젝트별로, Seafile에 저장하려는 문서 형식 별로 라이브러리를 만들 수 있습니다. 라이브러리는 최상위 폴더처럼 동작합니다만 일부 특수 속성도 있습니다:" #: seahub/help/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 "" +msgstr "각 라이브러리에서는 파일 수정 기록을 유지합니다. 모든 라이브러리에 대한 전체적인 파일 수정 기록은 없습니다." #: seahub/help/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 "" +msgstr "각 라이브러리는 데스크톱 클라이언트에 개별적으로 동기화할 수 있습니다. 어떤 라이브러리를 동기화할 지 선택할 수 있습니다." #: seahub/help/templates/help/libraries_managing.html:11 msgid "" @@ -2770,13 +2771,13 @@ msgid "" "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 "" +msgstr "Seafile 웹 앱에 처음 로그인할 때, Seafile에서는 자동으로 \"내 라이브러리\" 라는 기본 라이브러리를 만들어줍니다. 다른 라이브러리도 만들 수 있습니다. 몇가지 라이브러리를 이미 만들어두었다면 다음과 같이 나타납니다." #: seahub/help/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 "" +msgstr "라이브러리 내부를 탐색하고 파일과 폴더를 관리할 수 있습니다. 파일을 업로드, 다운로드, 이름 바꾸기, 이동, 복사, 삭제할 수 있습니다." #: seahub/help/templates/help/libraries_managing.html:15 #, python-format @@ -2784,7 +2785,7 @@ 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 "" +msgstr "데스크톱 클라이언트로 라이브러리 동기화를 진행한 이후, 로컬 라이브러리 폴더에서 파일 처리를 진행할 수 있습니다. 해당 동작은 서버로 올릴 수도 있습니다." #: seahub/help/templates/help/library_history_and_snapshots.html:7 msgid "" @@ -2792,7 +2793,7 @@ msgid "" "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 "" +msgstr "Seafile 에서는 라이브러리 전체의 수정 이력을 추적합니다. 파일 동작을 라이브러리에 적용(파일 업데이트, 파일 삭제 등)하면, Seafile에서는 라이브러리 이전 상태의 \"스냅샷\"을 만듭니다. 스냅샷에는 라이브러리의 완전한 파일 및 폴더 구조가 들어있습니다." #: seahub/help/templates/help/library_history_and_snapshots.html:8 msgid "" @@ -2819,14 +2820,14 @@ msgstr "Seafile 웹 앱에서 라이브러리의 최상위 폴더를 찾아봅 msgid "" "Click the \"view snapshot\" link on any modification record. You'll see the " "library state at the point of time." -msgstr "" +msgstr "수정 기록 어디에서든 \"스냅샷 보기\" 링크를 누릅니다. 해당 시점의 라이브러리 상태를 볼 수 있습니다." #: seahub/help/templates/help/library_history_and_snapshots.html:13 msgid "" "In the snapshot view, you can download or restore any file or folder. If " "you're the library's owner, you can restore the enitre library to this point" " of time." -msgstr "" +msgstr "스냅샷 보기에서 파일 또는 폴더를 다운로드하거나 복원할 수 있습니다. 라이브러리 소유자라면 해당 시점으로 라이브러리 전체를 되돌릴 수 있습니다." #: seahub/help/templates/help/library_history_and_snapshots.html:15 #, python-format @@ -2834,7 +2835,7 @@ msgid "" "You can configure the retention period of library history: setting history " "retention period." -msgstr "" +msgstr "라이브러리 기록 유지 기간을 설정할 수 있습니다: 기록 유지 기간 설정." #: seahub/help/templates/help/manage_library_as_wiki.html:6 msgid "" @@ -2843,7 +2844,7 @@ msgid "" "(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 "" +msgstr "간편한 방식의 약간 구조화한 데이터 캡처 및 저장 – Seafiel 위키를 둔 이유입니다. 위키 페이지는 단순한 마크업 언어인 마크다운(MD)으로 작성하여, 교차 플랫폼 호환성을 보증합니다. MD 파일은 그래픽 정보처럼 텍스트와 표로 가지런하게 저장합니다. 마크다운 파일에 다른 문서를 연결할 수도 있습니다." #: seahub/help/templates/help/manage_library_as_wiki.html:7 msgid "" @@ -2851,7 +2852,7 @@ msgid "" "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 "" +msgstr "7.0 버전에 도입한 \"열 보기\" 방식으로 Seafile의 표준 라이브러리를 위키 처럼 관리할 수 있습니다. Seafile에서는 위키를 표준 Seafile 라이브러리로 구현했기 때문에, 다른 일반 라이브러리 처럼 동기화하고 다른 사용자에게 공유할 수 있습니다." #: seahub/help/templates/help/manage_library_as_wiki.html:8 msgid "Column view" @@ -2897,11 +2898,11 @@ msgid "" "You can open a hidden side bar on the right side of the Markdown editor. " "Table of contents, file information, formatting suggestions, and " "collaborative commenting are provided in this side bar." -msgstr "" +msgstr "마크다운 편집기 우측의 숨겨둔 가장자리 창을 열 수 있습니다. 여기에는 목차, 파일 정보, 구조화 제안, 협업 주석 등의 기능을 제공합니다." #: seahub/help/templates/help/manage_library_as_wiki.html:19 msgid "File tagging and related documents" -msgstr "" +msgstr "파일 태깅 및 관련 문서" #: seahub/help/templates/help/manage_library_as_wiki.html:20 msgid "" @@ -2909,19 +2910,19 @@ msgid "" "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 "" +msgstr "파일 태깅은 지식 관리에 있어 중요한 기능입니다. Seafile에서는 사용자가 각 라이브러리에 태그를 정의하고 파일에 태그를 적용할 수 있습니다. 마크다운 편집기의 가장자리 표시줄에서, 또는 파일 브라우저 인터페이스에서 태그를 관리할 수 있습니다." #: seahub/help/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 "" +msgstr "파일 브라우저 인터페이스에서는 현재 라이브러리의 모든 일 태그를 제공합니다." #: seahub/help/templates/help/manage_library_as_wiki.html:25 msgid "" "You can also add related files to a Markdown document from the \"File " "Information\" tab in the side bar." -msgstr "" +msgstr "가장자리 표시줄의 \"파일 정보\"에서 관련 파일을 마크다운 문서에 추가할 수도 있습니다." #: seahub/help/templates/help/read-only_syncing.html:6 #, python-format @@ -2940,7 +2941,7 @@ msgstr "Seafile에서는 읽기 전용 라이브러리 또는 폴더에 금지 msgid "" "If you want the be-shared users not be able to modify local copies, you can " "consider using the Seafile Drive client." -msgstr "" +msgstr "공유한 파일에 접근할 수 있는 사용자에게 로컬 사본을 수정하지 못하게 할 때, Seafile 드라이브 클라이언트 사용을 고려할 수 있습니다." #: seahub/help/templates/help/restoring_deleted_files.html:6 msgid "Restoring deleted files and folders" @@ -2951,7 +2952,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 "" +msgstr "Seafile의 각 라이브러리에서는 파일 삭제 동작을 자동으로 추적합니다. 때로는 파일을 실수로 지웠음을 알아챌 수 있습니다. 각 라이브러리의 휴지통에서 삭제한 파일을 되돌릴 수 있습니다." #: seahub/help/templates/help/restoring_deleted_files.html:8 msgid "Here is how to use the trash bin feature:" @@ -2961,28 +2962,28 @@ msgstr "휴지통 기능을 활용하는 방법은 다음과 같습니다:" msgid "" "In Seafile Web App, navigate into the parent folder containing the deleted " "file or folder." -msgstr "" +msgstr "Seafile 웹앱에서 삭제한 파일 또는 폴더의 상위 폴더를 탐색합니다." #: seahub/help/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 "" +msgstr "라이브러리 동작 표시줄에 있는 \"휴지통\" 아이콘을 누릅니다. 삭제한 파일과 폴더가 삭제한 시간 순으로 나타납니다. 목록 하단에서 삭제한 파일을 추가로 불러오는 \"더 보기\" 단추를 누를 수 있습니다." #: seahub/help/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 "" +msgstr "삭제한 파일 목록에서 파일 및 폴더를 복원할 수 있습니다. 파일 또는 폴더의 상위 폴더를 삭제하면 라이브러리 최상위 폴더로 복원합니다." #: seahub/help/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 "" +msgstr "참고로 휴지통은 현재 폴더에서 삭제한 파일 및 하위 폴더만 들어있습니다. 현재 폴더의 하위 폴더에서 삭제한 파일도 목록에 들어있습니다." #: seahub/help/templates/help/restoring_deleted_files.html:15 #, python-format @@ -2990,7 +2991,7 @@ msgid "" "You can configure the retention period of deleted files: setting history " "retention period." -msgstr "" +msgstr "삭제한 파일의 유지 기간을 설정할 수 있습니다: 기록 유지 기간 설정." #: seahub/help/templates/help/selective_sync.html:8 msgid "" @@ -2998,7 +2999,7 @@ msgid "" "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 "" +msgstr "Seafile 서버에 매우 큰 라이브러리를 저장할 수도 있습니다. 그리고 하나의 라이브러리에 관심있는 하위 폴더만을 둘 수 있습니다. 라이브러리 전체 대신 라이브러리의 하위 폴더만 선택하여 동기화할 수 있습니다." #: seahub/help/templates/help/selective_sync.html:10 msgid "" @@ -3006,7 +3007,7 @@ msgid "" "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 "하위 폴더를 동기화하려면 아직 동기화하지 않은 라이브러리를 두 번 눌러 클라우드 파일 브라우저를 여십시오. 하위 폴더의 상위 폴더에서 탐색하십시오. 해당 하위 폴더에 마우스 커서를 두고 오른쪽 단추를 누른 다음, 단축 메뉴에서 \"이 폴더 동기화\"를 선택하십시오." +msgstr "하위 폴더를 동기화하려면 아직 동기화하지 않은 라이브러리를 두 번 눌러 클라우드 파일 브라우저를 엽니다. 하위 폴더의 상위 폴더에서 탐색합니다. 해당 하위 폴더에 마우스 커서를 두고 오른쪽 단추를 누른 다음, 단축 메뉴에서 \"이 폴더 동기화\"를 선택합니다." #: seahub/help/templates/help/selective_sync.html:14 msgid "" @@ -3016,156 +3017,156 @@ msgstr "하위 폴더를 동기화하고 나면, 클라이언트 메인 창에 #: seahub/help/templates/help/setting_library_history.html:6 msgid "Setting library history retention period" -msgstr "" +msgstr "라이브러리 기록 유지 기간 설정" #: seahub/help/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 "" +msgstr "라이브러리 기록 유지 기간 길이는 다음 기능에서 기록 데이터를 얼마나 오래 두고 접근할 수 있는지를 다룹니다:" #: seahub/help/templates/help/setting_library_history.html:9 msgid "" "Restore deleted files: you cannot restore files and folders deleted before " "the retention period." -msgstr "" +msgstr "삭제한 파일 복원: 유지 기간 이전에 삭제한 파일 및 폴더는 복원할 수 없습니다." #: seahub/help/templates/help/setting_library_history.html:10 msgid "" "File versions: you cannot access file versions older than the retention " "period." -msgstr "" +msgstr "파일 버전: 유지 기간보다 오래된 파일 버전에는 접근할 수 없습니다." #: seahub/help/templates/help/setting_library_history.html:11 msgid "" "Library history and snapshots: you cannot access library snapshots older " "than the retention period." -msgstr "" +msgstr "라이브러리 기록 및 스냅샷: 유지 기간보다 오래된 라이브러리 스냅샷에는 접근할 수 없습니다." #: seahub/help/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 "" +msgstr "이전 파일 버전의 유지 기간은 각 라이브러리 별로 설정할 수 있습니다. 유지 기간을 설정하려면 해당 라이브러리의 소유자여야 합니다. 유지 기간을 설정하려면:" #: seahub/help/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 "" +msgstr "Seafile 웹 앱에서 (아래 스크린샷처럼) 탐색 창의 \"내 파일\" 탭을 누릅니다. 소유권을 가진 모든 라이브러리가 나타납니다." #: seahub/help/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 "" +msgstr "라이브러리 행에 커서를 옮겨두면 동작 메뉴가 나타납니다. 드롭 다운 메뉴에서 \"기록 설정\"을 누릅니다." #: seahub/help/templates/help/setting_library_history.html:17 msgid "In the pop-up dialog, you can set the length of file retention period." -msgstr "" +msgstr "팝업 대화 상자에서 파일 유지 기간 길이를 설정할 수 있습니다." #: seahub/help/templates/help/sharing_files_and_folders.html:6 msgid "" "In Seafile there are a few ways to share files and folders with others:" -msgstr "" +msgstr "Seafile 에서 파일 및 폴더를 다른 사용자와 공유하는 몇가지 방법이 있습니다:" #: seahub/help/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 "" +msgstr "링크 활용: 다양한 협업 동료와 공유할 수 있는 링크 형식에는 여러가지가 있습니다." #: seahub/help/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 "" +msgstr "공유 링크: 링크에 접근할 수 있는 사용자라면 링크가 가리키는 파일 또는 폴더에 접근할 수 있습니다. 로그인은 필요하지 않습니다." #: seahub/help/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 "" +msgstr "업로드 링크: 링크에 접근할 수 있는 사요자라면 링크가 가리키는 폴더에 파일을 업로드할 수 있습니다. 로그인은 필요하지 않습니다." #: seahub/help/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 "" +msgstr "내부 링크: 파일 또는 폴더의 읽기 권한을 가진 로그인한 사용자만이 이 링크에 접근할 수 있습니다. 내부 파일 공유용으로 활용합니다." #: seahub/help/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 "" +msgstr "라이브러리 또는 폴더 공유: 지정 사용자 또는 그룹에 라이브러리 또는 폴더에 접근 권한을 부여할 때 활용합니다. 사용자가 폴더에 접근하려면 로그인해야 합니다." #: seahub/help/templates/help/sharing_files_and_folders.html:17 msgid "Creating share links to files or folders" -msgstr "" +msgstr "파일 또는 폴더의 공유 링크 만들기" #: seahub/help/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 "" +msgstr "공유 링크는 파일 또는 폴더의 공개 링크입니다. 누구든 접근할 수 있으며, 심지어는 Seafile 계정이 없어도 됩니다. 링크를 보호할 목적으로 암호와 유효 기간을 활용할 수 있습니다." #: seahub/help/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 "" +msgstr "링크를 공유할 때 접근 권한을 설정할 수도 있습니다. 세가지 권한 형태가 있습니다:" #: seahub/help/templates/help/sharing_files_and_folders.html:21 msgid "" "Preview and Download: the file or files in the folder can be downloaded. If " "the type of files can be previewd in web browser, they can also be viewed " "online (e.g. Office files)." -msgstr "" +msgstr "미리 보기 및 다운로드: 파일 또는 폴더의 파일을 다운로드할 수 있습니다. 웹 브라우저에서 미리 볼 수 있는 파일 형식이라면, 온라인에서도 볼 수 있습니다(예: 오피스 파일)." #: seahub/help/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 "" +msgstr "미리 보기 전용: 파일 또는 폴더의 파일을 웹 브라우저에서 보기만 할 수 있고 다운로드는 할 수 없습니다. 기밀 데이터를 공유할 때 쓸만합니다." #: seahub/help/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 "" +msgstr "클라우드 편집 및 다운로드: \"미리 보기 및 다운로드\" 와 유사하지만, 파일을 웹 브라우저에서 편집할 수 있는 경우(예: 오피스 파일), 링크에 접근할 수 있는 사용자가 해당 파일을 편집할 수 있습니다." #: seahub/help/templates/help/sharing_files_and_folders.html:25 msgid "To create a share link in Seafile web app:" -msgstr "" +msgstr "Seafile 웹 앱에서 공유 링크를 만들려면:" #: seahub/help/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 "" +msgstr "파일 또는 폴더가 들어있는 상위 폴더를 탐색합니다. 파일 또는 폴더 위에 마우스 커서를 올려둔 후 나타나는 \"공유\" 아이콘을 누릅니다." #: seahub/help/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 "" +msgstr "공유 옵션이 들어간 팝업 창이 뜹니다. 좌측 창에서 \"링크 공유\" 탭을 누릅니다. \"만들기\" 단추를 누르면 링크를 만듭니다. 링크를 보호할 목적으로 암호와 유효 기간을 활용할 수 있습니다." #: seahub/help/templates/help/sharing_files_and_folders.html:29 #: seahub/help/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 "" +msgstr "링크를 전자메일, 인스턴트 메신저 또는 기타 다른 사용자에게 보낼 수 있는 도구에 복사합니다." #: seahub/help/templates/help/sharing_files_and_folders.html:31 msgid "You can also create share links from the desktop clients." -msgstr "" +msgstr "데스크톱 클라이언트에서 공유 링크를 만들 수도 있습니다." #: seahub/help/templates/help/sharing_files_and_folders.html:33 msgid "" @@ -3173,14 +3174,14 @@ msgid "" "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 "" +msgstr "라이브러리를 동기화하면, Seafile 클라이언트의 메인 창에서 라이브러리를 두 번 연속으로 누릅니다. 그러면 해당 라이브러리의 로컬 폴더가 열립니다. 링크를 만드려는 파일 또는 폴더에 마우스 커서를 놓고 오른쪽 단추를 누릅니다. 그 다음 \"Seafile\"을 선택하고 \"공유 링크 만들기\"를 누릅니다." #: seahub/help/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 "" +msgstr "라이브러리를 동기화하지 않았다면, Seafile 클라이언트의 메인 창에서 라이브러리를 두 번 연속으로 누릅니다. 클라우드 파일 브라우저 창을 열어 파일 또는 폴더의 링크를 만들 수 있습니다." #: seahub/help/templates/help/sharing_files_and_folders.html:36 msgid "Creating upload links to folders" @@ -3275,14 +3276,14 @@ msgstr "라이브러리 또는 폴더를 사용자 또는 그룹에 공유하려 msgid "" "Hover your mouse over the library or folder and click on the \"Share\" icon " "that appears." -msgstr "" +msgstr "라이브러리 또는 폴더에 마우스 커서를 올려둔 후 나타나는 \"공유\" 아이콘을 누릅니다." #: seahub/help/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 "" +msgstr "공유 옵션이 들어간 팝업 창이 뜹니다. 좌측 창의 \"사용자와 공유\" 탭을 누르거나 \"그룹과 공유\" 탭을 누릅니다. 사용자 또는 그룹을 선택합니다. 그리고 \"보내기\"를 누릅니다." #: seahub/help/templates/help/sharing_files_and_folders.html:65 msgid "" @@ -3290,7 +3291,7 @@ msgid "" "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 "" +msgstr "라이브러리 또는폴더를 사용자에게 공유하고 나면 사용자는 Seafile 웹 앱의 좌측 창에서 \"나에게 공유\" 탭을 눌러 볼 수 있습니다. 그룹에 공유했다면 그룹을 탐색했을 때만 그룹 구성원이 볼 수 있습니다." #: seahub/help/templates/help/sharing_files_and_folders.html:66 msgid "" @@ -3298,7 +3299,7 @@ msgid "" " \"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 "" +msgstr "라이브러리를 전체 조직에 공유하기: Seafile 웹 앱에서 좌측 창의 \"모두에게 공유\" 탭을 누릅니다. 그리고 \"라이브러리 추가\" 단추를 누릅니다. 드롭다운 메뉴에서 기존 라이브러리를 공유하거나 새 라이브러리를 만들어 공유할 수 있습니다." #: seahub/help/templates/help/sharing_files_and_folders.html:67 msgid "Internal links" @@ -3344,15 +3345,15 @@ msgstr "가끔은 Seafile 서버에 (다른 사람이 공유했거나 다른 컴 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 "기존 폴더와 라이브러리를 동기화하려면, Seafile 클라이언트 메인 창에서 라이브러리에 마우스 커서를 놓고 오른쪽 단추를 누른 다음 \"이 라이브러리 동기화\"를 누르십시오." +msgstr "기존 폴더와 라이브러리를 동기화하려면, Seafile 클라이언트 메인 창에서 라이브러리에 마우스 커서를 놓고 오른쪽 단추를 누른 다음 \"이 라이브러리 동기화\"를 누릅니다." #: seahub/help/templates/help/syncing_existing_folders.html:14 msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." -msgstr "나타난 대화상자에서 \"기존 폴더와 동기화\" 연결을 누르십시오." +msgstr "나타난 대화상자에서 \"기존 폴더와 동기화\" 링크를 누릅니다." #: seahub/help/templates/help/syncing_existing_folders.html:18 msgid "Then choose an existing folder to sync with this library." -msgstr "그 다음 라이브러리와 동기화 할 기존 폴더를 선택하십시오." +msgstr "그 다음 라이브러리와 동기화 할 기존 폴더를 선택합니다." #: seahub/help/templates/help/unsync_resync.html:6 msgid "Unsync and resync library" @@ -3457,17 +3458,17 @@ msgstr "동기화한 컨텐트" 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 "" +msgstr "동기화한 컨텐트는 컴퓨터의 하드 드라이브에 다운로드해서 저장합니다. 컴퓨터의 프로그램에서 이 파일을 직접 편집할 수 있습니다." #: seahub/help/templates/help/using_drive_client.html:39 msgid "Partially synced content" -msgstr "" +msgstr "일부 동기화 컨텐트" #: seahub/help/templates/help/using_drive_client.html:41 msgid "" "Partially synced folders contain both synced and cloud-only files or " "folders." -msgstr "" +msgstr "일부 동기화 폴더에는 양방향 동기화를 했거나 클라우드 전용인 파일 또는 폴더가 있습니다." #: seahub/help/templates/help/using_drive_client.html:46 msgid "Special States" @@ -3477,7 +3478,7 @@ msgstr "특수 상태" msgid "" "For files that are already synced to local computer, they may be in 3 other " "special states, besides the normal \"synced\" state. " -msgstr "" +msgstr "로컬 컴퓨터에 이미 동기화한 파일은 3가지 특별한 상태로 남아있을 수 있는데, 그 중 일반적인 상태는 \"동기화\" 상태입니다." #: seahub/help/templates/help/using_drive_client.html:58 msgid "Locked by other user" @@ -3523,7 +3524,7 @@ msgstr "드라이브 클라이언트에서 여러 계정에 로그인할 수 있 #: seahub/help/templates/help/using_drive_client.html:80 msgid "1. Why can't I create new files or delete folders in root folder?" -msgstr "" +msgstr "1. 최상위 폴더에서 새 파일을 만들거나 폴더를 삭제할 수 없을까요?" #: seahub/help/templates/help/using_drive_client.html:81 msgid "" @@ -3533,13 +3534,13 @@ msgid "" "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 "" +msgstr "가상 드라이브의 최상위 폴더에는 라이브러리 폴더만 들어있습니다. Seafile에서는 라이브러리의 파일만 동기화합니다. 최상위 폴더의 파일은 Seafile 서버로 올릴 수 없습니다. 그래서 최상위 폴더에서 파일을 만들게 하는 그 자체가 말이 안됩니다. 가상 드라이브의 최상위 폴더가 라이브러리를 의미하기에, 사용자가 해당 라이브러리를 실수로라도 지우게 두고 싶진 않습니다. 그래서 드라이브 클라이언트에서는 최상위 폴더 삭제는 지원하지 않습니다." #: seahub/help/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 "" +msgstr "파일 중 일부 형식은 Seafile 웹 앱에서 직접 열 수 있습니다. 현재 직접 열 수 있는 형식은 다음과 같습니다:" #: seahub/help/templates/help/viewing_files_within_web_app.html:13 msgid "Image files" @@ -3740,12 +3741,12 @@ msgstr "안녕하세요," msgid "" "%(inviter_name)s invited you to join %(site_name)s. Please click the link " "below:" -msgstr "%(inviter_name)s님께서 %(site_name)s 사이트에 초대하셨습니다. 하단 링크를 누르세요:" +msgstr "%(inviter_name)s 사용자가 %(site_name)s 사이트에 초대하셨습니다. 하단 링크를 누르세요:" #: seahub/invitations/templates/invitations/invitation_revoke_email.html:12 #, python-format msgid "%(inviter)s revoked your access to %(site_name)s." -msgstr "%(inviter)s님께서 %(site_name)s 사이트 접근을 막았습니다." +msgstr "%(inviter)s 사용자가 %(site_name)s 사이트 접근을 막았습니다." #: seahub/invitations/templates/invitations/token_view.html:4 msgid "Create Account" @@ -3847,7 +3848,7 @@ msgstr "폴더를 이동했습니다" msgid "New file updates on %s" msgstr "%s에 새 파일 업데이트함" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "%s에 새 공지가 있습니다" @@ -3877,7 +3878,7 @@ 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" +msgstr "%(username)s 사용자가 %(group_name)s 그룹 참여를 요청했습니다, 확인 메시지: %(join_request_msg)s" #: seahub/notifications/models.py:650 #, python-format @@ -3898,7 +3899,7 @@ msgstr "%(author)s 사용자가 %(file_name)s 파일 msgid "" "Draft #%(draft_id)s has a new comment from user " "%(author)s" -msgstr "%(draft_id)s번 초안에 %(author)s사용자 댓글이 달렸습니다" +msgstr "%(author)s 사용자가 %(draft_id)s번 초안에 댓글을 추가했습니다" #: seahub/notifications/models.py:710 #, python-format @@ -3978,7 +3979,7 @@ msgid "" "User %(user)s has asked to join " "group %(grp_name)s, verification " "message: %(msg)s" -msgstr "%(user)s 사용자가 a href=\"%(url_base)s%(grp_url)s\">%(grp_name)s 그룹 참여를 요청했습니다, 확인 메시지는 다음과 같습니다: %(msg)s" +msgstr "%(user)s 사용자가%(grp_name)s 그룹 참여를 요청했습니다. 확인 메시지는 다음과 같습니다: %(msg)s" #: seahub/notifications/templates/notifications/notice_email.html:57 #, python-format @@ -4018,7 +4019,7 @@ msgstr "%(user)s 사용자가 %(lib_name)s%(lib_name)s to you." -msgstr "%(user)s님께서 %(lib_name)s 라이브러리를 공유했습니다." +msgstr "%(user)s사용자가 %(lib_name)s 라이브러리를 공유했습니다." #: seahub/notifications/templates/notifications/notice_msg/repo_share_to_group_msg.html:1 #, python-format @@ -4037,7 +4038,7 @@ msgstr "일반 검색을 진행하는 동안 , 2015-2017,2019,2022\n" "Language-Team: Korean (http://www.transifex.com/haiwen/seahub/language/ko/)\n" @@ -401,10 +401,10 @@ msgstr "취소" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "새 검토자 추가" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "저장소 백엔드" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "네트워크를 확인하세요." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "그룹 선택" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "공유할 라이브러리를 선택하세요." msgid "Select libraries to share" msgstr "공유할 라이브러리를 선택하세요" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "그룹 선택..." @@ -2420,8 +2420,8 @@ msgstr "항목 1개 삭제에 성공했습니다." msgid "Select a server..." msgstr "서버 선택..." -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "소유자에게 라이브러리를 공유할 수 없습니다." @@ -3126,13 +3126,13 @@ msgstr "활동" #: frontend/src/components/main-side-nav.js:258 #: frontend/src/pages/wikis/wikis.js:135 msgid "Published Libraries" -msgstr "공개한 라이브러리" +msgstr "공개 라이브러리" #: frontend/src/components/main-side-nav.js:274 #: frontend/src/components/main-side-nav.js:276 #: frontend/src/pages/linked-devices/linked-devices.js:219 msgid "Linked Devices" -msgstr "연결한 장치" +msgstr "연결 장치" #: frontend/src/components/main-side-nav.js:288 #: frontend/src/components/main-side-nav.js:291 @@ -3658,7 +3658,7 @@ msgstr "토큰:" msgid "Set Password" msgstr "암호 설정" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "최종 수정일" @@ -4053,7 +4053,7 @@ msgstr "%(name)s 복사에 실패했습니다." #: frontend/src/pages/linked-devices/linked-devices.js:23 msgid "No linked devices" -msgstr "연결한 장치 없음" +msgstr "연결 장치 없음" #: frontend/src/pages/linked-devices/linked-devices.js:24 msgid "" @@ -4119,15 +4119,15 @@ msgstr "새로 고침" #: frontend/src/pages/markdown-editor/seafile-editor/index.js:89 msgid "Another user is editing this file!" -msgstr "" +msgstr "다른 사용자가 이 파일을 편집합니다!" #: frontend/src/pages/markdown-editor/seafile-editor/index.js:101 msgid "Leave this page? The system may not save your changes." -msgstr "" +msgstr "이 페이지를 나갈까요? 시스템에서 바꾼 내용을 저장하지 않았습니다." #: frontend/src/pages/markdown-editor/seafile-editor/index.js:159 msgid "Failed to save" -msgstr "" +msgstr "저장 실패" #: frontend/src/pages/my-libs/my-libs-deleted.js:62 msgid "No deleted libraries" @@ -4977,7 +4977,7 @@ msgstr "모든 장치" #: frontend/src/pages/sys-admin/info.js:118 msgid "Current Connected Devices" -msgstr "현재 연결한 장치" +msgstr "현재 연결 장치" #: frontend/src/pages/sys-admin/info.js:123 #: frontend/src/pages/sys-admin/info.js:127 @@ -5662,7 +5662,7 @@ msgstr "{file_name} 업로드에 실패했습니다." #: frontend/src/pages/upload-link/forbid-upload-list-item.js:14 msgid "Please upload files less than {placeholder}" -msgstr "" +msgstr "{placeholder} 이사 파일을 업로드해주세요" #: frontend/src/pages/upload-link/index.js:40 msgid "Upload files to {folder_name_placeholder}" @@ -5689,12 +5689,7 @@ msgstr "파일 크기는 {max_size_placeholder}보다 작아야 합니다." msgid "Drag and drop files or folders here." msgstr "여기에 파일 또는폴더를 끌어놓으세요." -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "내용" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "라이브러리로 이동" @@ -5831,7 +5826,7 @@ msgstr "사용자 정보 가져오기" #: frontend/src/translate.js:9 msgid "No connected devices" -msgstr "연결한 장치 없음" +msgstr "연결 장치 없음" #: frontend/src/translate.js:10 msgid "No sync errors" diff --git a/locale/lt/LC_MESSAGES/django.po b/locale/lt/LC_MESSAGES/django.po index 7dc64eff56..d73819002e 100644 --- a/locale/lt/LC_MESSAGES/django.po +++ b/locale/lt/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Vytautas Stanaitis , 2018\n" "Language-Team: Lithuanian (http://www.transifex.com/haiwen/seahub/language/lt/)\n" @@ -67,7 +67,7 @@ msgstr "Nepavyko nustatyti saugyklos dydžio: didžiausia reikšmė %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -88,8 +88,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -150,8 +150,8 @@ msgstr "El. paštas %s neteisingas." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -363,44 +363,45 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "turi būti sveikas skaičius, didesnis arba lygus 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Vidinė serverio klaida" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Paskirties maršrutas per ilgas." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Neteisingas paskirties maršrutas" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -408,31 +409,31 @@ msgstr "Neteisingas paskirties maršrutas" msgid "Out of quota." msgstr "Saugyklos vieta išnaudota." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Negalima perkelti aplanko %(src)s į jo poaplankį %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Byla užblokuota" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Atšaukti nepavyko" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "vartotojo vardas neteisingas." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -445,16 +446,16 @@ msgstr "Vartotojo %s nėra." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Prieiga uždrausta." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -504,8 +505,8 @@ msgstr "Grupės nėra" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -538,7 +539,7 @@ msgstr "Vartotojas %s jau yra." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -570,11 +571,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Klaidingas slaptažodis" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Nepavyko iššifruoti bibliotekos" @@ -582,20 +583,20 @@ msgstr "Nepavyko iššifruoti bibliotekos" msgid "Wrong old password" msgstr "Senas slaptažodis neteisingas" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -627,14 +628,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "%s yra bendrinama įkėlimo nuoroda" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Slaptažodis privalomas." @@ -653,7 +654,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -661,7 +662,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1001,7 +1002,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1090,84 +1091,84 @@ msgstr "Svečias" msgid "Default" msgstr "Numatytasis" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Įtraukta" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Patalinta" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Pakeista" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Pervardinta" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Perkelta" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Įtraukti aplankai" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Pašalinti aplankai" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Pervardinti aplankai" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Perkelti aplankai" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Įtraukta arba pakeista" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Bibliotekos būsena sugrąžinta į" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Bylos \"%(file)s\" būsena sugrąžinta į %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Atkurtas ištrintas aplankas" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Pakeistas bibliotekos pavadinimas ar aprašymas" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Automatiškai sujungta seafile sistemos" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Sukurta biblioteka" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Ką tik" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1176,7 +1177,7 @@ msgstr[1] "Prieš %(days)d d." msgstr[2] "Prieš %(days)d d." msgstr[3] "Prieš %(days)d d." -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1185,7 +1186,7 @@ msgstr[1] "Prieš %(hours)d val." msgstr[2] "Prieš %(hours)d val." msgstr[3] "Prieš %(hours)d val." -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1194,7 +1195,7 @@ msgstr[1] "Prieš %(minutes)d min." msgstr[2] "Prieš %(minutes)d min." msgstr[3] "Prieš %(minutes)d min." -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1203,19 +1204,19 @@ msgstr[1] "Prieš %(seconds)d sek." msgstr[2] "Prieš %(seconds)d sek." msgstr[3] "Prieš %(seconds)d sek." -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Skaityti-Rašyti" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Tik-Skaityti" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1224,27 +1225,27 @@ msgstr[1] "%(size)d baitai" msgstr[2] "%(size)d baitai" msgstr[3] "%(size)d baitai" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1438,7 +1439,7 @@ msgstr "Vardas %s yra negaliojantis" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Trūksta argumento" @@ -1563,7 +1564,7 @@ msgstr "%(site_name)s komanda" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3865,7 +3866,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "%sgautas naujas pranešimas " @@ -4090,7 +4091,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4306,7 +4307,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4314,37 +4315,37 @@ msgstr "" msgid "Please choose a directory." msgstr "" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5158,6 +5159,10 @@ msgstr "" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5285,8 +5290,8 @@ msgid "Unable to view library modification" msgstr "" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "" @@ -5306,12 +5311,12 @@ msgstr "Nurodyto žurnalo nėra" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "" @@ -5334,7 +5339,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "" @@ -5376,17 +5381,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5402,13 +5407,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5493,7 +5498,7 @@ msgstr "" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/lt/LC_MESSAGES/djangojs.po b/locale/lt/LC_MESSAGES/djangojs.po index 13f5595257..1df1675f51 100644 --- a/locale/lt/LC_MESSAGES/djangojs.po +++ b/locale/lt/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lithuanian (http://www.transifex.com/haiwen/seahub/language/lt/)\n" @@ -400,10 +400,10 @@ msgstr "Atšaukti" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Pasirinkti bibliotekas bendrinimui" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/lv/LC_MESSAGES/django.po b/locale/lv/LC_MESSAGES/django.po index fb58f9ed46..7161c70afb 100644 --- a/locale/lv/LC_MESSAGES/django.po +++ b/locale/lv/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Qubit Bit, 2014-2017\n" "Language-Team: Latvian (http://www.transifex.com/haiwen/seahub/language/lv/)\n" @@ -65,7 +65,7 @@ msgstr "Nevar iestatīt kvotu: maksimālā kvota %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -86,8 +86,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -148,8 +148,8 @@ msgstr "E-pasts %s nederīgs." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -361,44 +361,45 @@ msgstr "Veiksmīgi atiestatīta parole %(passwd)s lietotājam %(user)s. Taču e- msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Iekšējā servera kļūda" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Mērķa ceļš ir pārāk garš." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Nederīgs mērķa ceļš" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -406,31 +407,31 @@ msgstr "Nederīgs mērķa ceļš" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Nevar pārvietot mapi %(src)s tās apakšmapē %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Datne ir bloķēta" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Neizdevās atcelt" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -443,16 +444,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Pieeja liegta." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -502,8 +503,8 @@ msgstr "Grupa nepastāv" msgid "Failed to export Excel" msgstr "Neizdevās eksportēšana uz Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -536,7 +537,7 @@ msgstr "Lietotājs %s jau pastāv." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -568,11 +569,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Kļūdaina parole" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Atkodēšanas kļūda" @@ -580,20 +581,20 @@ msgstr "Atkodēšanas kļūda" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -625,14 +626,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Parole ir nepieciešama." @@ -651,7 +652,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -659,7 +660,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -999,7 +1000,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1088,84 +1089,84 @@ msgstr "Viesis" msgid "Default" msgstr "Noklusēts" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Pievienots" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Aizvākts" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Modificēts" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Pārsaukts" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Pārvietots" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Mape pievienota" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Mape dzēsta" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Mape pārsaukta" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Mape pārvietota" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Pievienots vai modificēts" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Bibliotēkas statuss atgriezts uz" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Atgriezt datni \"%(file)s\" uz statusu %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Dzēsta mape atjaunota" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Mainīts bibliotēkas nosaukums vai apraksts" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Automātiski sapludināts" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Bibliotēka izveidota" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Tūlīt" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1173,7 +1174,7 @@ msgstr[0] "%(days)d dienas" msgstr[1] "%(days)d dienām" msgstr[2] "%(days)d dienām" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1181,7 +1182,7 @@ msgstr[0] "%(hours)d stundas" msgstr[1] "%(hours)d stundām" msgstr[2] "%(hours)d stundām" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1189,7 +1190,7 @@ msgstr[0] "%(minutes)d minūtes" msgstr[1] "%(minutes)d minūtēm" msgstr[2] "%(minutes)d minūtēm" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1197,19 +1198,19 @@ msgstr[0] "%(seconds)d sekundes" msgstr[1] "%(seconds)d sekundēm" msgstr[2] "%(seconds)d sekundēm" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Lasīt-Rakstīt" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Tikai lasīt" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1217,27 +1218,27 @@ msgstr[0] "%(size)d baits" msgstr[1] "%(size)d baits" msgstr[2] "%(size)d baiti" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1431,7 +1432,7 @@ msgstr "Nosaukums %s nav derīgs" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Iztrūkst arguments" @@ -1556,7 +1557,7 @@ msgstr "%(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3857,7 +3858,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Jauns paziņojums no %s" @@ -4081,7 +4082,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "E-pasta adrese nav derīga." @@ -4296,7 +4297,7 @@ msgstr "Verifikācijas kods" msgid "A verification code has been sent to the email." msgstr "Verifikācijas kods tika nosūtīts uz e-pastu." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4304,37 +4305,37 @@ msgstr "" msgid "Please choose a directory." msgstr "Lūdzu, izvēlieties mapi." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Veiksmīgi saglabāts." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Bibliotēka nepastāv." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Mape nepastāv." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5148,6 +5149,10 @@ msgstr "Sākt" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5275,8 +5280,8 @@ msgid "Unable to view library modification" msgstr "Nevar skatīt bibliotēkas izmaiņas" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Bibliotēka nepastāv" @@ -5296,12 +5301,12 @@ msgstr "Norādītais vēstures saraksts nepastāv" msgid "Unknown error" msgstr "Nezināma kļūda" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nepastāv." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Nevar lejupielādēt \"%s\"" @@ -5324,7 +5329,7 @@ msgstr "Slikta augšupielādes saites pilnvara." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Šāda datne nepastāv" @@ -5366,17 +5371,17 @@ msgstr "Bibliotēka ir šifrēta, nevar atvērt tiešsaistē." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Nevar apskatīt datni" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5392,13 +5397,13 @@ msgstr "Nevar lejupielādēt datni, nepareizs datnes ceļš" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Nevar lejupielādēt datni" @@ -5483,7 +5488,7 @@ msgstr "Neizdevās iestatīt %s, kā administratoru: lietotājs neeksistē." msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/lv/LC_MESSAGES/djangojs.po b/locale/lv/LC_MESSAGES/djangojs.po index 32e385bce4..1fe5e6ec54 100644 --- a/locale/lv/LC_MESSAGES/djangojs.po +++ b/locale/lv/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Qubit Bit, 2015-2016,2018\n" "Language-Team: Latvian (http://www.transifex.com/haiwen/seahub/language/lv/)\n" @@ -401,10 +401,10 @@ msgstr "Atcelt" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "Lūdzu pārbaudiet tīkla pieslēgumu" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "Atlasīt grupu" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Atlasīt koplietošanas bibliotēkas " -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2420,8 +2420,8 @@ msgstr "Veiksmīgi izdzēsts 1 objekts" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/lv_LV/LC_MESSAGES/djangojs.po b/locale/lv_LV/LC_MESSAGES/djangojs.po index 0092422e4f..71b3f000cf 100644 --- a/locale/lv_LV/LC_MESSAGES/djangojs.po +++ b/locale/lv_LV/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian (Latvia) (http://www.transifex.com/haiwen/seahub/language/lv_LV/)\n" @@ -400,10 +400,10 @@ msgstr "Atcelt" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "Lūdzu pārbaudiet tīkla pieslēgumu" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/mk/LC_MESSAGES/django.po b/locale/mk/LC_MESSAGES/django.po index 97bab46087..5e78dcb08b 100644 --- a/locale/mk/LC_MESSAGES/django.po +++ b/locale/mk/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian (http://www.transifex.com/haiwen/seahub/language/mk/)\n" @@ -64,7 +64,7 @@ msgstr "" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -85,8 +85,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -147,8 +147,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -360,44 +360,45 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -405,31 +406,31 @@ msgstr "" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -442,16 +443,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -501,8 +502,8 @@ msgstr "" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -535,7 +536,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -567,11 +568,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "" @@ -579,20 +580,20 @@ msgstr "" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -624,14 +625,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "" @@ -650,7 +651,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -658,7 +659,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -998,7 +999,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1087,151 +1088,151 @@ msgstr "" msgid "Default" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "" -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 -msgid "Changed library name or description" -msgstr "" - #: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 -msgid "Auto merge by seafile system" +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 +msgid "Changed library name or description" msgstr "" #: seahub/base/templatetags/seahub_tags.py:163 #: seahub/base/templatetags/seahub_tags.py:234 +msgid "Auto merge by seafile system" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1425,7 +1426,7 @@ msgstr "" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "" @@ -1550,7 +1551,7 @@ msgstr "" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3850,7 +3851,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "" @@ -4073,7 +4074,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4287,7 +4288,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4295,37 +4296,37 @@ msgstr "" msgid "Please choose a directory." msgstr "" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5139,6 +5140,10 @@ msgstr "" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5266,8 +5271,8 @@ msgid "Unable to view library modification" msgstr "" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "" @@ -5287,12 +5292,12 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "" @@ -5315,7 +5320,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "" @@ -5357,17 +5362,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5383,13 +5388,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5474,7 +5479,7 @@ msgstr "" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/mk/LC_MESSAGES/djangojs.po b/locale/mk/LC_MESSAGES/djangojs.po index 7f8939bdd2..68fb2525e3 100644 --- a/locale/mk/LC_MESSAGES/djangojs.po +++ b/locale/mk/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Macedonian (http://www.transifex.com/haiwen/seahub/language/mk/)\n" @@ -400,10 +400,10 @@ msgstr "" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/nb_NO/LC_MESSAGES/djangojs.po b/locale/nb_NO/LC_MESSAGES/djangojs.po index 84a09a0aec..24c4df8de4 100644 --- a/locale/nb_NO/LC_MESSAGES/djangojs.po +++ b/locale/nb_NO/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+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://www.transifex.com/haiwen/seahub/language/nb_NO/)\n" @@ -402,10 +402,10 @@ msgstr "Avbryt" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -472,7 +472,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -992,12 +992,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1771,7 +1771,7 @@ msgid "Please check the network." msgstr "Vennligst sjekk nettverkstilkoblingen." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1789,7 +1789,7 @@ msgid "Select a group" msgstr "Velg en gruppe" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2351,7 +2351,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Velg biblioteker for deling" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2421,8 +2421,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3659,7 +3659,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5690,12 +5690,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/nl/LC_MESSAGES/django.po b/locale/nl/LC_MESSAGES/django.po index 702eb5f683..f92b28841a 100644 --- a/locale/nl/LC_MESSAGES/django.po +++ b/locale/nl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/haiwen/seahub/language/nl/)\n" @@ -64,7 +64,7 @@ msgstr "" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -85,8 +85,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -147,8 +147,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -360,44 +360,45 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -405,31 +406,31 @@ msgstr "" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -442,16 +443,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -501,8 +502,8 @@ msgstr "" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -535,7 +536,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -567,11 +568,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "" @@ -579,20 +580,20 @@ msgstr "" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -624,14 +625,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "" @@ -650,7 +651,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -658,7 +659,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -998,7 +999,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1087,151 +1088,151 @@ msgstr "" msgid "Default" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "" -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 -msgid "Changed library name or description" -msgstr "" - #: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 -msgid "Auto merge by seafile system" +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 +msgid "Changed library name or description" msgstr "" #: seahub/base/templatetags/seahub_tags.py:163 #: seahub/base/templatetags/seahub_tags.py:234 +msgid "Auto merge by seafile system" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1425,7 +1426,7 @@ msgstr "" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "" @@ -1550,7 +1551,7 @@ msgstr "" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3850,7 +3851,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "" @@ -4073,7 +4074,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4287,7 +4288,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4295,37 +4296,37 @@ msgstr "" msgid "Please choose a directory." msgstr "" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5139,6 +5140,10 @@ msgstr "" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5266,8 +5271,8 @@ msgid "Unable to view library modification" msgstr "" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "" @@ -5287,12 +5292,12 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "" @@ -5315,7 +5320,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "" @@ -5357,17 +5362,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5383,13 +5388,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5474,7 +5479,7 @@ msgstr "" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/nl/LC_MESSAGES/djangojs.po b/locale/nl/LC_MESSAGES/djangojs.po index 3d51e63c27..8cd7990aab 100644 --- a/locale/nl/LC_MESSAGES/djangojs.po +++ b/locale/nl/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (http://www.transifex.com/haiwen/seahub/language/nl/)\n" @@ -400,10 +400,10 @@ msgstr "" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/nl_NL/LC_MESSAGES/djangojs.po b/locale/nl_NL/LC_MESSAGES/djangojs.po index ac61b31556..c5fe2620ec 100644 --- a/locale/nl_NL/LC_MESSAGES/djangojs.po +++ b/locale/nl_NL/LC_MESSAGES/djangojs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Harmen , 2015-2018,2020\n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/haiwen/seahub/language/nl_NL/)\n" @@ -405,10 +405,10 @@ msgstr "Annuleren" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -475,7 +475,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -995,12 +995,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1774,7 +1774,7 @@ msgid "Please check the network." msgstr "Controleer de netwerkverbinding." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1792,7 +1792,7 @@ msgid "Select a group" msgstr "Selecteer een groep" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2354,7 +2354,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Selecteer bibliotheken om te delen" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2424,8 +2424,8 @@ msgstr "Succesvol 1 item verwijderd." msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3662,7 +3662,7 @@ msgstr "" msgid "Set Password" msgstr "Wachtwoord instellen" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5693,12 +5693,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po index 71bdd528e4..1124dd36c8 100644 --- a/locale/pl/LC_MESSAGES/django.po +++ b/locale/pl/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Ryszard Trojnacki , 2020\n" "Language-Team: Polish (http://www.transifex.com/haiwen/seahub/language/pl/)\n" @@ -70,7 +70,7 @@ msgstr "Nie udało się ustawić limitów dyskowych: maksimum to %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -91,8 +91,8 @@ msgstr "W tym dziale są biblioteki." msgid "There are sub-departments in this department." msgstr "Są poddziały w tym dziale." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -153,8 +153,8 @@ msgstr "E-mail %s jest nieprawidłowy." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -366,44 +366,45 @@ msgstr "Pomyślnie zresetowano użytkownikowi %(user)s hasło na %(passwd)s. Nie msgid "must be an integer that is greater than or equal to 0." msgstr "musi być liczbą większą lub równą 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Wewnętrzny błąd serwera" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Ścieżka docelowa jest zbyt długa." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Nieprawidłowa ścieżka docelowa" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -411,31 +412,31 @@ msgstr "Nieprawidłowa ścieżka docelowa" msgid "Out of quota." msgstr "Brak miejsca." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Nie można przenieść katalogu %(src)s do jego podkatalogu %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Plik jest zablokowany" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Nie udało się anulować" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "nazwa użytkownika nieprawidłowa." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -448,16 +449,16 @@ msgstr "Użytkownika %s nie został znaleziony." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Odmowa dostępu." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "Plik nie jest zablokowany." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Nie możesz odświeżyć tego pliku. Jest zablokowany." @@ -507,8 +508,8 @@ msgstr "Grupa nie istnieje" msgid "Failed to export Excel" msgstr "Nie udało się wyeksportować do Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "Uprawnienie już istnieje." @@ -541,7 +542,7 @@ msgstr "Użytkownik %s już istnieje." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -573,11 +574,11 @@ msgstr "Nie można zresetować hasła tej biblioteki." msgid "New password of library %s" msgstr "Nowe hasło dla biblioteki %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Nieprawidłowe hasło" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Błąd deszyfrowania biblioteki" @@ -585,20 +586,20 @@ msgstr "Błąd deszyfrowania biblioteki" msgid "Wrong old password" msgstr "Nieprawidłowe stare hasło" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "Plik %s jest zablokowany." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "Nie można przenieść folderu %s. Proszę sprawdź jego uprawnienia." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "Nie można usunąć folderu %s. Proszę sprawdź jego uprawnienia." @@ -630,14 +631,14 @@ msgid "email invalid." msgstr "błędy email." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Udostępniono Ci łącze przesyłania w %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Hasło jest wymagane." @@ -656,7 +657,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Czas przedawnienia w dniach powinien być większy lub równy %s" @@ -664,7 +665,7 @@ msgstr "Czas przedawnienia w dniach powinien być większy lub równy %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Czas przedawnienia w dniach powinien być mniejszy lub równy %s" @@ -1004,7 +1005,7 @@ msgid "File Path" msgstr "Ścieżka pliku" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1093,84 +1094,84 @@ msgstr "Gość" msgid "Default" msgstr "Domyślnie" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Dodano" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Skasowano" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Zmodyfikowano" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Zmieniono nazwę" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Przeniesiono" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Dodano katalog" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Usunięto katalog" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Zmieniono nazwę katalogu" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Przeniesiony katalog" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Dodane lub zmienione" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Przywrócono bibliotekę do stanu z" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Przywrócono plik \"%(file)s\" do stanu z %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Odzyskano usunięty katalog" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Zmieniona nazwa biblioteki lub opis" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Automatyczne scalanie przez Seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Utworzona biblioteka" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Przed chwilą" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1179,7 +1180,7 @@ msgstr[1] "%(days)d dni temu" msgstr[2] "%(days)d dni temu" msgstr[3] "%(days)d dni temu" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1188,7 +1189,7 @@ msgstr[1] "%(hours)d godziny temu" msgstr[2] "%(hours)d godzin temu" msgstr[3] "%(hours)d godzin temu" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1197,7 +1198,7 @@ msgstr[1] "%(minutes)d minuty temu" msgstr[2] "%(minutes)d minut temu" msgstr[3] "%(minutes)d minut temu" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1206,19 +1207,19 @@ msgstr[1] "%(seconds)d sekundy temu" msgstr[2] "%(seconds)d sekund temu" msgstr[3] "%(seconds)d sekund temu" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Do odczytu i zapisu" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Tylko do odczytu" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1227,27 +1228,27 @@ msgstr[1] "%(size)d bajty" msgstr[2] "%(size)d bajtów" msgstr[3] "%(size)d bajtów" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1441,7 +1442,7 @@ msgstr "Nazwa %s nie jest prawidłowa" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Brakujący parametr" @@ -1566,7 +1567,7 @@ msgstr "Załoga %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3868,7 +3869,7 @@ msgstr "Folder przeniesiono" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "%s nowych powiadomień" @@ -4093,7 +4094,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Porada: druga metoda jest bezpieczniejsza, ale nie przez wszystkie przeglądarki jest dobrze obsługiwana. Zalecamy korzystanie z najnowszej wersji przeglądarki Chrome lub Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "Adres e-mail jest nieprawidłowy" @@ -4309,7 +4310,7 @@ msgstr "Kod weryfikacyjny" msgid "A verification code has been sent to the email." msgstr "Kod weryfikacyjny został wysłany na podany adres email." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Wewnętrzny błąd serwera lub proszę sprawdzić wpisany e-mail" @@ -4317,37 +4318,37 @@ msgstr "Wewnętrzny błąd serwera lub proszę sprawdzić wpisany e-mail" msgid "Please choose a directory." msgstr "Proszę wybrać katalog." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Zapisano pomyślnie." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Biblioteka nie istnieje." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Folder nie istnieje." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Tylko właściciel biblioteki ma możliwość jej udostępnienia." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Proszę sprawdzić wprowadzony e-mail" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Nie znaleziono łącza udostępniania" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Kod weryfikacyjny do łącz udostępniania" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Nie udało się wysłać kodu weryfikacyjnego, proszę spróbować później." @@ -5161,6 +5162,10 @@ msgstr "Start" msgid "Network error" msgstr "Błąd sieci" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5288,8 +5293,8 @@ msgid "Unable to view library modification" msgstr "Nie można wyświetlić modyfikacji biblioteki" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Biblioteka nie istnieje" @@ -5309,12 +5314,12 @@ msgstr "Wskazana historia nie istnieje" msgid "Unknown error" msgstr "Nieznany błąd" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nie istnieje." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Nie można pobrać \"%s\"" @@ -5337,7 +5342,7 @@ msgstr "Nieprawidłowy token łącza przesyłania." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Plik nie istnieje" @@ -5379,17 +5384,17 @@ msgstr "Biblioteka jest zaszyfrowana, nie można otworzyć pliku online." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Nie można wyświetlić pliku" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5405,13 +5410,13 @@ msgstr "Nie można pobrać pliku, zła ścieżka" msgid "Unable to download file." msgstr "Nie można pobrać pliku." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Link udostępnienia dla %s." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Nie udało się pobrać pliku" @@ -5496,7 +5501,7 @@ msgstr "Niepowodzenie przyznawania %s uprawnień administracyjnych: użytkownik msgid "Optional" msgstr "Opcjonalny" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "Nie można wyświetlić Wiki" diff --git a/locale/pl/LC_MESSAGES/djangojs.po b/locale/pl/LC_MESSAGES/djangojs.po index 5407ad77fd..8da01f3729 100644 --- a/locale/pl/LC_MESSAGES/djangojs.po +++ b/locale/pl/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: K.S. , 2015-2018\n" "Language-Team: Polish (http://www.transifex.com/haiwen/seahub/language/pl/)\n" @@ -401,10 +401,10 @@ msgstr "Anuluj" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "Proszę sprawdzić sieć." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "Wybierz grupę" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Wybierz biblioteki do udostępnienia" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2420,8 +2420,8 @@ msgstr "Pomyślnie usunięto 1 element." msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "Ustaw hasło" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index d9792f537c..08ca89a69c 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: zheng xie , 2013,2017\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/haiwen/seahub/language/pt_BR/)\n" @@ -80,7 +80,7 @@ msgstr "Falha ao definir uma cota: a cota maxima é %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -101,8 +101,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -163,8 +163,8 @@ msgstr "O e-mail %s é inválido." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -376,44 +376,45 @@ msgstr "Reiniciada com sucesso a senha para %(passwd)s, para usuário %(user)s, msgid "must be an integer that is greater than or equal to 0." msgstr "deve ser um número inteiro que é maior ou igual a 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Erro interno do servidor" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "O caminho destino é muito extenso" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "O caminho destino é inválido" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -421,31 +422,31 @@ msgstr "O caminho destino é inválido" msgid "Out of quota." msgstr "Sem cota disponível." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Não é possível mover o diretório %(src)s para o subdiretório %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Arquivo bloqueado" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Falha ao Cancelar" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "nome do usuário é inválido." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -458,16 +459,16 @@ msgstr "Usuário %s não encontrado." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Permissão negada." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -517,8 +518,8 @@ msgstr "O grupo não existe" msgid "Failed to export Excel" msgstr "Falha ao exportar para Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -551,7 +552,7 @@ msgstr "O usuário %s já existe." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -583,11 +584,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Senha incorreta" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Falha ao descriptografar a biblioteca" @@ -595,20 +596,20 @@ msgstr "Falha ao descriptografar a biblioteca" msgid "Wrong old password" msgstr "Senha antiga errada." -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -640,14 +641,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Um link de upload está compartilhado com você em %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Senha obrigatoria" @@ -666,7 +667,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -674,7 +675,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1014,7 +1015,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1103,84 +1104,84 @@ msgstr "Convidado" msgid "Default" msgstr "Padrão" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Adicionado" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Removido" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Alterado" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Renomeado" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Movido" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Diretório adicionado" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Diretório removido" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Diretório renomeado" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Diretório movido" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Adicionado ou modificado" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Biblioteca atualizada para o status de" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Arquivo revertido \"%(file)s\" para o status de %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Diretório apagado recuperado" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "O nome da biblioteca mudou ou sua descrição" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Auto merge pelo sistema seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Biblioteca criada" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Agora" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1188,7 +1189,7 @@ msgstr[0] "Passado %(days)d dia" msgstr[1] "%(days)d dias atrás" msgstr[2] "%(days)d dias atrás" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1196,7 +1197,7 @@ msgstr[0] "Passado menos de %(hours)d hora" msgstr[1] "%(hours)d horas atrás" msgstr[2] "%(hours)d horas atrás" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1204,7 +1205,7 @@ msgstr[0] "Passado menos de um minuto" msgstr[1] "%(minutes)d minutos atrás" msgstr[2] "%(minutes)d minutos atrás" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1212,19 +1213,19 @@ msgstr[0] "Passado menos de um segundo" msgstr[1] "%(seconds)d segundos atrás" msgstr[2] "%(seconds)d segundos atrás" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Leitura-Escrita" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Somente leitura" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1232,27 +1233,27 @@ msgstr[0] "%(size)d bytes" msgstr[1] "%(size)d bytes" msgstr[2] "%(size)d bytes" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1446,7 +1447,7 @@ msgstr "Nome %s não é válido" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argumento ausente" @@ -1571,7 +1572,7 @@ msgstr "A equipe %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3872,7 +3873,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Nova notificação em %s" @@ -4096,7 +4097,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Dica: a última forma é mais segura, mas não é suportada bem em todos os navegadores. Aconselhamos a usar a última versão do Chrome ou Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "O endereço de e-mail não é válido." @@ -4311,7 +4312,7 @@ msgstr "Código de Verificação" msgid "A verification code has been sent to the email." msgstr "Um código de verificação foi enviado para o seu e-mail." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Erro interno no servidor.por favor confira os emails(s) que inseriu" @@ -4319,37 +4320,37 @@ msgstr "Erro interno no servidor.por favor confira os emails(s) que inseriu" msgid "Please choose a directory." msgstr "Por favor, escolha um diretório." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Salvo com sucesso." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Biblioteca não existe." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Diretorio não Existe" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Apenas o dono tem permissão para compartilhar." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Por favor confira os emails(s) que vôçe inseriu" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Link de compartilhamento não foi encontrado" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Código de Verificação para visitar links compartilhados" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Falha ao enviar o código de verificação, por favor tente novamente." @@ -5163,6 +5164,10 @@ msgstr "Iniciar" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5290,8 +5295,8 @@ msgid "Unable to view library modification" msgstr "Incapaz de verlas modificações da biblioteca" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Biblioteca não existe" @@ -5311,12 +5316,12 @@ msgstr "O histórico que você especificou não existe" msgid "Unknown error" msgstr "Erro desconhecido" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" não existe." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Incapaz de baixar \"%s\"" @@ -5339,7 +5344,7 @@ msgstr "Token do link de upload invalida" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "O arquivo não existe" @@ -5381,17 +5386,17 @@ msgstr "A biblioteca está criptografada. Os arquivos não podem ser abertos onl #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Incapaz de visualizar o arquivo" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5407,13 +5412,13 @@ msgstr "Impossivel realizar o download do arquivo, caminho incorreto" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Não foi possível baixar o arquivo" @@ -5498,7 +5503,7 @@ msgstr "Falha ao definir %s como administrador: usuário não existe" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/pt_BR/LC_MESSAGES/djangojs.po b/locale/pt_BR/LC_MESSAGES/djangojs.po index df2b121b71..f8c0805ab8 100644 --- a/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: cunhaal , 2017\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/haiwen/seahub/language/pt_BR/)\n" @@ -403,10 +403,10 @@ msgstr "Cancelar" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -473,7 +473,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -993,12 +993,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1772,7 +1772,7 @@ msgid "Please check the network." msgstr "Por favor " #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1790,7 +1790,7 @@ msgid "Select a group" msgstr "Selecionar um grupo" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2352,7 +2352,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Selecione bibliotecas para compartilhar" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2422,8 +2422,8 @@ msgstr "Item excluído com sucesso." msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3660,7 +3660,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5691,12 +5691,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/pt_PT/LC_MESSAGES/djangojs.po b/locale/pt_PT/LC_MESSAGES/djangojs.po index b9daccd1f1..6586fc52f2 100644 --- a/locale/pt_PT/LC_MESSAGES/djangojs.po +++ b/locale/pt_PT/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/haiwen/seahub/language/pt_PT/)\n" @@ -400,10 +400,10 @@ msgstr "" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "Por favor verifique a ligação à rede." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po index 43722ef8e3..76023ce802 100644 --- a/locale/ru/LC_MESSAGES/django.po +++ b/locale/ru/LC_MESSAGES/django.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Vladimir , 2015-2022\n" "Language-Team: Russian (http://www.transifex.com/haiwen/seahub/language/ru/)\n" @@ -82,7 +82,7 @@ msgstr "Невозможно задать квоту: максимальная #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -103,8 +103,8 @@ msgstr "В этом отделе есть библиотеки." msgid "There are sub-departments in this department." msgstr "В этом отделе есть суб-отделы." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -165,8 +165,8 @@ msgstr "Email %s недействителен." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -378,44 +378,45 @@ msgstr "Пароль успешно изменен на %(passwd)s для пол msgid "must be an integer that is greater than or equal to 0." msgstr "должно быть целым числом, которое больше или равно 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "Файл с вирусом не найден." -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Внутренняя ошибка сервера" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Путь назначения слишком длинный." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Неправильный путь назначения" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -423,31 +424,31 @@ msgstr "Неправильный путь назначения" msgid "Out of quota." msgstr "Превышение квоты дискового пространства." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Не удается переместить каталог %(src)s в подкаталог %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Файл заблокирован" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Не удалось отменить" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "имя пользователя недействительно." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -460,16 +461,16 @@ msgstr "Пользователь %s не найден." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Доступ запрещен" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "Файл не заблокирован." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Вы не можете обновить блокировку этого файла." @@ -519,8 +520,8 @@ msgstr "Группа не существует" msgid "Failed to export Excel" msgstr "Не удалось экспортировать в Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "Разрешение уже существует." @@ -553,7 +554,7 @@ msgstr "Пользователь %s уже существует." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -585,11 +586,11 @@ msgstr "Не удается сбросить пароль этой библио msgid "New password of library %s" msgstr "Новый пароль библиотеки %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Неверный пароль" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Ошибка расшифровки библиотеки" @@ -597,20 +598,20 @@ msgstr "Ошибка расшифровки библиотеки" msgid "Wrong old password" msgstr "Неверный старый пароль" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "Файл %s заблокирован." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "Не удается переместить папку %s, пожалуйста, проверьте ее разрешения." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "Не удается удалить папку %s, пожалуйста, проверьте ее разрешения." @@ -642,14 +643,14 @@ msgid "email invalid." msgstr "email недействителен." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Вам доступна ссылка для загрузки на %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Требуется пароль." @@ -668,7 +669,7 @@ msgstr "Пароль слишком слабый." #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Срок действия должен быть больше или равен %s" @@ -676,7 +677,7 @@ msgstr "Срок действия должен быть больше или ра #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Срок действия должен быть меньше или равен %s" @@ -1016,7 +1017,7 @@ msgid "File Path" msgstr "Путь к файлу" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1105,84 +1106,84 @@ msgstr "Гость" msgid "Default" msgstr "По умолчанию" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Добавлен" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Удален" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Изменен" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Переименован" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Перемещен" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Добавлен каталог" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Удален каталог" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Переименован каталог" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Перемещен каталог" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Добавлено или изменено" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Библиотека восстановлена в статусе" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Статус файла восстановлен \"%(file)s\" в %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Восстановлено удаленных файлов" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Изменено название или описание библиотеки" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Автоматическое слияние системой Seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Библиотека создана" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Прямо сейчас" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1191,7 +1192,7 @@ msgstr[1] "%(days)d дней назад" msgstr[2] "%(days)d дней назад" msgstr[3] "%(days)d дней назад" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1200,7 +1201,7 @@ msgstr[1] "%(hours)d часов назад" msgstr[2] "%(hours)d часов назад" msgstr[3] "%(hours)d часов назад" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1209,7 +1210,7 @@ msgstr[1] "%(minutes)d минут назад" msgstr[2] "%(minutes)d минут назад" msgstr[3] "%(minutes)d минут назад" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1218,19 +1219,19 @@ msgstr[1] "%(seconds)d секунд назад" msgstr[2] "%(seconds)d секунд назад" msgstr[3] "%(seconds)d секунд назад" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Чтение-запись" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Только чтение" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1239,27 +1240,27 @@ msgstr[1] "%(size)d байтов" msgstr[2] "%(size)d байтов" msgstr[3] "%(size)d Байт" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s КБ" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s МБ" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s ГБ" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s ТБ" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s ПБ" @@ -1453,7 +1454,7 @@ msgstr "Имя %s недействительно" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Пропущен аргумент" @@ -1578,7 +1579,7 @@ msgstr "Команда %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3880,7 +3881,7 @@ msgstr "Перемещенная папка" msgid "New file updates on %s" msgstr "Новые обновления файла в %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Новое уведомление в %s" @@ -4105,7 +4106,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Совет: этот способ является более безопасным, но он не поддерживается всеми браузерами. Используйте последнюю версию Chrome или Firefox. " -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "Email адрес недействителен" @@ -4321,7 +4322,7 @@ msgstr "Проверочный код" msgid "A verification code has been sent to the email." msgstr "Проверочный код был отправлен на адрес электронной почты." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Внутренняя ошибка сервера, или неправильно введены email адреса" @@ -4329,37 +4330,37 @@ msgstr "Внутренняя ошибка сервера, или неправи msgid "Please choose a directory." msgstr "Пожалуйста, выберите папку." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Успешно добавлен." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Библиотека не существует" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Каталог не существует" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Только владелец библиотеки имеет право дать общий доступ к ней." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Пожалуйста, проверьте введенные email адреса" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Ссылка не найдена" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Проверочный код для посещения ссылок" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Не удалось отправить проверочный код, пожалуйста, попробуйте позже." @@ -5173,6 +5174,10 @@ msgstr "Начать" msgid "Network error" msgstr "Ошибка сети" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Последнее изменение:" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5300,8 +5305,8 @@ msgid "Unable to view library modification" msgstr "Не удается просмотреть библиотеку" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Библиотека не существует" @@ -5321,12 +5326,12 @@ msgstr "Указанная история не существует" msgid "Unknown error" msgstr "Неизвестная ошибка" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" не существует." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Не удается загрузить \"%s\"" @@ -5349,7 +5354,7 @@ msgstr "Плохой токен ссылки загрузки." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Файл не существует" @@ -5391,17 +5396,17 @@ msgstr "Библиотека зашифрована, не может быть о #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Не удается посмотреть файл" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "Ошибка при подготовке страницы предварительного просмотра файла Office Online." #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Ошибка при подготовке страницы предварительного просмотра файла OnlyOffice." @@ -5417,13 +5422,13 @@ msgstr "Невозможно скачать файл, неправильный msgid "Unable to download file." msgstr "Не удается загрузить файл." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Общедоступная ссылка для %s." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Не удается скачать файл" @@ -5508,7 +5513,7 @@ msgstr "Не удалось установить %s как администра msgid "Optional" msgstr "Дополнительно" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "Невозможно просмотреть Wiki" diff --git a/locale/ru/LC_MESSAGES/djangojs.po b/locale/ru/LC_MESSAGES/djangojs.po index b6dfcac0e3..1fb5f02af9 100644 --- a/locale/ru/LC_MESSAGES/djangojs.po +++ b/locale/ru/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Vladimir , 2015-2022\n" "Language-Team: Russian (http://www.transifex.com/haiwen/seahub/language/ru/)\n" @@ -403,10 +403,10 @@ msgstr "Отменить" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -473,7 +473,7 @@ msgstr "Добавить нового рецензента" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -993,12 +993,12 @@ msgstr "Хранилище" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1772,7 +1772,7 @@ msgid "Please check the network." msgstr "Пожалуйста, проверьте сеть." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1790,7 +1790,7 @@ msgid "Select a group" msgstr "Выбрать группу" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2352,7 +2352,7 @@ msgstr "Пожалуйста, выберите библиотеку, чтобы msgid "Select libraries to share" msgstr "Выберите библиотеки, общий доступ к которым вы хотите предоставить" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "Выбор групп..." @@ -2422,8 +2422,8 @@ msgstr "Успешно удален 1 объект." msgid "Select a server..." msgstr "Выбрать сервер..." -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "Библиотека не может быть передана владельцу." @@ -3660,7 +3660,7 @@ msgstr "Токен:" msgid "Set Password" msgstr "Установить пароль" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Последнее изменение:" @@ -4121,15 +4121,15 @@ msgstr "Обновить" #: frontend/src/pages/markdown-editor/seafile-editor/index.js:89 msgid "Another user is editing this file!" -msgstr "" +msgstr "Другой пользователь редактирует этот файл!" #: frontend/src/pages/markdown-editor/seafile-editor/index.js:101 msgid "Leave this page? The system may not save your changes." -msgstr "" +msgstr "Покинуть эту страницу? Система может не сохранить ваши изменения." #: frontend/src/pages/markdown-editor/seafile-editor/index.js:159 msgid "Failed to save" -msgstr "" +msgstr "Не удалось сохранить" #: frontend/src/pages/my-libs/my-libs-deleted.js:62 msgid "No deleted libraries" @@ -5664,7 +5664,7 @@ msgstr "Не удалось загрузить {file_name}." #: frontend/src/pages/upload-link/forbid-upload-list-item.js:14 msgid "Please upload files less than {placeholder}" -msgstr "" +msgstr "Загрузите файлы меньше, чем {placeholder}" #: frontend/src/pages/upload-link/index.js:40 msgid "Upload files to {folder_name_placeholder}" @@ -5691,12 +5691,7 @@ msgstr "Размер файла должен быть меньше {max_size_pla msgid "Drag and drop files or folders here." msgstr "Перетащите сюда файлы или папки." -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Содержание" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "Перейти в библиотеку" diff --git a/locale/sk_SK/LC_MESSAGES/djangojs.po b/locale/sk_SK/LC_MESSAGES/djangojs.po index ada351c332..f94c17b1b7 100644 --- a/locale/sk_SK/LC_MESSAGES/djangojs.po +++ b/locale/sk_SK/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/haiwen/seahub/language/sk_SK/)\n" @@ -400,10 +400,10 @@ msgstr "Zrušiť" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "Prosím skontrolujte pripojenie k sieti." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/sl_SI/LC_MESSAGES/djangojs.po b/locale/sl_SI/LC_MESSAGES/djangojs.po index 2cc9c223e0..49dc16cb44 100644 --- a/locale/sl_SI/LC_MESSAGES/djangojs.po +++ b/locale/sl_SI/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/haiwen/seahub/language/sl_SI/)\n" @@ -400,10 +400,10 @@ msgstr "Prekliči" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "Prosimo, preverite povezavo." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Izberi knjižnice za skupno rabo" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/sv/LC_MESSAGES/django.po b/locale/sv/LC_MESSAGES/django.po index e2e8359963..17f90b0427 100644 --- a/locale/sv/LC_MESSAGES/django.po +++ b/locale/sv/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: llj , 2021\n" "Language-Team: Swedish (http://www.transifex.com/haiwen/seahub/language/sv/)\n" @@ -70,7 +70,7 @@ msgstr "Misslyckades att sätta kvot: max kvot är %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -91,8 +91,8 @@ msgstr "Det är kataloger i denna avdelning." msgid "There are sub-departments in this department." msgstr "Det är underavdelningar i denna avdelning." -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -153,8 +153,8 @@ msgstr "Mejladressen %s är ogiltig." #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -366,44 +366,45 @@ msgstr "Återställde lösenordet till %(passwd)s för användare %(user)s. Men msgid "must be an integer that is greater than or equal to 0." msgstr "måste vara ett heltal större eller lika med 0." -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "Virusfilen kunde inte hittas." -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Internt serverproblem" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Destinationens sökväg är för lång" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Felaktig destination" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -411,31 +412,31 @@ msgstr "Felaktig destination" msgid "Out of quota." msgstr "Slut på kvoten." -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Kan inte flytta katalog %(src)s till dess underkatalog %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Filen är låst" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "Avbrytning misslyckades" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "ogiltigt användarnam." #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -448,16 +449,16 @@ msgstr "Användare %s hittades inte." #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Åtkomst nekas" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "Filen är inte låst." -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "Du kan inte uppdatera denna fillåsning." @@ -507,8 +508,8 @@ msgstr "Gruppen finns inte" msgid "Failed to export Excel" msgstr "Misslyckades att exportera till Excel" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "Rättigheter existerar redan." @@ -541,7 +542,7 @@ msgstr "Användaren %s existerar redan." #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -573,11 +574,11 @@ msgstr "Kan inte återställa katalogens lösenord." msgid "New password of library %s" msgstr "Nytt lösenord för katalog %s" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Fel lösenord" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Fel vid avkryptering av katalog" @@ -585,20 +586,20 @@ msgstr "Fel vid avkryptering av katalog" msgid "Wrong old password" msgstr "Felaktigt gammalt lösenord" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "Filen %s är låst." -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "Kan inte flytta mappen %s, vänligen kontrollera dess rättigheter." -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "Kan inte ta bort mappen %s, vänligen kontrollera dess rättigheter." @@ -630,14 +631,14 @@ msgid "email invalid." msgstr "mailadress ogiltig." #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "En uppladdningslänk är delad med dig på %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Lösenord krävs." @@ -656,7 +657,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "Utgångsdatum ska vara större eller lika med %s" @@ -664,7 +665,7 @@ msgstr "Utgångsdatum ska vara större eller lika med %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "Utgångsdagar ska vara minde än eller lika med %s" @@ -1004,7 +1005,7 @@ msgid "File Path" msgstr "Filsökväg" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1093,151 +1094,151 @@ msgstr "Gäst" msgid "Default" msgstr "Standard" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Tillagd" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Borttagen" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Ändrad" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Omdöpt" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Flyttad" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Tillagd katalog" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Borttagen katalog" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Omdöpt katalog" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Flyttad katalog" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Tillagd eller modifierad" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Backade katalogens status till" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Backade filen \"%(file)s\" till status kl. %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Återskapade borttagen katalog" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Ändrade katalogens namn eller beskrivning" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Automatisk ihopslagning av seafile-systemet" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Skapade katalog" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Precis nyss" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "%(days)d dag sedan" msgstr[1] "%(days)d dagar sedan" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "%(hours)d timme sedan" msgstr[1] "%(hours)d timmar sedan" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "" msgstr[1] "%" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d sekund sedan" msgstr[1] "%(seconds)d sekunder sedan" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Läs/Skriv" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Läs Enbart" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, 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:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1431,7 +1432,7 @@ msgstr "Namn %s är inte giltigt" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Argument saknas" @@ -1556,7 +1557,7 @@ msgstr "%(site_name)s teamet" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3856,7 +3857,7 @@ msgstr "Flyttat mapp" msgid "New file updates on %s" msgstr "Nya filer uppdaterad på %s" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Ny notis på %s" @@ -4079,7 +4080,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Tips: Det senare är mer säkert, men stöds inte fullt ut av alla webbläsare. Vi föreslår att du använder senaste versionen av Chrome eller Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "Mejladressen är inte giltig" @@ -4293,7 +4294,7 @@ msgstr "Verifiera kod" msgid "A verification code has been sent to the email." msgstr "En verifieringskod har skickats till din mejl." -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Internt serverfel, alternativt kontrollera de mejladress(er) du angav" @@ -4301,37 +4302,37 @@ msgstr "Internt serverfel, alternativt kontrollera de mejladress(er) du angav" msgid "Please choose a directory." msgstr "Vänligen välj en katalog" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Sparad" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Katalogen finns inte." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Katalog existerar inte" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Endast katalogens ägare har behörighet att dela det." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Var god kontrollera de mejladress(er) du angav" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "Delningslänk hittades inte" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "Verifieringskod för att besöka delningslänkar" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "Misslyckades att skicka verifieringskod, vänligen försök igen senare." @@ -5145,6 +5146,10 @@ msgstr "Starta" msgid "Network error" msgstr "Nätverksfel" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "Senast ändrad av" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5272,8 +5277,8 @@ msgid "Unable to view library modification" msgstr "Kan inte visa katalogsändringar" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Katalogen existerar inte" @@ -5293,12 +5298,12 @@ msgstr "Historiken du angett existerar inte" msgid "Unknown error" msgstr "Okänt fel" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" existerar inte." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Kan inte ladda ner \"%s\"" @@ -5321,7 +5326,7 @@ msgstr "Dålig uppladdningslänk symbol." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Filen existerar inte" @@ -5363,17 +5368,17 @@ msgstr "Katalogen är krypterad, kan inte öppna filen online." #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Kan inte läsa fil" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "Fel vid förberedelse av Office Online filvisningssidan." #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "Fel vid förberedelse av OnlyOffice filvisningssidan." @@ -5389,13 +5394,13 @@ msgstr "Kan inte ladda ner fil. Felaktig sökväg" msgid "Unable to download file." msgstr "Kan inte ladda ner fil." -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "Dela länk för %s." -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Kan inte ladda ner fil" @@ -5480,7 +5485,7 @@ msgstr "Misslyckades att sätta %s som admin: användaren existerar inte." msgid "Optional" msgstr "Valfritt" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "Kan inte visa Wiki" diff --git a/locale/sv/LC_MESSAGES/djangojs.po b/locale/sv/LC_MESSAGES/djangojs.po index 883105c586..1511239ae6 100644 --- a/locale/sv/LC_MESSAGES/djangojs.po +++ b/locale/sv/LC_MESSAGES/djangojs.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Radapompa , 2016-2020\n" "Language-Team: Swedish (http://www.transifex.com/haiwen/seahub/language/sv/)\n" @@ -403,10 +403,10 @@ msgstr "Avbryt" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -473,7 +473,7 @@ msgstr "Lägg till granskare" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -993,12 +993,12 @@ msgstr "Lagringsyta" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1772,7 +1772,7 @@ msgid "Please check the network." msgstr "Kontrollera nätverksanslutningen" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1790,7 +1790,7 @@ msgid "Select a group" msgstr "Välj en grupp" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2352,7 +2352,7 @@ msgstr "Välj en katalog att dela." msgid "Select libraries to share" msgstr "Välj kataloger att dela" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "Välj grupper..." @@ -2422,8 +2422,8 @@ msgstr "Lyckades ta bort 1 sak." msgid "Select a server..." msgstr "Välj en server..." -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "Katalogen kan inte delas till ägaren." @@ -3660,7 +3660,7 @@ msgstr "" msgid "Set Password" msgstr "Sätt lösenord" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "Senast ändrad av" @@ -5691,12 +5691,7 @@ msgstr "" 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:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "Innehåll" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "Gå till Katalog" diff --git a/locale/th_TH/LC_MESSAGES/djangojs.po b/locale/th_TH/LC_MESSAGES/djangojs.po index b09aab2a31..1a9ff2ce5f 100644 --- a/locale/th_TH/LC_MESSAGES/djangojs.po +++ b/locale/th_TH/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/haiwen/seahub/language/th_TH/)\n" @@ -400,10 +400,10 @@ msgstr "ยกเลิก" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "โปรดตรวจสอบเครือข่าย" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/tr/LC_MESSAGES/django.po b/locale/tr/LC_MESSAGES/django.po index 7c5ce07792..bf3600987d 100644 --- a/locale/tr/LC_MESSAGES/django.po +++ b/locale/tr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Cevdet Kaymaz , 2014,2021\n" "Language-Team: Turkish (http://www.transifex.com/haiwen/seahub/language/tr/)\n" @@ -67,7 +67,7 @@ msgstr "Kota oluşturulamadı: maksimum kota %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -88,8 +88,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -150,8 +150,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -363,44 +363,45 @@ msgstr "Kullanıcı %(user)s için parola %(passwd)s'ya sıfırlandı. Ama epost msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "İç Sunucu Hatası" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Hedef yol çok uzun." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Geçersiz hedef yolu" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -408,31 +409,31 @@ msgstr "Geçersiz hedef yolu" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "%(src)s dizini alt dizinine %(des)s taşınamıyor." -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Dosya kilitli" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "İptal edilemedi." #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -445,16 +446,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "İzin reddedildi." -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -504,8 +505,8 @@ msgstr "Grup yok" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -538,7 +539,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -570,11 +571,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Hatalı şifre" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Kütüphane şifresi açma hatası" @@ -582,20 +583,20 @@ msgstr "Kütüphane şifresi açma hatası" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -627,14 +628,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "%s'de sizinle bir bağlantı yüklemesi paylaşıldı" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Şifre gerekli." @@ -653,7 +654,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -661,7 +662,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1001,7 +1002,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1090,151 +1091,151 @@ msgstr "Misafir" msgid "Default" msgstr "Varsayılan" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Eklendi" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Kaldırıldı" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Değiştirildi" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Yeniden adlandırıldı" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Taşındı" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Eklenen dizin" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Kaldırılan dizin" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Yeniden adlandırılan dizin" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Taşınan dizin" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Eklendi ya da değiştirildi" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Kütüphane durumu geri alındı" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Dosya \"%(file)s\" %(time)s durumuna geri alındı." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Silinmiş dizin kurtarıldı." -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Değiştirilmiş kütüphane adı ya da açıklaması" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Seafile sistemi tarafından oto birleştirme" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Oluşturulmuş kütüphane" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Şu anda" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Okuma-Yazma" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Salt okunur" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" msgstr[1] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1428,7 +1429,7 @@ msgstr "%s ismi geçerli değil." #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Bağımsız değişken eksik" @@ -1553,7 +1554,7 @@ msgstr "%(site_name)s takımı" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3853,7 +3854,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "%s -'de yeni bildirim" @@ -4076,7 +4077,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Tüyo: İkincisi daha güvenli, ama tüm tarayıcılar tarafından iyi desteklenmiyor. Size önerimiz Chrome ya da Firefox'un son sürümünü kullanmanız." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4290,7 +4291,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "İç sunucu hatası, ya da lütfen girdiğiniz epostaları kontrol edin" @@ -4298,37 +4299,37 @@ msgstr "İç sunucu hatası, ya da lütfen girdiğiniz epostaları kontrol edin" msgid "Please choose a directory." msgstr "Lütfen bir dizin seçiniz." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Kaydedildi." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Kütüphane yok." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Dizin mevcut değil." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Sadece sahibinin kütüphaneyi paylaşma izni var." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Lüten girdiğiniz epostaları kontrol edin." -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5142,6 +5143,10 @@ msgstr "Başla" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5269,8 +5274,8 @@ msgid "Unable to view library modification" msgstr "Kütüphane değiştirimini görüntüleyemiyor." #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Kütüphane yok" @@ -5290,12 +5295,12 @@ msgstr "Belirttiğiniz geçmiş yok" msgid "Unknown error" msgstr "Bilinmeyen hata" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" mevcut değil." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "\"%s\" indirilemedi." @@ -5318,7 +5323,7 @@ msgstr "Kötü bağlantı yükleme jetonu." #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Dosya yok." @@ -5360,17 +5365,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Dosya görüntülenemiyor." #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5386,13 +5391,13 @@ msgstr "Dosya indirilemedi, hatalı dosya yolu" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Dosya indirilemiyor." @@ -5477,7 +5482,7 @@ msgstr "%s yönetici olarak oluşturulamadı: kullanıcı yok" msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/tr/LC_MESSAGES/djangojs.po b/locale/tr/LC_MESSAGES/djangojs.po index 10d6de4da8..22964142ff 100644 --- a/locale/tr/LC_MESSAGES/djangojs.po +++ b/locale/tr/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: Burhan Kaymaz, 2021\n" "Language-Team: Turkish (http://www.transifex.com/haiwen/seahub/language/tr/)\n" @@ -401,10 +401,10 @@ msgstr "İptal" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -471,7 +471,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -991,12 +991,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1770,7 +1770,7 @@ msgid "Please check the network." msgstr "Lütfen ağı kontrol edin." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1788,7 +1788,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2350,7 +2350,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Paylaşmak için kütüphane seçin" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2420,8 +2420,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3658,7 +3658,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5689,12 +5689,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/uk/LC_MESSAGES/django.po b/locale/uk/LC_MESSAGES/django.po index d0f35188d5..8e22cb9161 100644 --- a/locale/uk/LC_MESSAGES/django.po +++ b/locale/uk/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: Oleksandr Suvorov , 2016\n" "Language-Team: Ukrainian (http://www.transifex.com/haiwen/seahub/language/uk/)\n" @@ -70,7 +70,7 @@ msgstr "" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -91,8 +91,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -153,8 +153,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -366,44 +366,45 @@ msgstr "Пароль успішно змінено на %(passwd)s для кор msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Внутрішня помилка сервера" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Шлях призначення занадто довгий." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Невірний шлях призначення" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -411,31 +412,31 @@ msgstr "Невірний шлях призначення" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Не можливо перемістити каталог %(src)s до свого підкаталогу %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -448,16 +449,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "Доступ заборонено" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -507,8 +508,8 @@ msgstr "Група не існує" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -541,7 +542,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -573,11 +574,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Невірний пароль" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Помилка розшифровки бібліотеки" @@ -585,20 +586,20 @@ msgstr "Помилка розшифровки бібліотеки" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -630,14 +631,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Посилання для завантаження надано для Вас на %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Потрібен пароль." @@ -656,7 +657,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -664,7 +665,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1004,7 +1005,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1093,84 +1094,84 @@ msgstr "Гость" msgid "Default" msgstr "За замовчуванням" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Додано" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Видалено" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Модифіковано" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Перейменовано" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Переміщено" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Додані каталоги" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Видалений каталог" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Перейменований каталог" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Переміщений каталог" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Статус бібліотеки відновлено на" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "Статус файлу \"%(file)s\" відновлено за %(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Відновлений видалений каталог" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Змінено назву або опис бібліотеки" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Автоматичне злиття системою seafile" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Створена бібліотека" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Просто зараз" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -1179,7 +1180,7 @@ msgstr[1] "%(days)d днів тому" msgstr[2] "%(days)d днів тому" msgstr[3] "%(days)d днів тому" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -1188,7 +1189,7 @@ msgstr[1] "%(hours)d годин тому" msgstr[2] "%(hours)d годин тому" msgstr[3] "%(hours)d годин тому" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -1197,7 +1198,7 @@ msgstr[1] "%(minutes)d хвилин тому" msgstr[2] "%(minutes)d хвилин тому" msgstr[3] "%(minutes)d хвилин тому" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -1206,19 +1207,19 @@ msgstr[1] "%(seconds)d секунд тому" msgstr[2] "%(seconds)d секунд тому" msgstr[3] "%(seconds)d секунд тому" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Читання+Запис" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Тільки для читання" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" @@ -1227,27 +1228,27 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1441,7 +1442,7 @@ msgstr "Ім'я %s неприпустиме" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Відсутній аргумент" @@ -1566,7 +1567,7 @@ msgstr "Команда %(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3868,7 +3869,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Новий запис на %s" @@ -4093,7 +4094,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "Підказка: останній метод більш безпечний, але він може не підтримуватися деякими браузерами. Ми радимо вам використовувати актуальну версію Chrome або Firefox." -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4309,7 +4310,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "" @@ -4317,37 +4318,37 @@ msgstr "" msgid "Please choose a directory." msgstr "Будь ласка, оберіть каталог." -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Успішно збережено." -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Бібліотека не існує" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Тільки власник бібліотеки має право дати спільний доступ до неї." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5161,6 +5162,10 @@ msgstr "Позначити" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5288,8 +5293,8 @@ msgid "Unable to view library modification" msgstr "Не вдається переглянути бібліотеку" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Бібліотека не існує" @@ -5309,12 +5314,12 @@ msgstr "Вказана історія не існує" msgid "Unknown error" msgstr "Невідома помилка" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Не вдається завантажити \"%s\"" @@ -5337,7 +5342,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "Файл не існує" @@ -5379,17 +5384,17 @@ msgstr "" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "Не вдається переглянути файл" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5405,13 +5410,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "" @@ -5496,7 +5501,7 @@ msgstr "Не вдалося %s надати права адміністрато msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/uk/LC_MESSAGES/djangojs.po b/locale/uk/LC_MESSAGES/djangojs.po index 24b9566513..5bdbce846e 100644 --- a/locale/uk/LC_MESSAGES/djangojs.po +++ b/locale/uk/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian (http://www.transifex.com/haiwen/seahub/language/uk/)\n" @@ -400,10 +400,10 @@ msgstr "Скасувати" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "Будь ласка, перевірте мережеве з’єднання." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index fadfb26579..6803746cc3 100644 --- a/locale/vi/LC_MESSAGES/django.po +++ b/locale/vi/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (http://www.transifex.com/haiwen/seahub/language/vi/)\n" @@ -64,7 +64,7 @@ msgstr "Thiết lập Quota thất bại: quota tối đa là %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -85,8 +85,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -147,8 +147,8 @@ msgstr "" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -360,44 +360,45 @@ msgstr "Thay đổi mật khẩu thành công sang %(passwd)s cho người dùng msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "Internal Server Error" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "Đường dẫn đích quá dài." -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "Đường dẫn không hợp lệ" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -405,31 +406,31 @@ msgstr "Đường dẫn không hợp lệ" msgid "Out of quota." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Không thể chuyển thư mục %(src)s đến thư mục con %(des)s" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "Dữ liệu bị khóa" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -442,16 +443,16 @@ msgstr "" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -501,8 +502,8 @@ msgstr "Group không tồn tại" msgid "Failed to export Excel" msgstr "" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -535,7 +536,7 @@ msgstr "" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -567,11 +568,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "Sai mật khẩu" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "Lỗi giải mã" @@ -579,20 +580,20 @@ msgstr "Lỗi giải mã" msgid "Wrong old password" msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -624,14 +625,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "Một link tải lên được chia sẻ với bạn tại %s" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "Yêu cầu mật khẩu." @@ -650,7 +651,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -658,7 +659,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -998,7 +999,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1087,146 +1088,146 @@ msgstr "Tài khoản Khách" msgid "Default" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "Đã thêm" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "Đã loại bỏ" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "Đã sửa đổi" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "Đã đổi tên" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "Đã di chuyển" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "Đã thêm thư mục" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "Đã loại bỏ thư mục" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "Đã đổi tên thư mục" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "Đã di chuyển thư mục" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "Thêm hoặc thay đổi" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "Đã phục hồi thư viện về trạng thái" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "File \"%(file)s\" đã trở lại trạng thái lúc %(time)s" -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "Đã phục hồi thư mục bị xóa" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "Tên thư viện hoặc mô tả đã thay đổi" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "Tự động hợp nhất bởi hệ thống" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "Đã tạo thư viện" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "Vừa mới" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "%(days)d ngày trước" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "%(hours)d giờ trước" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "%(minutes)d phút trước" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d giây trước" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "Xem - Điều chỉnh" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "Chỉ xem" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "" @@ -1420,7 +1421,7 @@ msgstr "Tên %s không hợp lệ" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "Thiếu tham số" @@ -1545,7 +1546,7 @@ msgstr "%(site_name)s" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3844,7 +3845,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "Ghi chú mới trên %s" @@ -4066,7 +4067,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "" @@ -4279,7 +4280,7 @@ msgstr "" msgid "A verification code has been sent to the email." msgstr "" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "Internal server error, or please check the email(s) you entered" @@ -4287,37 +4288,37 @@ msgstr "Internal server error, or please check the email(s) you entered" msgid "Please choose a directory." msgstr "Vui lòng chọn một thư mục" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "Đã lưu thành công" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "Thư viện không tồn tại." -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "Thư mục không tồn tại." -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "Chỉ có người tạo thư viện mới có quyền chia sẻ." -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "Vui lòng kiểm tra địa chỉ email(s) bạn khai báo" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "" @@ -5131,6 +5132,10 @@ msgstr "Bắt đầu" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5258,8 +5263,8 @@ msgid "Unable to view library modification" msgstr "Không thể xem sự sửa đổi của thư viện" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "Thư viện không tồn tại" @@ -5279,12 +5284,12 @@ msgstr "Lịch sử mà bạn chỉ định không tồn tại" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" không tồn tại." -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "Không thể downlad \"%s\"" @@ -5307,7 +5312,7 @@ msgstr "" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "File không tồn tại" @@ -5349,17 +5354,17 @@ msgstr " Thư viện đã mã hóa, không thể mở file trực tuyến" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5375,13 +5380,13 @@ msgstr "" msgid "Unable to download file." msgstr "" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "Không thể tải file" @@ -5466,7 +5471,7 @@ msgstr "Thiết lập quyền admin cho %s thất bại: người dùng này kh msgid "Optional" msgstr "" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/vi/LC_MESSAGES/djangojs.po b/locale/vi/LC_MESSAGES/djangojs.po index 46254d82f1..efa3046b98 100644 --- a/locale/vi/LC_MESSAGES/djangojs.po +++ b/locale/vi/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Vietnamese (http://www.transifex.com/haiwen/seahub/language/vi/)\n" @@ -400,10 +400,10 @@ msgstr "Hủy" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -470,7 +470,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -990,12 +990,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1769,7 +1769,7 @@ msgid "Please check the network." msgstr "Vui lòng kiểm tra lại network." #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1787,7 +1787,7 @@ msgid "Select a group" msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2349,7 +2349,7 @@ msgstr "" msgid "Select libraries to share" msgstr "Chọn thư viện để chia sẻ" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2419,8 +2419,8 @@ msgstr "" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3657,7 +3657,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5688,12 +5688,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/django.po b/locale/zh_CN/LC_MESSAGES/django.po index 933b444129..eaf8afa39e 100644 --- a/locale/zh_CN/LC_MESSAGES/django.po +++ b/locale/zh_CN/LC_MESSAGES/django.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: llj , 2017-2022\n" "Language-Team: Chinese (China) (http://www.transifex.com/haiwen/seahub/language/zh_CN/)\n" @@ -78,7 +78,7 @@ msgstr "配额设置失败:最大配额是 %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -99,8 +99,8 @@ msgstr "部门中有资料库。" msgid "There are sub-departments in this department." msgstr "该部门中包含子部门。" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -161,8 +161,8 @@ msgstr "邮箱 %s 无效。" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -374,44 +374,45 @@ msgstr "成功将用户 %(user)s 的密码重置为 %(passwd)s, 但是由于邮 msgid "must be an integer that is greater than or equal to 0." msgstr "必须是大于等于 0 的整数。" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "病毒文件未找到。" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "服务器内部错误" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "目标路径过长" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "目标路径无效" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -419,31 +420,31 @@ msgstr "目标路径无效" msgid "Out of quota." msgstr "空间已超" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "不能把目录 %(src)s 移动到它的子目录 %(des)s 中" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "文件已锁定" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "取消失败" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "用户名不合法。" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -456,16 +457,16 @@ msgstr "未找到用户 %s 。" #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "没有权限" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "文件没有被锁定。" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "不能刷新文件锁。" @@ -515,8 +516,8 @@ msgstr "群组不存在。" msgid "Failed to export Excel" msgstr "导出 Excel 失败" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "权限已存在。" @@ -549,7 +550,7 @@ msgstr "用户 %s 已存在。" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -581,11 +582,11 @@ msgstr "无法重置这个资料库的密码。" msgid "New password of library %s" msgstr "资料库 %s的新密码" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "密码错误" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "解密资料库出错" @@ -593,20 +594,20 @@ msgstr "解密资料库出错" msgid "Wrong old password" msgstr "密码错误" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "文件%s已锁定" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "无法移动文件夹%s,请检查其权限。" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "无法删除文件夹%s,请检查其权限。" @@ -638,14 +639,14 @@ msgid "email invalid." msgstr "邮箱无效。" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "有人在 %s 上共享了一个上传链接给你" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "密码为必填项。" @@ -664,7 +665,7 @@ msgstr "密码太弱。" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "过期天数需要大于等于 %s" @@ -672,7 +673,7 @@ msgstr "过期天数需要大于等于 %s" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "过期天数需要小于等于 %s" @@ -1012,7 +1013,7 @@ msgid "File Path" msgstr "文件路径" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1101,146 +1102,146 @@ msgstr "访客" msgid "Default" msgstr "默认" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "添加了" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "删除了" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "修改了" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "重命名或移动了" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "移动了" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "新建了目录" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "删除了目录" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "重命名了目录" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "移动了目录" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "添加或修改了" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "资料库内容还原到" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "文件\"%(file)s\"还原到%(time)s." -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "还原已删除的目录" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "修改了资料库名称或描述" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "系统自动合并修改" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "创建了资料库" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "刚才" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "%(days)d 天前" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "%(hours)d 小时前" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "%(minutes)d 分钟前" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d 秒前" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "可读写" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "只读" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "%(size)d bytes" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1434,7 +1435,7 @@ msgstr "名称 %s 含有无效字符" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "参数缺失" @@ -1559,7 +1560,7 @@ msgstr "%(site_name)s 团队" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3858,7 +3859,7 @@ msgstr "移动文件夹" msgid "New file updates on %s" msgstr "%s上有新文件改动" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "%s 有新消息" @@ -4080,7 +4081,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "提示:后一种更安全,但并不是被所有浏览器所支持。我们建议使用最新的Chrome或Firefox。" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "邮箱地址不合法" @@ -4293,7 +4294,7 @@ msgstr "验证码" msgid "A verification code has been sent to the email." msgstr "验证码已发送到改邮箱。" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "内部错误,请检查您输入的邮箱" @@ -4301,37 +4302,37 @@ msgstr "内部错误,请检查您输入的邮箱" msgid "Please choose a directory." msgstr "请选择目录。" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "保存成功。" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "资料库不存在" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "目录不存在" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "只有资料库拥有者才有共享权限。" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "请检查您输入的邮箱" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "共享链接不存在" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "查看共享链接的验证码" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "发送验证码失败,请稍后再试。" @@ -5145,6 +5146,10 @@ msgstr "上传" msgid "Network error" msgstr "网络错误" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "最近修改" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5272,8 +5277,8 @@ msgid "Unable to view library modification" msgstr "无法浏览该资料库修改历史" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "资料库不存在" @@ -5293,12 +5298,12 @@ msgstr "指定的历史记录不存在" msgid "Unknown error" msgstr "未知错误" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" 不存在。" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "无法下载 \"%s\"" @@ -5321,7 +5326,7 @@ msgstr "无效的上传链接" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "文件不存在" @@ -5363,17 +5368,17 @@ msgstr "加密资料库不能在线预览文件。" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "无法查看该文件" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "Office Online 预览文件时出错。" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "OnlyOffice 预览文件时出错。" @@ -5389,13 +5394,13 @@ msgstr "无法下载文件,错误的文件路径" msgid "Unable to download file." msgstr "无法下载文件。" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "%s 的共享链接。" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "无法下载文件" @@ -5480,7 +5485,7 @@ msgstr "无法设置 %s 为管理员:用户不存在。" msgid "Optional" msgstr "可选" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "无法查看维基" diff --git a/locale/zh_CN/LC_MESSAGES/djangojs.po b/locale/zh_CN/LC_MESSAGES/djangojs.po index b38fcf86a2..7878611667 100644 --- a/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: llj , 2017-2022\n" "Language-Team: Chinese (China) (http://www.transifex.com/haiwen/seahub/language/zh_CN/)\n" @@ -414,10 +414,10 @@ msgstr "取消" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -484,7 +484,7 @@ msgstr "添加评审人" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -1004,12 +1004,12 @@ msgstr "存储后端" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1783,7 +1783,7 @@ msgid "Please check the network." msgstr "请检查网络是否已连接。" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1801,7 +1801,7 @@ msgid "Select a group" msgstr "选择一个群组" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2363,7 +2363,7 @@ msgstr "请选择一个资料库来共享。" msgid "Select libraries to share" msgstr "选择要共享的资料库" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "选择群组..." @@ -2433,8 +2433,8 @@ msgstr "成功删除 1 个条目。" msgid "Select a server..." msgstr "选择一个服务器…" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "资料库无法与其所有者共享。" @@ -3671,7 +3671,7 @@ msgstr "Token:" msgid "Set Password" msgstr "设置密码" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "最近修改" @@ -5702,12 +5702,7 @@ msgstr "文件大小应小于 {max_size_placeholder}。" msgid "Drag and drop files or folders here." msgstr "拖放文件或目录到这里。" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "内容" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "前往资料库" diff --git a/locale/zh_TW/LC_MESSAGES/django.po b/locale/zh_TW/LC_MESSAGES/django.po index 7b2a4430d6..997114a9f5 100644 --- a/locale/zh_TW/LC_MESSAGES/django.po +++ b/locale/zh_TW/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: 2013-10-25 07:03+0000\n" "Last-Translator: david082321 , 2018\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/haiwen/seahub/language/zh_TW/)\n" @@ -71,7 +71,7 @@ msgstr "配額設定失敗:最大配額是 %d MB" #: seahub/api2/endpoints/admin/groups.py:129 #: seahub/api2/endpoints/admin/groups.py:268 #: seahub/api2/endpoints/groups.py:216 seahub/api2/endpoints/groups.py:289 -#: seahub/api2/views.py:4594 seahub/group/forms.py:36 +#: seahub/api2/views.py:4598 seahub/group/forms.py:36 msgid "" "Name can only contain letters, numbers, spaces, hyphen, dot, single quote, " "brackets or underscore." @@ -92,8 +92,8 @@ msgstr "" msgid "There are sub-departments in this department." msgstr "" -#: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/api2/endpoints/admin/default_library.py:33 #: seahub/views/__init__.py:664 seahub/views/__init__.py:665 #: seahub/views/__init__.py:669 seahub/views/__init__.py:670 msgid "My Library" @@ -154,8 +154,8 @@ msgstr "電子郵件 %s 含有無效字元" #: seahub/api2/endpoints/admin/shares.py:268 #: seahub/api2/endpoints/dir_shared_items.py:346 #: seahub/api2/endpoints/dir_shared_items.py:459 -#: seahub/api2/endpoints/group_owned_libraries.py:944 -#: seahub/api2/endpoints/group_owned_libraries.py:1212 +#: seahub/api2/endpoints/group_owned_libraries.py:953 +#: seahub/api2/endpoints/group_owned_libraries.py:1228 #: seahub/api2/endpoints/repo_share_invitations.py:190 #, python-format msgid "This item has been shared to %s." @@ -367,44 +367,45 @@ msgstr "成功將用戶 %(user)s 的密碼重置為 %(passwd)s, 但是由於電 msgid "must be an integer that is greater than or equal to 0." msgstr "必須是大於或等於 0 的整數。" -#: seahub/api2/endpoints/admin/virus_scan_records.py:200 +#: seahub/api2/endpoints/admin/virus_scan_records.py:201 msgid "Virus file is not found." msgstr "" -#: seahub/api2/endpoints/admin/virus_scan_records.py:218 -#: seahub/api2/endpoints/admin/virus_scan_records.py:233 -#: seahub/api2/endpoints/admin/virus_scan_records.py:248 +#: 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:78 #: seahub/api2/endpoints/repo_set_password.py:72 #: seahub/api2/endpoints/repo_share_invitations.py:201 #: seahub/api2/endpoints/send_upload_link_email.py:107 -#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3849 +#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853 #: seahub/notifications/models.py:462 seahub/notifications/models.py:503 #: seahub/notifications/models.py:554 seahub/notifications/models.py:610 #: seahub/notifications/models.py:640 seahub/notifications/models.py:662 #: seahub/notifications/models.py:688 seahub/notifications/models.py:705 #: seahub/notifications/models.py:722 seahub/notifications/models.py:751 #: seahub/search/views.py:200 seahub/utils/__init__.py:166 -#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:915 -#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 +#: seahub/utils/__init__.py:1155 seahub/views/__init__.py:918 +#: seahub/views/ajax.py:401 seahub/views/ajax.py:405 seahub/wiki/views.py:187 +#: seahub/wiki/views.py:194 seahub/wiki/views.py:203 msgid "Internal Server Error" msgstr "伺服器內部錯誤" -#: seahub/api2/endpoints/copy_move_task.py:80 -#: seahub/api2/endpoints/move_folder_merge.py:129 +#: seahub/api2/endpoints/copy_move_task.py:81 +#: seahub/api2/endpoints/move_folder_merge.py:137 msgid "Destination path is too long." msgstr "目標路徑過長" -#: seahub/api2/endpoints/copy_move_task.py:90 -#: seahub/api2/endpoints/move_folder_merge.py:125 +#: seahub/api2/endpoints/copy_move_task.py:91 +#: seahub/api2/endpoints/move_folder_merge.py:133 msgid "Invalid destination path" msgstr "目標路徑無效" -#: seahub/api2/endpoints/copy_move_task.py:147 -#: seahub/api2/endpoints/move_folder_merge.py:168 -#: seahub/api2/endpoints/repos_batch.py:480 seahub/api2/views.py:1803 +#: seahub/api2/endpoints/copy_move_task.py:148 +#: seahub/api2/endpoints/move_folder_merge.py:176 +#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803 #: seahub/api2/views.py:1843 seahub/api2/views.py:1894 #: seahub/api2/views.py:1938 seahub/api2/views.py:1984 #: seahub/api2/views.py:2033 seahub/api2/views.py:2438 @@ -412,31 +413,31 @@ msgstr "目標路徑無效" msgid "Out of quota." msgstr "超過空間上限" -#: seahub/api2/endpoints/copy_move_task.py:163 +#: seahub/api2/endpoints/copy_move_task.py:164 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "不能把目錄 %(src)s 移動到它的子目錄 %(des)s 中" -#: seahub/api2/endpoints/copy_move_task.py:179 -#: seahub/api2/endpoints/file.py:294 seahub/api2/endpoints/file.py:383 -#: seahub/api2/endpoints/file.py:492 seahub/api2/endpoints/file.py:569 -#: seahub/api2/endpoints/file.py:693 +#: seahub/api2/endpoints/copy_move_task.py:180 +#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386 +#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578 +#: seahub/api2/endpoints/file.py:702 msgid "File is locked" msgstr "檔案已鎖定" -#: seahub/api2/endpoints/copy_move_task.py:243 +#: seahub/api2/endpoints/copy_move_task.py:247 msgid "Cancel failed" msgstr "取消失敗" #: seahub/api2/endpoints/dir_shared_items.py:330 #: seahub/api2/endpoints/draft_reviewer.py:70 -#: seahub/api2/endpoints/group_owned_libraries.py:928 +#: seahub/api2/endpoints/group_owned_libraries.py:937 msgid "username invalid." msgstr "使用者名稱無效" #: seahub/api2/endpoints/dir_shared_items.py:339 #: seahub/api2/endpoints/draft_reviewer.py:79 -#: seahub/api2/endpoints/group_owned_libraries.py:937 +#: seahub/api2/endpoints/group_owned_libraries.py:946 #: seahub/oauth/views.py:195 #, python-format msgid "User %s not found." @@ -449,16 +450,16 @@ msgstr "找不到使用者%s " #: seahub/drafts/views.py:31 seahub/profile/forms.py:24 #: seahub/profile/views.py:225 seahub/search/views.py:174 #: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166 -#: seahub/views/__init__.py:739 seahub/views/ajax.py:83 +#: seahub/views/__init__.py:742 seahub/views/ajax.py:83 #: seahub/views/ajax.py:113 seahub/views/ajax.py:119 msgid "Permission denied." msgstr "沒有權限" -#: seahub/api2/endpoints/file.py:598 seahub/api2/endpoints/file.py:618 +#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627 msgid "File is not locked." msgstr "" -#: seahub/api2/endpoints/file.py:645 seahub/api2/endpoints/share_links.py:708 +#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:708 msgid "You can not refresh this file's lock." msgstr "" @@ -508,8 +509,8 @@ msgstr "群組不存在。" msgid "Failed to export Excel" msgstr "導出 Excel 失敗" -#: seahub/api2/endpoints/group_owned_libraries.py:375 -#: seahub/api2/endpoints/group_owned_libraries.py:651 +#: seahub/api2/endpoints/group_owned_libraries.py:383 +#: seahub/api2/endpoints/group_owned_libraries.py:659 msgid "Permission already exists." msgstr "" @@ -542,7 +543,7 @@ msgstr "用戶 %s 已存在。" #: 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:122 -#: seahub/share/views.py:136 seahub/share/views.py:264 +#: seahub/share/views.py:136 seahub/share/views.py:266 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." @@ -574,11 +575,11 @@ msgstr "" msgid "New password of library %s" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3846 +#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850 msgid "Wrong password" msgstr "密碼錯誤" -#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3852 +#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856 msgid "Decrypt library error" msgstr "解密資料庫出錯" @@ -586,20 +587,20 @@ msgstr "解密資料庫出錯" msgid "Wrong old password" msgstr "舊密碼錯誤" -#: seahub/api2/endpoints/repos_batch.py:1241 -#: seahub/api2/endpoints/repos_batch.py:1458 -#: seahub/api2/endpoints/repos_batch.py:1547 +#: seahub/api2/endpoints/repos_batch.py:1258 +#: seahub/api2/endpoints/repos_batch.py:1471 +#: seahub/api2/endpoints/repos_batch.py:1559 #, python-format msgid "File %s is locked." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1250 -#: seahub/api2/endpoints/repos_batch.py:1467 +#: seahub/api2/endpoints/repos_batch.py:1268 +#: seahub/api2/endpoints/repos_batch.py:1481 #, python-format msgid "Can't move folder %s, please check its permission." msgstr "" -#: seahub/api2/endpoints/repos_batch.py:1555 +#: seahub/api2/endpoints/repos_batch.py:1567 #, python-format msgid "Can't delete folder %s, please check its permission." msgstr "" @@ -631,14 +632,14 @@ msgid "email invalid." msgstr "" #: seahub/api2/endpoints/send_upload_link_email.py:97 -#: seahub/share/views.py:305 +#: seahub/share/views.py:307 #, python-format msgid "An upload link is shared to you on %s" msgstr "有人在 %s 上共享了一個上傳網址給你" #: seahub/api2/endpoints/share_links.py:272 -#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4002 -#: seahub/api2/views.py:4122 +#: seahub/api2/endpoints/upload_links.py:163 seahub/api2/views.py:4006 +#: seahub/api2/views.py:4126 msgid "Password is required." msgstr "密碼為必填項。" @@ -657,7 +658,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:305 #: seahub/api2/endpoints/share_links.py:550 #: seahub/api2/endpoints/upload_links.py:196 -#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3417 +#: seahub/api2/endpoints/upload_links.py:330 seahub/api2/views.py:3420 #, python-format msgid "Expire days should be greater or equal to %s" msgstr "" @@ -665,7 +666,7 @@ msgstr "" #: seahub/api2/endpoints/share_links.py:311 #: seahub/api2/endpoints/share_links.py:556 #: seahub/api2/endpoints/upload_links.py:202 -#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3423 +#: seahub/api2/endpoints/upload_links.py:336 seahub/api2/views.py:3426 #, python-format msgid "Expire days should be less than or equal to %s" msgstr "" @@ -1005,7 +1006,7 @@ msgid "File Path" msgstr "" #: seahub/base/management/commands/export_file_access_log.py:85 -#: seahub/base/templatetags/seahub_tags.py:126 +#: seahub/base/templatetags/seahub_tags.py:128 #: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167 #: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221 msgid "Deleted" @@ -1094,146 +1095,146 @@ msgstr "訪客" msgid "Default" msgstr "預設" -#: seahub/base/templatetags/seahub_tags.py:125 +#: seahub/base/templatetags/seahub_tags.py:127 msgid "Added" msgstr "新增了" -#: seahub/base/templatetags/seahub_tags.py:127 +#: seahub/base/templatetags/seahub_tags.py:129 msgid "Removed" msgstr "刪除了" -#: seahub/base/templatetags/seahub_tags.py:128 +#: seahub/base/templatetags/seahub_tags.py:130 msgid "Modified" msgstr "修改了" -#: seahub/base/templatetags/seahub_tags.py:129 +#: seahub/base/templatetags/seahub_tags.py:131 msgid "Renamed" msgstr "重命名或移動了" -#: seahub/base/templatetags/seahub_tags.py:130 +#: seahub/base/templatetags/seahub_tags.py:132 msgid "Moved" msgstr "移動了" -#: seahub/base/templatetags/seahub_tags.py:131 +#: seahub/base/templatetags/seahub_tags.py:133 msgid "Added directory" msgstr "新建了目錄" -#: seahub/base/templatetags/seahub_tags.py:132 +#: seahub/base/templatetags/seahub_tags.py:134 msgid "Removed directory" msgstr "刪除了目錄" -#: seahub/base/templatetags/seahub_tags.py:133 +#: seahub/base/templatetags/seahub_tags.py:135 msgid "Renamed directory" msgstr "重命名了目錄" -#: seahub/base/templatetags/seahub_tags.py:134 +#: seahub/base/templatetags/seahub_tags.py:136 msgid "Moved directory" msgstr "移動了目錄" -#: seahub/base/templatetags/seahub_tags.py:135 +#: seahub/base/templatetags/seahub_tags.py:137 msgid "Added or modified" msgstr "新增或修改了" -#: seahub/base/templatetags/seahub_tags.py:150 -#: seahub/base/templatetags/seahub_tags.py:221 +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:223 msgid "Reverted library to status at" msgstr "資料庫內容還原到" -#: seahub/base/templatetags/seahub_tags.py:153 -#: seahub/base/templatetags/seahub_tags.py:224 +#: seahub/base/templatetags/seahub_tags.py:155 +#: seahub/base/templatetags/seahub_tags.py:226 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "檔案\"%(file)s\"還原到%(time)s。" -#: seahub/base/templatetags/seahub_tags.py:157 -#: seahub/base/templatetags/seahub_tags.py:228 +#: seahub/base/templatetags/seahub_tags.py:159 +#: seahub/base/templatetags/seahub_tags.py:230 msgid "Recovered deleted directory" msgstr "還原已刪除的目錄" -#: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:230 seahub/views/ajax.py:460 +#: seahub/base/templatetags/seahub_tags.py:161 +#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460 msgid "Changed library name or description" msgstr "修改了資料庫名稱或描述" -#: seahub/base/templatetags/seahub_tags.py:161 -#: seahub/base/templatetags/seahub_tags.py:232 +#: seahub/base/templatetags/seahub_tags.py:163 +#: seahub/base/templatetags/seahub_tags.py:234 msgid "Auto merge by seafile system" msgstr "系統自動合併修改" -#: seahub/base/templatetags/seahub_tags.py:163 -#: seahub/base/templatetags/seahub_tags.py:234 +#: seahub/base/templatetags/seahub_tags.py:165 +#: seahub/base/templatetags/seahub_tags.py:236 #: seahub/notifications/management/commands/send_file_updates.py:109 msgid "Created library" msgstr "建立了資料庫" -#: seahub/base/templatetags/seahub_tags.py:309 -#: seahub/base/templatetags/seahub_tags.py:345 +#: seahub/base/templatetags/seahub_tags.py:316 +#: seahub/base/templatetags/seahub_tags.py:352 msgid "Just now" msgstr "剛才" -#: seahub/base/templatetags/seahub_tags.py:320 +#: seahub/base/templatetags/seahub_tags.py:327 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" msgstr[0] "%(days)d 天前" -#: seahub/base/templatetags/seahub_tags.py:327 +#: seahub/base/templatetags/seahub_tags.py:334 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" msgstr[0] "%(hours)d 小時前" -#: seahub/base/templatetags/seahub_tags.py:334 +#: seahub/base/templatetags/seahub_tags.py:341 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" msgstr[0] "%(minutes)d 分鐘前" -#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/base/templatetags/seahub_tags.py:347 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d 秒前" -#: seahub/base/templatetags/seahub_tags.py:464 +#: seahub/base/templatetags/seahub_tags.py:471 #: seahub/institutions/templates/institutions/user_info.html:72 #: seahub/sysadmin_extra/views.py:237 msgid "Read-Write" msgstr "可讀寫" -#: seahub/base/templatetags/seahub_tags.py:466 +#: seahub/base/templatetags/seahub_tags.py:473 #: seahub/sysadmin_extra/views.py:239 msgid "Read-Only" msgstr "唯讀" -#: seahub/base/templatetags/seahub_tags.py:490 -#: seahub/base/templatetags/seahub_tags.py:502 +#: seahub/base/templatetags/seahub_tags.py:497 +#: seahub/base/templatetags/seahub_tags.py:509 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "%(size)d bytes" -#: seahub/base/templatetags/seahub_tags.py:504 +#: seahub/base/templatetags/seahub_tags.py:511 #, python-format msgid "%s KB" msgstr "%s KB" -#: seahub/base/templatetags/seahub_tags.py:506 +#: seahub/base/templatetags/seahub_tags.py:513 #, python-format msgid "%s MB" msgstr "%s MB" -#: seahub/base/templatetags/seahub_tags.py:508 +#: seahub/base/templatetags/seahub_tags.py:515 #, python-format msgid "%s GB" msgstr "%s GB" -#: seahub/base/templatetags/seahub_tags.py:510 +#: seahub/base/templatetags/seahub_tags.py:517 #, python-format msgid "%s TB" msgstr "%s TB" -#: seahub/base/templatetags/seahub_tags.py:512 +#: seahub/base/templatetags/seahub_tags.py:519 #, python-format msgid "%s PB" msgstr "%s PB" @@ -1427,7 +1428,7 @@ msgstr "名稱 %s 含有無效字元" #: seahub/forms.py:97 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 -#: seahub/views/file.py:1852 +#: seahub/views/file.py:1873 msgid "Argument missing" msgstr "參數缺失" @@ -1552,7 +1553,7 @@ msgstr "%(site_name)s 團隊" #: seahub/group/views.py:105 seahub/share/views.py:231 #: seahub/views/__init__.py:569 seahub/views/ajax.py:381 #: seahub/views/ajax.py:427 seahub/views/file.py:1138 -#: seahub/views/file.py:1354 seahub/views/file.py:1861 +#: seahub/views/file.py:1354 seahub/views/file.py:1882 #: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238 #: seahub/views/repo.py:291 seahub/views/repo.py:401 msgid "Permission denied" @@ -3851,7 +3852,7 @@ msgstr "" msgid "New file updates on %s" msgstr "" -#: seahub/notifications/management/commands/send_notices.py:335 +#: seahub/notifications/management/commands/send_notices.py:334 #, python-format msgid "New notice on %s" msgstr "%s 有新消息" @@ -4073,7 +4074,7 @@ msgid "" "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "提示:後一種更安全,但並不是被所有瀏覽器所支援。我們建議使用最新的Chrome或Firefox。" -#: seahub/organizations/forms.py:40 seahub/share/views.py:445 +#: seahub/organizations/forms.py:40 seahub/share/views.py:447 msgid "Email address is not valid" msgstr "電郵地址無效" @@ -4286,7 +4287,7 @@ msgstr "驗證碼" msgid "A verification code has been sent to the email." msgstr "您的通知將發送到該郵箱。" -#: seahub/share/views.py:206 seahub/share/views.py:318 +#: seahub/share/views.py:206 seahub/share/views.py:320 msgid "Internal server error, or please check the email(s) you entered" msgstr "內部錯誤,請檢查您輸入的電郵" @@ -4294,37 +4295,37 @@ msgstr "內部錯誤,請檢查您輸入的電郵" msgid "Please choose a directory." msgstr "請選擇目錄。" -#: seahub/share/views.py:249 +#: seahub/share/views.py:251 msgid "Successfully saved." msgstr "儲存成功。" -#: seahub/share/views.py:337 seahub/thumbnail/views.py:39 +#: seahub/share/views.py:339 seahub/thumbnail/views.py:39 #: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140 #: seahub/views/ajax.py:418 msgid "Library does not exist." msgstr "資料庫不存在" -#: seahub/share/views.py:341 seahub/views/ajax.py:386 +#: seahub/share/views.py:343 seahub/views/ajax.py:386 msgid "Directory does not exist." msgstr "目錄不存在" -#: seahub/share/views.py:389 +#: seahub/share/views.py:391 msgid "Only the owner of the library has permission to share it." msgstr "只有資料庫擁有者才有共享權限。" -#: seahub/share/views.py:427 +#: seahub/share/views.py:429 msgid "Please check the email(s) you entered" msgstr "請檢查您輸入的電郵" -#: seahub/share/views.py:454 +#: seahub/share/views.py:456 msgid "Share link is not found" msgstr "共享網址不存在" -#: seahub/share/views.py:462 +#: seahub/share/views.py:464 msgid "Verification code for visiting share links" msgstr "查看共享連接的驗證碼" -#: seahub/share/views.py:473 +#: seahub/share/views.py:475 msgid "Failed to send a verification code, please try again later." msgstr "發送驗證碼失敗,請稍後再試。" @@ -5138,6 +5139,10 @@ msgstr "上傳" msgid "Network error" msgstr "" +#: seahub/templates/wiki/wiki.html:25 +msgid "Last modified by" +msgstr "" + #: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172 #: seahub/views/__init__.py:601 msgid "Invalid arguments." @@ -5265,8 +5270,8 @@ msgid "Unable to view library modification" msgstr "無法瀏覽該資料庫修改歷史" #: seahub/views/__init__.py:560 seahub/views/__init__.py:603 -#: seahub/views/__init__.py:734 seahub/views/__init__.py:879 -#: seahub/views/ajax.py:376 seahub/views/file.py:1847 +#: seahub/views/__init__.py:737 seahub/views/__init__.py:882 +#: seahub/views/ajax.py:376 seahub/views/file.py:1868 msgid "Library does not exist" msgstr "資料庫不存在" @@ -5286,12 +5291,12 @@ msgstr "指定的歷史記錄不存在" msgid "Unknown error" msgstr "未知錯誤" -#: seahub/views/__init__.py:886 seahub/views/repo.py:295 +#: seahub/views/__init__.py:889 seahub/views/repo.py:295 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" 不存在。" -#: seahub/views/__init__.py:918 +#: seahub/views/__init__.py:921 #, python-format msgid "Unable to download \"%s\"" msgstr "無法下載 \"%s\"" @@ -5314,7 +5319,7 @@ msgstr "無效的上傳網址" #: seahub/views/ajax.py:338 seahub/views/file.py:458 seahub/views/file.py:489 #: seahub/views/file.py:1133 seahub/views/file.py:1349 -#: seahub/views/file.py:1856 +#: seahub/views/file.py:1877 msgid "File does not exist" msgstr "檔案不存在" @@ -5356,17 +5361,17 @@ msgstr "不能線上預覽加密資料庫檔案。" #: seahub/views/file.py:513 seahub/views/file.py:739 seahub/views/file.py:1001 #: seahub/views/file.py:1024 seahub/views/file.py:1051 #: seahub/views/file.py:1179 seahub/views/file.py:1268 -#: seahub/views/file.py:1370 seahub/views/file.py:1469 +#: seahub/views/file.py:1390 seahub/views/file.py:1490 msgid "Unable to view file" msgstr "無法查看該檔案" #: seahub/views/file.py:808 seahub/views/file.py:949 seahub/views/file.py:1229 -#: seahub/views/file.py:1408 +#: seahub/views/file.py:1428 msgid "Error when prepare Office Online file preview page." msgstr "" #: seahub/views/file.py:840 seahub/views/file.py:961 seahub/views/file.py:1248 -#: seahub/views/file.py:1423 +#: seahub/views/file.py:1444 msgid "Error when prepare OnlyOffice file preview page." msgstr "" @@ -5382,13 +5387,13 @@ msgstr "無法下載檔案,錯誤的檔案路徑" msgid "Unable to download file." msgstr "無法下載檔案" -#: seahub/views/file.py:1284 seahub/views/file.py:1488 +#: seahub/views/file.py:1284 seahub/views/file.py:1509 #: seahub/views/repo.py:347 #, python-format msgid "Share link for %s." msgstr "" -#: seahub/views/file.py:1606 seahub/views/file.py:1611 +#: seahub/views/file.py:1627 seahub/views/file.py:1632 msgid "Unable to download file" msgstr "無法下載檔案" @@ -5473,7 +5478,7 @@ msgstr "無法設定 %s 為管理員:用戶不存在。" msgid "Optional" msgstr "選項" -#: seahub/wiki/views.py:54 +#: seahub/wiki/views.py:137 msgid "Unable to view Wiki" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/djangojs.po b/locale/zh_TW/LC_MESSAGES/djangojs.po index eeeea443e7..5f11fcb10c 100644 --- a/locale/zh_TW/LC_MESSAGES/djangojs.po +++ b/locale/zh_TW/LC_MESSAGES/djangojs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:37+0800\n" "PO-Revision-Date: 2015-05-09 05:28+0000\n" "Last-Translator: david082321 , 2018\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/haiwen/seahub/language/zh_TW/)\n" @@ -402,10 +402,10 @@ msgstr "取消" #: frontend/src/components/dialog/set-org-user-name.js:68 #: frontend/src/components/dialog/set-org-user-quota.js:80 #: frontend/src/components/dialog/share-repo-dialog.js:150 -#: frontend/src/components/dialog/share-to-group.js:343 +#: frontend/src/components/dialog/share-to-group.js:346 #: frontend/src/components/dialog/share-to-invite-people.js:286 #: frontend/src/components/dialog/share-to-other-server.js:248 -#: frontend/src/components/dialog/share-to-user.js:354 +#: frontend/src/components/dialog/share-to-user.js:357 #: frontend/src/components/dialog/sysadmin-dialog/set-quota.js:76 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js:92 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js:54 @@ -472,7 +472,7 @@ msgstr "" #: frontend/src/components/dialog/file-participant-dialog.js:128 #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:270 #: frontend/src/components/dialog/org-add-member-dialog.js:58 -#: frontend/src/components/dialog/share-to-user.js:337 +#: frontend/src/components/dialog/share-to-user.js:340 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js:37 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js:56 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js:52 @@ -992,12 +992,12 @@ msgstr "" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:254 #: frontend/src/components/dialog/repo-api-token-dialog.js:223 #: frontend/src/components/dialog/share-repo-dialog.js:130 -#: frontend/src/components/dialog/share-to-group.js:307 +#: frontend/src/components/dialog/share-to-group.js:310 #: frontend/src/components/dialog/share-to-invite-people.js:259 #: frontend/src/components/dialog/share-to-invite-people.js:301 #: frontend/src/components/dialog/share-to-other-server.js:81 #: frontend/src/components/dialog/share-to-other-server.js:214 -#: frontend/src/components/dialog/share-to-user.js:321 +#: frontend/src/components/dialog/share-to-user.js:324 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:235 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:285 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:214 @@ -1771,7 +1771,7 @@ msgid "Please check the network." msgstr "請檢查網絡是否已連接。" #: frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js:275 -#: frontend/src/components/dialog/share-to-group.js:306 +#: frontend/src/components/dialog/share-to-group.js:309 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:234 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:284 msgid "Group" @@ -1789,7 +1789,7 @@ msgid "Select a group" msgstr "選擇一個群組" #: frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js:250 -#: frontend/src/components/dialog/share-to-user.js:320 +#: frontend/src/components/dialog/share-to-user.js:323 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:213 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:264 #: frontend/src/pages/dashboard/files-activities.js:31 @@ -2351,7 +2351,7 @@ msgstr "" msgid "Select libraries to share" msgstr "選擇要共享的資料庫" -#: frontend/src/components/dialog/share-to-group.js:323 +#: frontend/src/components/dialog/share-to-group.js:326 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js:246 msgid "Select groups..." msgstr "" @@ -2421,8 +2421,8 @@ msgstr "成功刪除 1 個項目。" msgid "Select a server..." msgstr "" -#: frontend/src/components/dialog/share-to-user.js:219 -#: frontend/src/components/dialog/share-to-user.js:245 +#: frontend/src/components/dialog/share-to-user.js:222 +#: frontend/src/components/dialog/share-to-user.js:248 #: frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js:159 msgid "Library can not be shared to owner." msgstr "" @@ -3659,7 +3659,7 @@ msgstr "" msgid "Set Password" msgstr "" -#: frontend/src/components/wiki-markdown-viewer.js:209 +#: frontend/src/components/wiki-markdown-viewer.js:214 msgid "Last modified by" msgstr "" @@ -5690,12 +5690,7 @@ msgstr "" msgid "Drag and drop files or folders here." msgstr "" -#: frontend/src/pages/wiki/side-panel.js:34 -#: frontend/src/pages/wiki/side-panel.js:49 -msgid "Contents" -msgstr "" - -#: frontend/src/pages/wiki/side-panel.js:76 +#: frontend/src/pages/wiki/side-panel.js:73 msgid "Go to Library" msgstr "" diff --git a/media/css/seahub_react.css b/media/css/seahub_react.css index 390f56f36c..dcb2e1c6d3 100644 --- a/media/css/seahub_react.css +++ b/media/css/seahub_react.css @@ -1244,6 +1244,12 @@ a.table-sort-op:hover { margin-top: 0; } +#wiki-file-content #wiki-page-last-modified { + padding: 40px 0; + font-size: 12px; + color: #666; +} + #wiki-file-content .seafile-markdown-outline { position: fixed; top: 79px; diff --git a/seahub/templates/base_for_react.html b/seahub/templates/base_for_react.html index ef8a8452ca..9b3e0da619 100644 --- a/seahub/templates/base_for_react.html +++ b/seahub/templates/base_for_react.html @@ -4,7 +4,7 @@ -{% block sub_title %}{% endblock %}{{ site_title }} +{% block wiki_title %}{% block sub_title %}{% endblock %}{{ site_title }}{% endblock %} {% if site_description != '' %}{% endif %} diff --git a/seahub/templates/wiki/wiki.html b/seahub/templates/wiki/wiki.html index ee40555bec..52a637bf3b 100644 --- a/seahub/templates/wiki/wiki.html +++ b/seahub/templates/wiki/wiki.html @@ -15,7 +15,7 @@ {% render_bundle 'wiki' 'css' %} {% endblock %} -{% block sub_title %} {{filename}} - {% endblock %} +{% block wiki_title %} {{h1_head_content}} - {{repo_name}}{% endblock %} {% block extra_content %} {% if not is_dir %} diff --git a/seahub/trusted_ip/locale/en/LC_MESSAGES/django.po b/seahub/trusted_ip/locale/en/LC_MESSAGES/django.po index 43a65dcddd..eb1cb1d68d 100644 --- a/seahub/trusted_ip/locale/en/LC_MESSAGES/django.po +++ b/seahub/trusted_ip/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-22 13:35+0800\n" +"POT-Creation-Date: 2022-08-05 13:36+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/seahub/wiki/views.py b/seahub/wiki/views.py index 50f9889246..ecb4849798 100644 --- a/seahub/wiki/views.py +++ b/seahub/wiki/views.py @@ -24,7 +24,7 @@ from seahub.views import check_folder_permission from seahub.utils import get_file_type_and_ext, render_permission_error, \ gen_inner_file_get_url, render_error, get_service_url from seahub.views.file import send_file_access_msg -from seahub.utils.file_types import * +from seahub.utils.file_types import IMAGE, MARKDOWN # Get an instance of a logger logger = logging.getLogger(__name__) @@ -33,7 +33,7 @@ logger = logging.getLogger(__name__) def format_markdown_file_content(slug, repo_id, file_path, token, file_response): # Convert a markdown string to HTML and parse the html try: - html_content = markdown.markdown(file_response) + html_content = markdown.markdown(file_response, extensions=['markdown.extensions.extra'], tab_length=2) if html is None: logger.warning('Failed to import lxml module.') return '', [], '' @@ -42,6 +42,7 @@ def format_markdown_file_content(slug, repo_id, file_path, token, file_response) return '', [], err_msg service_url = get_service_url().strip('/') + # Replace src to wiki mode img_labels = html_doc.xpath('//img') # Get all labels img_url_re = re.compile(r'^%s/lib/%s/file/.*raw=1$' % (service_url, repo_id)) @@ -82,8 +83,10 @@ def format_markdown_file_content(slug, repo_id, file_path, token, file_response) # Get markdown outlines and format labels outlines = list() + h1_head_content = '' for p in html_content.split('\n'): if p.startswith('

') and p.endswith('

'): + h1_head_content = p.strip('

') head = p.replace('

', '

' % p.strip('

'), 1) html_content = html_content.replace(p, head) elif p.startswith('

') and p.endswith('

'): @@ -99,7 +102,7 @@ def format_markdown_file_content(slug, repo_id, file_path, token, file_response) file_content = mark_safe(html_content) - return file_content, outlines, None + return file_content, h1_head_content, outlines, None def slug(request, slug, file_path="home.md"): @@ -168,7 +171,12 @@ def slug(request, slug, file_path="home.md"): repo = seafile_api.get_repo(wiki.repo_id) - file_content, outlines, latest_contributor, last_modified = '', [], '', 0 + file_content = '' + h1_head_content = '' + outlines = [] + latest_contributor = '' + last_modified = 0 + if is_dir is False and file_type == MARKDOWN: send_file_access_msg(request, repo, file_path, 'web') @@ -187,7 +195,7 @@ def slug(request, slug, file_path="home.md"): err_msg = None if file_response: - file_content, outlines, err_msg = format_markdown_file_content( + file_content, h1_head_content, outlines, err_msg = format_markdown_file_content( slug, wiki.repo_id, file_path, fs.token, file_response) if err_msg: @@ -200,6 +208,7 @@ def slug(request, slug, file_path="home.md"): latest_contributor, last_modified = dirent.modifier, dirent.mtime except Exception as e: logger.warning(e) + last_modified = datetime.fromtimestamp(last_modified) return render(request, "wiki/wiki.html", { @@ -211,6 +220,7 @@ def slug(request, slug, file_path="home.md"): "user_can_write": user_can_write, "file_path": file_path, "filename": os.path.splitext(os.path.basename(file_path))[0], + "h1_head_content": h1_head_content, "file_content": file_content, "outlines": outlines, "modifier": latest_contributor,