diff --git a/locale/ar/LC_MESSAGES/django.po b/locale/ar/LC_MESSAGES/django.po index 77c9faa220..7d7ba9116d 100644 --- a/locale/ar/LC_MESSAGES/django.po +++ b/locale/ar/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Arabic (http://www.transifex.com/haiwen/seahub/language/ar/)\n" "MIME-Version: 1.0\n" @@ -522,6 +522,10 @@ msgstr "المستخدم %s موجود مسبقا." msgid "Error" msgstr "خطأ" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -554,6 +558,12 @@ msgstr "خطأ فك تشفير المكتبة" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2040,8 +2050,8 @@ msgstr "الوصف مطلوب." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "الترخيص مرفوض" @@ -3023,7 +3033,8 @@ msgstr "" msgid "New notice on %s" msgstr "ملاحظة جديدة على %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6632,6 +6643,10 @@ msgstr "هل أنت متأكد من استعادة هذه المكتبة؟" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7090,6 +7105,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8034,7 +8053,7 @@ msgstr "السجل التاريخي المحدد غير موجود" msgid "Unknown error" msgstr "خطأ غير معروف" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" غير موجود." @@ -8195,7 +8214,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "غير قادر على عرض الملف، تم استهلاك حركة بيانات رابط المشاركة." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/ar/LC_MESSAGES/djangojs.po b/locale/ar/LC_MESSAGES/djangojs.po index 2421826e9e..5a4786ba63 100644 --- a/locale/ar/LC_MESSAGES/djangojs.po +++ b/locale/ar/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: Amr Mothana \n" "Language-Team: Arabic (http://www.transifex.com/haiwen/seahub/language/ar/)\n" "MIME-Version: 1.0\n" @@ -189,6 +189,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "رجوع" @@ -200,6 +201,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -387,8 +389,9 @@ msgstr "تم تغيير كلمة مرور المكتبة بنجاح." #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -432,8 +435,9 @@ msgstr "خطأ" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -590,6 +594,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "استعادة مكتبة" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "هل أنت متأكد من استعادة هذه المكتبة؟" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "استعادة" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -684,7 +707,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "الاسم" @@ -1296,7 +1320,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "الحجم" @@ -1729,7 +1753,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "تتزيل" @@ -1964,13 +1988,6 @@ msgstr "تعليق" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "استعادة" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2107,7 +2124,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "تم تعطيل تحميل الملف: تستخدم حركة المرور وصلة حصة المالك." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "المسار الحالي: " @@ -2644,6 +2661,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "الترخيص مرفوض" @@ -2722,7 +2740,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2833,49 +2851,49 @@ msgstr "قائمة التنقل الجانبي" msgid "Search files in this library" msgstr "بحث عن ملفات في هذه المكتبة" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "تم نقل %(name)s بنجاح." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "فشل نقل %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "تم نسخ %(name)s بنجاح." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "فشل نسخ %(name)s" @@ -2936,6 +2954,7 @@ msgid "Deleted Time" msgstr "وقت الحذف" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3134,6 +3153,7 @@ msgstr "تاريخ" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "ملف" @@ -3509,11 +3529,12 @@ msgstr "" msgid "Delete Time" msgstr "وقت الحذف" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "تم استعادة عنصر بنجاح" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "مجلد" @@ -3547,7 +3568,7 @@ msgstr "" msgid "None" msgstr "لا شيء" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "غير معروف" @@ -3559,6 +3580,10 @@ msgstr "الاصدار الحالي" msgid "View Snapshot" msgstr "عرض اللقطة" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4255,10 +4280,6 @@ msgstr "هل أنت متأكد من حذف جميع مكتبات %s?" msgid "Are you sure you want to delete %s completely?" msgstr "هل أنت متأكد من حذف %s نهائيا?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "استعادة مكتبة" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/bg/LC_MESSAGES/django.po b/locale/bg/LC_MESSAGES/django.po index 1e17a09696..c6de477105 100644 --- a/locale/bg/LC_MESSAGES/django.po +++ b/locale/bg/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Bulgarian (http://www.transifex.com/haiwen/seahub/language/bg/)\n" "MIME-Version: 1.0\n" @@ -522,6 +522,10 @@ msgstr "" msgid "Error" msgstr "" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -554,6 +558,12 @@ msgstr "Грешка в разкодиращата библиотека" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2020,8 +2030,8 @@ msgstr "" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "" @@ -3003,7 +3013,8 @@ msgstr "" msgid "New notice on %s" msgstr "" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6600,6 +6611,10 @@ msgstr "" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7058,6 +7073,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8002,7 +8021,7 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8163,7 +8182,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/ca/LC_MESSAGES/django.po b/locale/ca/LC_MESSAGES/django.po index 2aadddf45e..e48f173c0d 100644 --- a/locale/ca/LC_MESSAGES/django.po +++ b/locale/ca/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Catalan (http://www.transifex.com/haiwen/seahub/language/ca/)\n" "MIME-Version: 1.0\n" @@ -523,6 +523,10 @@ msgstr "" msgid "Error" msgstr "Error" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -555,6 +559,12 @@ msgstr "S'ha produït un error al desencriptar la llibreria" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2021,8 +2031,8 @@ msgstr "La descripció és obligatoria." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "S'ha denegat l'accés " @@ -3004,7 +3014,8 @@ msgstr "" msgid "New notice on %s" msgstr "" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6601,6 +6612,10 @@ msgstr "Esteu segur que voleu restaurar la llibreria?" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7059,6 +7074,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8003,7 +8022,7 @@ msgstr "L'historial que heu especificat no existeix" msgid "Unknown error" msgstr "Error desconegut" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8164,7 +8183,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/cs/LC_MESSAGES/django.po b/locale/cs/LC_MESSAGES/django.po index 657633546f..716c0719d7 100644 --- a/locale/cs/LC_MESSAGES/django.po +++ b/locale/cs/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Czech (http://www.transifex.com/haiwen/seahub/language/cs/)\n" "MIME-Version: 1.0\n" @@ -526,6 +526,10 @@ msgstr "Uživatel %s už existuje." msgid "Error" msgstr "Chyba" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -558,6 +562,12 @@ msgstr "Problém při dešifrování knihovny" msgid "Wrong old password" msgstr "Chybné původní heslo" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2034,8 +2044,8 @@ msgstr "Popis je povinný" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Přístup odepřen" @@ -3017,7 +3027,8 @@ msgstr "Nové aktualizace souboru %s" msgid "New notice on %s" msgstr "Nové oznámení na %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6620,6 +6631,10 @@ msgstr "Jste si jisti, že chcete obnovit tuto knihovnu?" msgid "Successfully restored {dirent_name}" msgstr "Úspěšně obnoven {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7078,6 +7093,10 @@ msgid "" "accept the terms." msgstr "Umožní administrátorovi přidat pravidla a podmínky, se kterými budou uživatelé muset souhlasit." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8022,7 +8041,7 @@ msgstr "Historie co jste specifikoval, neexistuje" msgid "Unknown error" msgstr "Neznámá chyba" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" neexistuje." @@ -8183,7 +8202,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Není možné prohlížet soubor, datový provoz sdíleného odkazu byl vyčerpán." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/cs/LC_MESSAGES/djangojs.po b/locale/cs/LC_MESSAGES/djangojs.po index 24cf58bf27..f1e485e413 100644 --- a/locale/cs/LC_MESSAGES/djangojs.po +++ b/locale/cs/LC_MESSAGES/djangojs.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: Tomáš Kubalík \n" "Language-Team: Czech (http://www.transifex.com/haiwen/seahub/language/cs/)\n" "MIME-Version: 1.0\n" @@ -192,6 +192,7 @@ msgstr "Vyberte související soubor pro {placeholder}" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "Zpět" @@ -203,6 +204,7 @@ msgstr "Vybrat soubor" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -390,8 +392,9 @@ msgstr "Heslo knihovny bylo úspěšně změněno." #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -435,8 +438,9 @@ msgstr "Chyba" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -593,6 +597,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Obnovit knihovnu" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Jste si jisti, že chcete obnovit tuto knihovnu?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Obnovit" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -687,7 +710,8 @@ msgstr "Nová knihovna pro oddělení." #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Název" @@ -1299,7 +1323,7 @@ msgstr "Název knihovny" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Velikost" @@ -1732,7 +1756,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Stáhnout" @@ -1967,13 +1991,6 @@ msgstr "Komentář" msgid "Online view is not applicable to this file format" msgstr "Online zobrazení není u tohoto typu souboru podporované" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Obnovit" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2110,7 +2127,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Stažení souboru je vypnuto: Datový limit sdíleného odkazu vlastníka byl vyčrpán." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Aktuální cesta: " @@ -2647,6 +2664,7 @@ msgstr "Přesunutá složka" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Přístup odepřen" @@ -2725,7 +2743,7 @@ msgstr "Knihovny můžete vytvořit kliknutím na tlačítko \"Nová knihovna\" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2836,49 +2854,49 @@ msgstr "Postranní navigační nabídka" msgid "Search files in this library" msgstr "Vyhledat soubory v této knihovně" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "Úspěšně přesunuto %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "Chyba při přesunu %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "Úspěšně zkopírováno %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "Chyba při kopírování %(name)s" @@ -2939,6 +2957,7 @@ msgid "Deleted Time" msgstr "Čas smazání" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "Knihovna úspěšně obnovena." @@ -3137,6 +3156,7 @@ msgstr "Datum" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Soubor" @@ -3512,11 +3532,12 @@ msgstr "" msgid "Delete Time" msgstr "Čas smazání" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "1 položka byla úspěšně obnovena." #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Adresář" @@ -3550,7 +3571,7 @@ msgstr "Štítky" msgid "None" msgstr "Žádný" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Neznámý" @@ -3562,6 +3583,10 @@ msgstr "Aktuální verze" msgid "View Snapshot" msgstr "Prohlédnout Snapshot" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "Tato složka byla aktualizována." @@ -4258,10 +4283,6 @@ msgstr "Opravdu chcete smazat všechny %s knihovny?" msgid "Are you sure you want to delete %s completely?" msgstr "Opravdu chcete kompletně smazat %s ?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Obnovit knihovnu" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index c5fbb837f1..391135e891 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -73,9 +73,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-03 07:56+0000\n" -"Last-Translator: Andreas Vollmer | HU Berlin \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: German (http://www.transifex.com/haiwen/seahub/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -587,6 +587,10 @@ msgstr "Benutzer/in %s ist bereits vorhanden." msgid "Error" msgstr "Fehler" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -619,6 +623,12 @@ msgstr "Fehler beim Entschlüsseln der Bibliothek" msgid "Wrong old password" msgstr "Falsches altes Passwort" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2085,8 +2095,8 @@ msgstr "Beschreibung erforderlich" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Zugriff verweigert" @@ -3068,7 +3078,8 @@ msgstr "Aktualisierte Dateien auf %s" msgid "New notice on %s" msgstr "Neue Mitteilungen auf %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6665,6 +6676,10 @@ msgstr "Möchten Sie diese Version wirklich wiederherstellen?" msgid "Successfully restored {dirent_name}" msgstr " {dirent_name} erfolgreich wiederhergestellt" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7123,6 +7138,10 @@ msgid "" "accept the terms." msgstr "Systemadministration darf Regelungen und Bedingungen hinzufügen, die alle Nutzer/innen bestätigen müssen" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8067,7 +8086,7 @@ msgstr "Die von Ihnen gewählte Version ist nicht vorhanden" msgid "Unknown error" msgstr "Unbekannter Fehler" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "„%s“ ist nicht vorhanden." @@ -8228,7 +8247,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Die Datei kann nicht angezeigt werden. Das Datenvolumen des Freigabe-Links ist verbraucht." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "Link für %s freigeben." diff --git a/locale/el/LC_MESSAGES/django.po b/locale/el/LC_MESSAGES/django.po index 858c4f0b1e..b7d24fca3c 100644 --- a/locale/el/LC_MESSAGES/django.po +++ b/locale/el/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Greek (http://www.transifex.com/haiwen/seahub/language/el/)\n" "MIME-Version: 1.0\n" @@ -527,6 +527,10 @@ msgstr "" msgid "Error" msgstr "Σφάλμα" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -559,6 +563,12 @@ msgstr "Πρόβλημα αποκρυπτογράφησης βιβλιοθήκη msgid "Wrong old password" msgstr "Εσφαλμένο παλιό συνθηματικό" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2025,8 +2035,8 @@ msgstr "Η περιγραφή είναι απαραίτητη." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Απαγόρευση πρόσβασης" @@ -3008,7 +3018,8 @@ msgstr "" msgid "New notice on %s" msgstr "Νέα ειδοποίηση στο %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6605,6 +6616,10 @@ msgstr "" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7063,6 +7078,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8007,7 +8026,7 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8168,7 +8187,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/el/LC_MESSAGES/djangojs.po b/locale/el/LC_MESSAGES/djangojs.po index 062df354f3..6b60e9acb9 100644 --- a/locale/el/LC_MESSAGES/djangojs.po +++ b/locale/el/LC_MESSAGES/djangojs.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" -"Last-Translator: pixarise \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: Greek (http://www.transifex.com/haiwen/seahub/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -189,6 +189,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "" @@ -200,6 +201,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -387,8 +389,9 @@ msgstr "Το συνθηματικό της βιβλιοθήκης άλλαξε #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -432,8 +435,9 @@ msgstr "Σφάλμα" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -590,6 +594,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Επαναφορά βιβλιοθήκης" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Επαναφορά" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -684,7 +707,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Όνομα" @@ -1296,7 +1320,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Μέγεθος" @@ -1729,7 +1753,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Λήψη" @@ -1964,13 +1988,6 @@ msgstr "Σχόλιο" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Επαναφορά" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2107,7 +2124,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Τωρινή διαδρομή:" @@ -2644,6 +2661,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Απαγόρευση πρόσβασης" @@ -2722,7 +2740,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2833,49 +2851,49 @@ msgstr "" msgid "Search files in this library" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "Επιτυχής μετακίνηση του %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "Επιτυχής αντιγραφή του %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "" @@ -2936,6 +2954,7 @@ msgid "Deleted Time" msgstr "" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3134,6 +3153,7 @@ msgstr "Ημερομηνία" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Αρχείο" @@ -3509,11 +3529,12 @@ msgstr "" msgid "Delete Time" msgstr "Χρόνος διαγραφής" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Φάκελος" @@ -3547,7 +3568,7 @@ msgstr "" msgid "None" msgstr "Κανένα" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Άγνωστο" @@ -3559,6 +3580,10 @@ msgstr "" msgid "View Snapshot" msgstr "" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4255,10 +4280,6 @@ msgstr "" msgid "Are you sure you want to delete %s completely?" msgstr "" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Επαναφορά βιβλιοθήκης" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/el_GR/LC_MESSAGES/djangojs.po b/locale/el_GR/LC_MESSAGES/djangojs.po index 2da2da0698..e07f487e32 100644 --- a/locale/el_GR/LC_MESSAGES/djangojs.po +++ b/locale/el_GR/LC_MESSAGES/djangojs.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" -"Last-Translator: nikolaosp \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: Greek (Greece) (http://www.transifex.com/haiwen/seahub/language/el_GR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -188,6 +188,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "" @@ -199,6 +200,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -386,8 +388,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -431,8 +434,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -589,6 +593,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -683,7 +706,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Όνομα" @@ -1295,7 +1319,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Μέγεθος" @@ -1728,7 +1752,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "" @@ -1963,13 +1987,6 @@ msgstr "" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2106,7 +2123,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "" @@ -2643,6 +2660,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "" @@ -2721,7 +2739,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2832,49 +2850,49 @@ msgstr "" msgid "Search files in this library" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "" @@ -2935,6 +2953,7 @@ msgid "Deleted Time" msgstr "" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3133,6 +3152,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Αρχείο" @@ -3508,11 +3528,12 @@ msgstr "" msgid "Delete Time" msgstr "" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "" @@ -3546,7 +3567,7 @@ msgstr "" msgid "None" msgstr "Καμία" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Άγνωστο" @@ -3558,6 +3579,10 @@ msgstr "" msgid "View Snapshot" msgstr "" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4254,10 +4279,6 @@ msgstr "" msgid "Are you sure you want to delete %s completely?" msgstr "" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index d8c89f4ef7..f42f9c772b 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 16:12+0000\n" -"Last-Translator: Rodolfo Cossalter \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: Spanish (http://www.transifex.com/haiwen/seahub/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -529,6 +529,10 @@ msgstr "El usuario %s ya existe." msgid "Error" msgstr "Error" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -561,6 +565,12 @@ msgstr "Error en el desencriptado de la biblioteca" msgid "Wrong old password" msgstr "Contraseña anterior errónea" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2027,8 +2037,8 @@ msgstr "Se requiere descripción." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Permiso denegado" @@ -3010,7 +3020,8 @@ msgstr "Nuevas actualizaciones en %s" msgid "New notice on %s" msgstr "Nueva notificación en %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6607,6 +6618,10 @@ msgstr "¿Estás seguro que deseas restaurar está biblioteca?" msgid "Successfully restored {dirent_name}" msgstr "{dirent_name} restaurado con éxito" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7065,6 +7080,10 @@ msgid "" "accept the terms." msgstr "Habilitar al administrador del sistema a agregar Términos y Condiciones, y todos los usuarios deberán aceptar los términos." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8009,7 +8028,7 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." @@ -8170,7 +8189,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "No es posible ver el archivo, el tráfico para enlaces compartidos ha sido agotado." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." diff --git a/locale/es/LC_MESSAGES/djangojs.po b/locale/es/LC_MESSAGES/djangojs.po index 6b6df2191d..7bca6a5758 100644 --- a/locale/es/LC_MESSAGES/djangojs.po +++ b/locale/es/LC_MESSAGES/djangojs.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (http://www.transifex.com/haiwen/seahub/language/es/)\n" "MIME-Version: 1.0\n" @@ -192,6 +192,7 @@ msgstr "Seleccionar archivo relacionado para {placeholder}" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "Atrás" @@ -203,6 +204,7 @@ msgstr "Seleccionar Archivo" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -390,8 +392,9 @@ msgstr "Contraseña de la biblioteca cambiada con éxito." #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -435,8 +438,9 @@ msgstr "Error" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -485,7 +489,7 @@ msgstr "todos" #: frontend/src/components/dialog/clean-trash.js:45 msgid "Clean succeeded." -msgstr "" +msgstr "Limpieza exitosa." #: frontend/src/components/dialog/clean-trash.js:66 #: frontend/src/repo-folder-trash.js:218 @@ -593,6 +597,25 @@ msgstr "Desconectar" msgid "Are you sure you want to disconnect?" msgstr "¿Seguro que deseas desconectar?" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Restaurar biblioteca" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "¿Estás seguro que deseas restaurar está biblioteca?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Restaurar" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -687,7 +710,8 @@ msgstr "Nueva Biblioteca Departamental" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Nombre" @@ -1299,7 +1323,7 @@ msgstr "Nombre de Biblioteca" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Tamaño" @@ -1732,7 +1756,7 @@ msgstr "Publicar una biblioteca" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Descargar" @@ -1967,13 +1991,6 @@ msgstr "Comentar" msgid "Online view is not applicable to this file format" msgstr "La visualización en línea no se aplica a este tipo de archivo" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Restaurar" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2110,7 +2127,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Descarga de archivos deshabilitada: tráfico del propietario para compartir enlaces agotado." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Ruta actual:" @@ -2647,6 +2664,7 @@ msgstr "Carpeta movida" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Permiso denegado" @@ -2693,7 +2711,7 @@ msgstr "Diff" #: frontend/src/pages/file-history/side-panel.js:92 msgid "Successfully restored." -msgstr "" +msgstr "Restaurado con éxito." #: frontend/src/pages/groups/group-view.js:155 msgid "No library is shared to this group" @@ -2725,7 +2743,7 @@ msgstr "Puedes crear bibliotecas haciendo click en el botón \"Nueva Biblioteca\ #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "{name} eliminado con éxito." @@ -2836,49 +2854,49 @@ msgstr "Menú Lateral de Navegación" msgid "Search files in this library" msgstr "Buscar archivos en esta biblioteca" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "{name} y otros {n} items eliminados con éxito." -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "Fallo al eliminar {name} y otros {n} items." -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "Fallo al renombrar {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "Eliminado con éxito {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "Fallo al eliminar {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "%(name)s movido con éxito." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "Fallo al mover %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "%(name)s copiados con éxito." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "Fallo al copiar %(name)s" @@ -2939,6 +2957,7 @@ msgid "Deleted Time" msgstr "Fecha de eliminación" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "Biblioteca restaurada con éxito." @@ -3137,6 +3156,7 @@ msgstr "Fecha" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Archivo" @@ -3428,7 +3448,7 @@ msgstr "Compartir bibliotecas existentes" #: frontend/src/pages/starred/starred.js:21 msgid "You don't have any favorite items yet" -msgstr "" +msgstr "Todavía no tienes items favoritos" #: frontend/src/pages/starred/starred.js:29 #: frontend/src/pages/starred/starred.js:40 @@ -3506,17 +3526,18 @@ msgstr "Las bibliotecas públicas permiten publicar su contenido en una forma or #: frontend/src/repo-folder-trash.js:211 msgid "{placeholder} Trash" -msgstr "" +msgstr "{placeholder} Papelera" #: frontend/src/repo-folder-trash.js:251 msgid "Delete Time" msgstr "Borrar fecha" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "1 ítem restaurado con éxito." #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Carpeta" @@ -3550,7 +3571,7 @@ msgstr "Etiquetas" msgid "None" msgstr "Ninguna" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Desconocido" @@ -3562,6 +3583,10 @@ msgstr "Versión Actual" msgid "View Snapshot" msgstr "Ver instántanea" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "Esta carpeta ha sido actualizada." @@ -4258,10 +4283,6 @@ msgstr "¿Seguro que deseas eliminar todas las bibliotecas de %s?" msgid "Are you sure you want to delete %s completely?" msgstr "¿Seguro que deseas eliminar por completo %s?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Restaurar biblioteca" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/es_AR/LC_MESSAGES/django.po b/locale/es_AR/LC_MESSAGES/django.po index 24b5a84df6..659606459d 100644 --- a/locale/es_AR/LC_MESSAGES/django.po +++ b/locale/es_AR/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 16:11+0000\n" -"Last-Translator: Rodolfo Cossalter \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/haiwen/seahub/language/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -525,6 +525,10 @@ msgstr "El usuario %s ya existe." msgid "Error" msgstr "Error" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -557,6 +561,12 @@ msgstr "Error en el desencriptado de la biblioteca" msgid "Wrong old password" msgstr "Contraseña anterior errónea" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2023,8 +2033,8 @@ msgstr "Se requiere descripción." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Permiso denegado" @@ -3006,7 +3016,8 @@ msgstr "Nuevas actualizaciones en %s" msgid "New notice on %s" msgstr "Nueva notificación en %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6603,6 +6614,10 @@ msgstr "¿Estás seguro que deseas restaurar está biblioteca?" msgid "Successfully restored {dirent_name}" msgstr "{dirent_name} restaurado con éxito" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7061,6 +7076,10 @@ msgid "" "accept the terms." msgstr "Habilitar al administrador del sistema a agregar Términos y Condiciones, y todos los usuarios deberán aceptar los términos." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8005,7 +8024,7 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." @@ -8166,7 +8185,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "No es posible ver el archivo, el tráfico para enlaces compartidos ha sido agotado." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." diff --git a/locale/es_MX/LC_MESSAGES/django.po b/locale/es_MX/LC_MESSAGES/django.po index 2eedc41dcd..c883e7e2e7 100644 --- a/locale/es_MX/LC_MESSAGES/django.po +++ b/locale/es_MX/LC_MESSAGES/django.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 16:20+0000\n" -"Last-Translator: Rodolfo Cossalter \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/haiwen/seahub/language/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -527,6 +527,10 @@ msgstr "El usuario %s ya existe." msgid "Error" msgstr "Error" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -559,6 +563,12 @@ msgstr "Error en el desencriptado de la biblioteca" msgid "Wrong old password" msgstr "Contraseña anterior errónea" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2025,8 +2035,8 @@ msgstr "Se requiere descripción." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Permiso denegado" @@ -3008,7 +3018,8 @@ msgstr "Nuevas actualizaciones en %s" msgid "New notice on %s" msgstr "Nueva notificación en %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6605,6 +6616,10 @@ msgstr "Está seguro que desea restaurar está bilioteca?" msgid "Successfully restored {dirent_name}" msgstr "{dirent_name} restaurado con éxito" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7063,6 +7078,10 @@ msgid "" "accept the terms." msgstr "Habilitar al administrador del sistema a agregar Términos y Condiciones, y todos los usuarios deberán aceptar los términos." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8007,7 +8026,7 @@ msgstr "El historial especificado no existe" msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" no existe." @@ -8168,7 +8187,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "No es posible ver el archivo, el tráfico para enlaces compartidos ha sido agotado." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "Enlace de compartir para %s." diff --git a/locale/fi/LC_MESSAGES/django.po b/locale/fi/LC_MESSAGES/django.po index 4c2d966d4a..dac84941b6 100644 --- a/locale/fi/LC_MESSAGES/django.po +++ b/locale/fi/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Finnish (http://www.transifex.com/haiwen/seahub/language/fi/)\n" "MIME-Version: 1.0\n" @@ -526,6 +526,10 @@ msgstr "Käyttäjä %s on jo olemassa." msgid "Error" msgstr "Virhe" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -558,6 +562,12 @@ msgstr "Salauksenpurkukirjaston virhe" msgid "Wrong old password" msgstr "Väärä vanha salasana" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2024,8 +2034,8 @@ msgstr "Kuvaus vaaditaan." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Lupa evätty" @@ -3007,7 +3017,8 @@ msgstr "" msgid "New notice on %s" msgstr "Uusi ilmoitus %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6604,6 +6615,10 @@ msgstr "Oletko varma, että haluat palauttaa tämän kirjaston?" msgid "Successfully restored {dirent_name}" msgstr "Onnistuneesti palautettu {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7062,6 +7077,10 @@ msgid "" "accept the terms." msgstr "Anna järjestelmänvalvojan ottaa käyttöön ehdot ja edellytykset ja kaikkien käyttäjien on hyväksyttävä ehdot." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8006,7 +8025,7 @@ msgstr "Määrittämääsi historiaa ei ole" msgid "Unknown error" msgstr "Tuntematon virhe" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" ei ole olemassa." @@ -8167,7 +8186,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Epäonnistui esikatsella raw tiedostoa, jakolinkin kaista on käytetty." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/fi/LC_MESSAGES/djangojs.po b/locale/fi/LC_MESSAGES/djangojs.po index 5c00927ee5..e445dfe6a8 100644 --- a/locale/fi/LC_MESSAGES/djangojs.po +++ b/locale/fi/LC_MESSAGES/djangojs.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: Sami Lahtinen \n" "Language-Team: Finnish (http://www.transifex.com/haiwen/seahub/language/fi/)\n" "MIME-Version: 1.0\n" @@ -192,6 +192,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "Takaisin" @@ -203,6 +204,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -390,8 +392,9 @@ msgstr "Kirjaston salasana vaihdettu onnistuneesti." #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -435,8 +438,9 @@ msgstr "Virhe" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -593,6 +597,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Palauta Kirjasto" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Oletko varma, että haluat palauttaa tämän kirjaston?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Palauta" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -687,7 +710,8 @@ msgstr "Uusi Osastokirjasto" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Nimi" @@ -1299,7 +1323,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Koko" @@ -1732,7 +1756,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Lataa" @@ -1967,13 +1991,6 @@ msgstr "Kommentti" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Palauta" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2110,7 +2127,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Tiedoston lataus on suljettu: linkin omistajan kaista on täynnä." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Nykyinen polku:" @@ -2647,6 +2664,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Lupa evätty" @@ -2725,7 +2743,7 @@ msgstr "Voit luoda kirjastoja painamalla \"Uusi Kirjasto\" nappia ylhäällä." #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2836,49 +2854,49 @@ msgstr "Sivu Navigointi -valikko" msgid "Search files in this library" msgstr "Etsi tiedostoja tästä kirjastosta" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "%(name)s siirretty onnistuneesti." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "%(name)s siirtäminen epäonnistui" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "%(name)s kopioitiin onnistuneesti." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "%(name)s kopiointi epäonnistui." @@ -2939,6 +2957,7 @@ msgid "Deleted Time" msgstr "Poistoaika" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "Kirjasto palautettu onnistuneesti." @@ -3137,6 +3156,7 @@ msgstr "Päiväys" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Tiedosto" @@ -3512,11 +3532,12 @@ msgstr "" msgid "Delete Time" msgstr "Poistoaika" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "Onnistuneesti palautettu 1 kohde." #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Hakemisto" @@ -3550,7 +3571,7 @@ msgstr "Etiketit" msgid "None" msgstr "Ei mitään" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Tuntematon" @@ -3562,6 +3583,10 @@ msgstr "Nykyinen versio" msgid "View Snapshot" msgstr "Katso tilannekuva" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4258,10 +4283,6 @@ msgstr "Oletko varma, että haluat poistaa kaikki %s's kirjastot?" msgid "Are you sure you want to delete %s completely?" msgstr "Oletko varma, että haluat poistaa %s kokonaan?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Palauta Kirjasto" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 27f9b38e15..4934f8865c 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -30,9 +30,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-07 07:44+0000\n" -"Last-Translator: Gaspard \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: French (http://www.transifex.com/haiwen/seahub/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -544,6 +544,10 @@ msgstr "L'utilisateur %s existe déjà." msgid "Error" msgstr "Erreur " +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -576,6 +580,12 @@ 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:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2042,8 +2052,8 @@ msgstr "La description est requise." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Autorisation refusée" @@ -3025,7 +3035,8 @@ msgstr "Nouvelles mises à jour fichier sur %s" msgid "New notice on %s" msgstr " Nouvelle notification sur %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6622,6 +6633,10 @@ msgstr "Êtes-vous certain de vouloir restaurer cette bibliothèque ?" msgid "Successfully restored {dirent_name}" msgstr "Le dossier {dirent_name} a été restauré avec succès" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7080,6 +7095,10 @@ msgid "" "accept the terms." msgstr "Activez l'administrateur système pour ajouter des conditions d'utilisation, et que tous les utilisateurs devront accepter." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8024,7 +8043,7 @@ msgstr "L'historique que vous avez spécifié n'existe pas" msgid "Unknown error" msgstr "Erreur inconnue" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" n'existe pas." @@ -8185,7 +8204,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Impossible de voir le fichier brut, le trafic de lien de partage est épuisé." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "Partager le lien pour %s." diff --git a/locale/he/LC_MESSAGES/django.po b/locale/he/LC_MESSAGES/django.po index 29f6d4c2da..fd495c9d49 100644 --- a/locale/he/LC_MESSAGES/django.po +++ b/locale/he/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Hebrew (http://www.transifex.com/haiwen/seahub/language/he/)\n" "MIME-Version: 1.0\n" @@ -524,6 +524,10 @@ msgstr "" msgid "Error" msgstr "שגיאה" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -556,6 +560,12 @@ msgstr "לפענח שגיאת ספרייה" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2032,8 +2042,8 @@ msgstr "דרוש תיאור לספרייה" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "" @@ -3015,7 +3025,8 @@ msgstr "" msgid "New notice on %s" msgstr "" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6618,6 +6629,10 @@ msgstr "האם אתה בטוח שברצונך לשחזר ספרייה זו?" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7076,6 +7091,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8020,7 +8039,7 @@ msgstr "" msgid "Unknown error" msgstr "שגיאה לא ידועה" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8181,7 +8200,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/hu/LC_MESSAGES/django.po b/locale/hu/LC_MESSAGES/django.po index ee013dd04d..e1ab8a7723 100644 --- a/locale/hu/LC_MESSAGES/django.po +++ b/locale/hu/LC_MESSAGES/django.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Hungarian (http://www.transifex.com/haiwen/seahub/language/hu/)\n" "MIME-Version: 1.0\n" @@ -531,6 +531,10 @@ msgstr "%s felhasználó már létezik." msgid "Error" msgstr "Hiba" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -563,6 +567,12 @@ msgstr "Kötet visszafejtési hiba" msgid "Wrong old password" msgstr "Hibás régi jelszó" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2029,8 +2039,8 @@ msgstr "Leírás kötelező." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Jogosultság megtagadva" @@ -3012,7 +3022,8 @@ msgstr "" msgid "New notice on %s" msgstr "Új üzenet itt: %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6609,6 +6620,10 @@ msgstr "Biztosan visszaállítja a kötetet?" msgid "Successfully restored {dirent_name}" msgstr "{dirent_name} visszaállítva" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7067,6 +7082,10 @@ msgid "" "accept the terms." msgstr "Engedélyezi az Adminisztrátoroknak Felhasználási feltételek létrehozását, melyeket minden felhasználónak el kell fogadnia." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8011,7 +8030,7 @@ msgstr "A megadott napló nem létezik" msgid "Unknown error" msgstr "Ismeretlen hiba" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nem létezik." @@ -8172,7 +8191,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "A nyers fájl nem jeleníthető meg, a megosztási link elérte forgalmi korlátját." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/is/LC_MESSAGES/django.po b/locale/is/LC_MESSAGES/django.po index d0cc273d17..4c3541a7d4 100644 --- a/locale/is/LC_MESSAGES/django.po +++ b/locale/is/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Icelandic (http://www.transifex.com/haiwen/seahub/language/is/)\n" "MIME-Version: 1.0\n" @@ -524,6 +524,10 @@ msgstr "" msgid "Error" msgstr "Villa" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -556,6 +560,12 @@ msgstr "Villa í dulkóðuðu safni" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2022,8 +2032,8 @@ msgstr "Lýsing er áskilin" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Aðgangi hafnað" @@ -3005,7 +3015,8 @@ msgstr "" msgid "New notice on %s" msgstr "Ný athugasemd á %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6602,6 +6613,10 @@ msgstr "Ertu viss um að þú viljir endurvekja þetta safn?" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7060,6 +7075,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8004,7 +8023,7 @@ msgstr "Sagan sem þú tilgreindir er ekki til" msgid "Unknown error" msgstr "Óþekkt villa" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" er ekki til." @@ -8165,7 +8184,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/is/LC_MESSAGES/djangojs.po b/locale/is/LC_MESSAGES/djangojs.po index 192796d771..78dccde5fb 100644 --- a/locale/is/LC_MESSAGES/djangojs.po +++ b/locale/is/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: Hjörleifur Sveinbjörnsson \n" "Language-Team: Icelandic (http://www.transifex.com/haiwen/seahub/language/is/)\n" "MIME-Version: 1.0\n" @@ -189,6 +189,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "Til Baka" @@ -200,6 +201,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -387,8 +389,9 @@ msgstr "Tókst að skipta um lykilorð safns." #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -432,8 +435,9 @@ msgstr "Villa" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -590,6 +594,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Endurvekja Safn" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Ertu viss um að þú viljir endurvekja þetta safn?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Endurheimta" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -684,7 +707,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Nafn" @@ -1296,7 +1320,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Stærð" @@ -1729,7 +1753,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Niðurhala" @@ -1964,13 +1988,6 @@ msgstr "" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Endurheimta" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2107,7 +2124,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Niðurhal skráa er óvirkt: eigandi hlekks hefur klárað netumferðarkvótann sinn fyrir deilda hlekki." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Núverandi slóð:" @@ -2644,6 +2661,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Aðgangi hafnað" @@ -2722,7 +2740,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2833,49 +2851,49 @@ msgstr "" msgid "Search files in this library" msgstr "Leita að skrám í þessu safni" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "Tókst að flytja %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "Mistókst að færa %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "Tókst að afrita %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "Mistókst að afrita %(name)s" @@ -2936,6 +2954,7 @@ msgid "Deleted Time" msgstr "Eyðslutími" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3134,6 +3153,7 @@ msgstr "Dagsetning" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Skrá" @@ -3509,11 +3529,12 @@ msgstr "" msgid "Delete Time" msgstr "Eyða Tíma" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Mappa" @@ -3547,7 +3568,7 @@ msgstr "" msgid "None" msgstr "Ekkert" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Óþekkt" @@ -3559,6 +3580,10 @@ msgstr "Núverandi Útgáfa" msgid "View Snapshot" msgstr "Skoða Skyndimynd" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4255,10 +4280,6 @@ msgstr "Ertu viss um að þú viljir eyða öllum söfnum sem %s á?" msgid "Are you sure you want to delete %s completely?" msgstr "Ertu viss um að þú viljir eyða %s algjörlega?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Endurvekja Safn" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/it/LC_MESSAGES/django.po b/locale/it/LC_MESSAGES/django.po index c2ff322e43..036c982d39 100644 --- a/locale/it/LC_MESSAGES/django.po +++ b/locale/it/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Italian (http://www.transifex.com/haiwen/seahub/language/it/)\n" "MIME-Version: 1.0\n" @@ -526,6 +526,10 @@ msgstr "Utente %s già presente." msgid "Error" msgstr "Errore" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -558,6 +562,12 @@ msgstr "Errore nella decrittazione della libreria" msgid "Wrong old password" msgstr "Password precedente errata" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2024,8 +2034,8 @@ msgstr "Descrizione è richiesta." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Permesso negato." @@ -3007,7 +3017,8 @@ msgstr "Nuovi file aggiornati in %s" msgid "New notice on %s" msgstr "Nuova notifica in %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6604,6 +6615,10 @@ msgstr "Sei sicuro di ripristinare questa libreria?" msgid "Successfully restored {dirent_name}" msgstr "Ripristinata con sucecsso {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7062,6 +7077,10 @@ msgid "" "accept the terms." msgstr "Abilitare l'amministratore di sistema per aggiungere termini e condizioni e tutti gli utenti dovranno accettare i termini." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8006,7 +8025,7 @@ msgstr "La cronologia che hai specificato non esiste" msgid "Unknown error" msgstr "Errore sconosciuto" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" non esiste." @@ -8167,7 +8186,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Impossibile visualizzare il formato origine del file, le impostazioni di condivisione dei link sono esaurite." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/it/LC_MESSAGES/djangojs.po b/locale/it/LC_MESSAGES/djangojs.po index 2d6107b122..90eea79ccd 100644 --- a/locale/it/LC_MESSAGES/djangojs.po +++ b/locale/it/LC_MESSAGES/djangojs.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" -"Last-Translator: zheng xie \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" +"Last-Translator: Teo \n" "Language-Team: Italian (http://www.transifex.com/haiwen/seahub/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -190,6 +190,7 @@ msgstr "Seleziona il file correlato per {placeholder}" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "Indietro" @@ -201,6 +202,7 @@ msgstr "Seleziona il file" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -388,8 +390,9 @@ msgstr "Password della biblioteca modificata con successo." #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -433,8 +436,9 @@ msgstr "Errore" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -591,6 +595,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Ripristina Libreria" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Sei sicuro di ripristinare questa libreria?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Ripristina" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -685,7 +708,8 @@ msgstr "Nuova libreria del dipartimento" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Nome" @@ -1297,7 +1321,7 @@ msgstr "Nome Libraria" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Dimensione" @@ -1730,7 +1754,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Scarica" @@ -1965,13 +1989,6 @@ msgstr "Commento" msgid "Online view is not applicable to this file format" msgstr "La visualizzazione online non è applicabile a questo formato di file" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Ripristina" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2108,7 +2125,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "File download disabilitato: la quota di traffico del collegamento per l'utente è esaurita." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Percorso corrente:" @@ -2645,6 +2662,7 @@ msgstr "Cartella spostata" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Permesso negato." @@ -2723,7 +2741,7 @@ msgstr "È possibile creare librerie cliccando sul pulsante \"Nuova libreria\"." #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2834,49 +2852,49 @@ msgstr "Menu laterale di navigazione" msgid "Search files in this library" msgstr "Ricerca documenti in questa libreria" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "%(name)s spostato con successo. " -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "Impossibile spostare %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "%(name)sCopiato con successo." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "Impossibile copiare %(name)s" @@ -2937,6 +2955,7 @@ msgid "Deleted Time" msgstr "Tempo di cancellazione" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "Libreria ripristinata con successo." @@ -3135,6 +3154,7 @@ msgstr "Data" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "File" @@ -3510,11 +3530,12 @@ msgstr "" msgid "Delete Time" msgstr "Orario Cancellazione" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "1 oggetto Ripristinato con successo." #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Cartella" @@ -3548,7 +3569,7 @@ msgstr "Etichette" msgid "None" msgstr "Niente" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Sconosciuto" @@ -3560,6 +3581,10 @@ msgstr "Versione Corrente" msgid "View Snapshot" msgstr "Visualizza Istantanea" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "La cartella è stata aggiornata." @@ -4256,10 +4281,6 @@ msgstr "Sei sicuro di voler eliminare tutte le librerie di %s?" msgid "Are you sure you want to delete %s completely?" msgstr "Sei sicuro di voler eliminare %s completamente?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Ripristina Libreria" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/ja/LC_MESSAGES/django.po b/locale/ja/LC_MESSAGES/django.po index b8a568a475..353982b28c 100644 --- a/locale/ja/LC_MESSAGES/django.po +++ b/locale/ja/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Japanese (http://www.transifex.com/haiwen/seahub/language/ja/)\n" "MIME-Version: 1.0\n" @@ -526,6 +526,10 @@ msgstr "" msgid "Error" msgstr "エラー" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -558,6 +562,12 @@ msgstr "ライブラリ復号化エラー" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2019,8 +2029,8 @@ msgstr "説明は入力必須です" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "権限がありません。" @@ -3002,7 +3012,8 @@ msgstr "" msgid "New notice on %s" msgstr "%sの新規通知" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6596,6 +6607,10 @@ msgstr "このライブラリを本当に復元して良いですか?" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7054,6 +7069,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -7998,7 +8017,7 @@ msgstr "指定された改版履歴がありません。" msgid "Unknown error" msgstr "不明なエラー" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8159,7 +8178,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/ko/LC_MESSAGES/django.po b/locale/ko/LC_MESSAGES/django.po index d02effc9c1..67280a2444 100644 --- a/locale/ko/LC_MESSAGES/django.po +++ b/locale/ko/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Korean (http://www.transifex.com/haiwen/seahub/language/ko/)\n" "MIME-Version: 1.0\n" @@ -524,6 +524,10 @@ msgstr "%s 사용자가 이미 있습니다." msgid "Error" msgstr "오류" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -556,6 +560,12 @@ msgstr "해독 라이브러리 오류" msgid "Wrong old password" msgstr "잘못된 이전 암호" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2017,8 +2027,8 @@ msgstr "설명이 필요합니다." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "권한이 거부되었습니다" @@ -3000,7 +3010,8 @@ msgstr "%s에 새 파일 업데이트함" msgid "New notice on %s" msgstr "%s에 새 공지가 있습니다" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6594,6 +6605,10 @@ msgstr "이 라이브러리를 정말로 복원할까요?" msgid "Successfully restored {dirent_name}" msgstr "{dirent_name}을(를) 성공적으로 복원했습니다" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7052,6 +7067,10 @@ msgid "" "accept the terms." msgstr "시스템 관리자가 이용 조항을 추가하여 모든 사용자가 이 조항에 동의하도록 합니다." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -7996,7 +8015,7 @@ msgstr "지정한 이력이 없습니다" msgid "Unknown error" msgstr "알 수 없는 오류" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\"이(가) 없습니다." @@ -8157,7 +8176,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "원시 파일을 볼 수 없습니다. 공유 링크 트래픽이 사용 중입니다." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/lt/LC_MESSAGES/django.po b/locale/lt/LC_MESSAGES/django.po index ee2fe376e1..2e3b266d09 100644 --- a/locale/lt/LC_MESSAGES/django.po +++ b/locale/lt/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Lithuanian (http://www.transifex.com/haiwen/seahub/language/lt/)\n" "MIME-Version: 1.0\n" @@ -524,6 +524,10 @@ msgstr "Vartotojas %s jau yra." msgid "Error" msgstr "Klaida" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -556,6 +560,12 @@ msgstr "Nepavyko iššifruoti bibliotekos" msgid "Wrong old password" msgstr "Senas slaptažodis neteisingas" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2032,8 +2042,8 @@ msgstr "Aprašymas privalomas." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Prieiga uždrausta" @@ -3015,7 +3025,8 @@ msgstr "" msgid "New notice on %s" msgstr "%sgautas naujas pranešimas " -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6618,6 +6629,10 @@ msgstr "Tikrai norite atkurti šią biblioteką?" msgid "Successfully restored {dirent_name}" msgstr "Sėkmingai atkurta {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7076,6 +7091,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8020,7 +8039,7 @@ msgstr "Nurodyto žurnalo nėra" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8181,7 +8200,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/lv/LC_MESSAGES/django.po b/locale/lv/LC_MESSAGES/django.po index 2944f44835..ac13eeb176 100644 --- a/locale/lv/LC_MESSAGES/django.po +++ b/locale/lv/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Latvian (http://www.transifex.com/haiwen/seahub/language/lv/)\n" "MIME-Version: 1.0\n" @@ -522,6 +522,10 @@ msgstr "Lietotājs %s jau pastāv." msgid "Error" msgstr "Kļūda" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -554,6 +558,12 @@ msgstr "Atkodēšanas kļūda" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2025,8 +2035,8 @@ msgstr "Nepieciešams apraksts." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Pieeja liegta" @@ -3008,7 +3018,8 @@ msgstr "" msgid "New notice on %s" msgstr "Jauns paziņojums no %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6608,6 +6619,10 @@ msgstr "Vai tiešām vēlaties atjaunot šō bibliotēku?" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7066,6 +7081,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8010,7 +8029,7 @@ msgstr "Norādītais vēstures saraksts nepastāv" msgid "Unknown error" msgstr "Nezināma kļūda" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nepastāv." @@ -8171,7 +8190,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Avota datni nevar apskatīt, izmantotā datplūsma pārsniegta." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/lv/LC_MESSAGES/djangojs.po b/locale/lv/LC_MESSAGES/djangojs.po index 2daa0eba64..33f4fc6532 100644 --- a/locale/lv/LC_MESSAGES/djangojs.po +++ b/locale/lv/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: Qubit Bit\n" "Language-Team: Latvian (http://www.transifex.com/haiwen/seahub/language/lv/)\n" "MIME-Version: 1.0\n" @@ -189,6 +189,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "Atpakaļ" @@ -200,6 +201,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -387,8 +389,9 @@ msgstr "Bibliotēkas parole veiksmīgi nomainīta." #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -432,8 +435,9 @@ msgstr "Kļūda" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -590,6 +594,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Atjaunot bibliotēku" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Vai tiešām vēlaties atjaunot šō bibliotēku?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Atjaunot" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -684,7 +707,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Vārds" @@ -1296,7 +1320,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Izmērs " @@ -1729,7 +1753,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Lejuplādēt" @@ -1964,13 +1988,6 @@ msgstr "Komentārs" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Atjaunot" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2107,7 +2124,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Atrodaties mapē: " @@ -2644,6 +2661,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Pieeja liegta" @@ -2722,7 +2740,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2833,49 +2851,49 @@ msgstr "" msgid "Search files in this library" msgstr "Meklēt datnes bibliotēkā" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr " Veiksmīgi pārsūtīts %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "Kļūda pārvietojot %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "Veiksmīgi kopēts %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "Kļūda kopējot %(name)s." @@ -2936,6 +2954,7 @@ msgid "Deleted Time" msgstr "Dzēšanas laiks" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3134,6 +3153,7 @@ msgstr "Datums" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Datne" @@ -3509,11 +3529,12 @@ msgstr "" msgid "Delete Time" msgstr "Dzēst laiku" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Mape" @@ -3547,7 +3568,7 @@ msgstr "" msgid "None" msgstr "Neviens" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Nezināms" @@ -3559,6 +3580,10 @@ msgstr "Pašreizējā versija" msgid "View Snapshot" msgstr "Skatīt momentuzņēmumu" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4255,10 +4280,6 @@ msgstr "Vai tiešām vēlaties izdzēst visus %s bibliotēkas?" msgid "Are you sure you want to delete %s completely?" msgstr "Vai tiešām vēlaties pilnībā dzēst %s ?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Atjaunot bibliotēku" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/lv_LV/LC_MESSAGES/djangojs.po b/locale/lv_LV/LC_MESSAGES/djangojs.po index 5be3c37093..9cf6a73dc8 100644 --- a/locale/lv_LV/LC_MESSAGES/djangojs.po +++ b/locale/lv_LV/LC_MESSAGES/djangojs.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" -"Last-Translator: vsv \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: Latvian (Latvia) (http://www.transifex.com/haiwen/seahub/language/lv_LV/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -188,6 +188,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "" @@ -199,6 +200,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -386,8 +388,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -431,8 +434,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -589,6 +593,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -683,7 +706,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Nosaukums" @@ -1295,7 +1319,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "" @@ -1728,7 +1752,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Lejuplādēt" @@ -1963,13 +1987,6 @@ msgstr "" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2106,7 +2123,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Atrodaties mapē: " @@ -2643,6 +2660,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Pieeja liegta" @@ -2721,7 +2739,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2832,49 +2850,49 @@ msgstr "" msgid "Search files in this library" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "" @@ -2935,6 +2953,7 @@ msgid "Deleted Time" msgstr "" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3133,6 +3152,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Datne" @@ -3508,11 +3528,12 @@ msgstr "" msgid "Delete Time" msgstr "" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "" @@ -3546,7 +3567,7 @@ msgstr "" msgid "None" msgstr "Neviens" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Nezināms" @@ -3558,6 +3579,10 @@ msgstr "" msgid "View Snapshot" msgstr "" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4254,10 +4279,6 @@ msgstr "" msgid "Are you sure you want to delete %s completely?" msgstr "" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/mk/LC_MESSAGES/django.po b/locale/mk/LC_MESSAGES/django.po index acdb2949cb..36dc2e83b0 100644 --- a/locale/mk/LC_MESSAGES/django.po +++ b/locale/mk/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Macedonian (http://www.transifex.com/haiwen/seahub/language/mk/)\n" "MIME-Version: 1.0\n" @@ -521,6 +521,10 @@ msgstr "" msgid "Error" msgstr "" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -553,6 +557,12 @@ msgstr "" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2019,8 +2029,8 @@ msgstr "" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "" @@ -3002,7 +3012,8 @@ msgstr "" msgid "New notice on %s" msgstr "" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6599,6 +6610,10 @@ msgstr "" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7057,6 +7072,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8001,7 +8020,7 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8162,7 +8181,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/nl/LC_MESSAGES/django.po b/locale/nl/LC_MESSAGES/django.po index a005480a08..94a37831a8 100644 --- a/locale/nl/LC_MESSAGES/django.po +++ b/locale/nl/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Dutch (http://www.transifex.com/haiwen/seahub/language/nl/)\n" "MIME-Version: 1.0\n" @@ -521,6 +521,10 @@ msgstr "" msgid "Error" msgstr "" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -553,6 +557,12 @@ msgstr "" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2019,8 +2029,8 @@ msgstr "" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "" @@ -3002,7 +3012,8 @@ msgstr "" msgid "New notice on %s" msgstr "" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6599,6 +6610,10 @@ msgstr "" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7057,6 +7072,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8001,7 +8020,7 @@ msgstr "" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8162,7 +8181,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/nl/LC_MESSAGES/djangojs.po b/locale/nl/LC_MESSAGES/djangojs.po index 5f19cf3d04..5d0cd28236 100644 --- a/locale/nl/LC_MESSAGES/djangojs.po +++ b/locale/nl/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Dutch (http://www.transifex.com/haiwen/seahub/language/nl/)\n" "MIME-Version: 1.0\n" @@ -188,6 +188,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "" @@ -199,6 +200,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -386,8 +388,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -431,8 +434,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -589,6 +593,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -683,7 +706,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "" @@ -1295,7 +1319,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "" @@ -1728,7 +1752,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "" @@ -1963,13 +1987,6 @@ msgstr "" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2106,7 +2123,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "" @@ -2643,6 +2660,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "" @@ -2721,7 +2739,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2832,49 +2850,49 @@ msgstr "" msgid "Search files in this library" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "" @@ -2935,6 +2953,7 @@ msgid "Deleted Time" msgstr "" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3133,6 +3152,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "" @@ -3508,11 +3528,12 @@ msgstr "" msgid "Delete Time" msgstr "" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "" @@ -3546,7 +3567,7 @@ msgstr "" msgid "None" msgstr "" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "" @@ -3558,6 +3579,10 @@ msgstr "" msgid "View Snapshot" msgstr "" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4254,10 +4279,6 @@ msgstr "" msgid "Are you sure you want to delete %s completely?" msgstr "" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/nl_NL/LC_MESSAGES/djangojs.po b/locale/nl_NL/LC_MESSAGES/djangojs.po index b0a0fa93d7..5376421a60 100644 --- a/locale/nl_NL/LC_MESSAGES/djangojs.po +++ b/locale/nl_NL/LC_MESSAGES/djangojs.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" -"Last-Translator: Wijnand Modderman-Lenstra \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" +"Last-Translator: Tony den Haan \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/haiwen/seahub/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -193,6 +193,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "Terug" @@ -204,6 +205,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -391,8 +393,9 @@ msgstr "Succesvolle wijziging van wachtwoord bibliotheek" #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -436,8 +439,9 @@ msgstr "Fout" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -594,6 +598,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Bibliotheek herstellen" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Weet je zeker dat je deze bibliotheek wil terughalen?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Terughalen" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -688,7 +711,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Naam" @@ -1300,7 +1324,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Grootte" @@ -1733,7 +1757,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Downloaden" @@ -1968,13 +1992,6 @@ msgstr "Opmerking" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Terughalen" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2111,7 +2128,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Download is niet mogelijk: de limiet voor verkeer van bestanden delen is overschreden." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Huidig pad:" @@ -2648,6 +2665,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Permissie geweigerd" @@ -2726,7 +2744,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2837,49 +2855,49 @@ msgstr "" msgid "Search files in this library" msgstr "Zoek bestanden in deze bibliotheek" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "Verplaatsen van %(name)s gelukt." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "Kon %(name)s niet verplaatsen" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "Kopiëren van %(name)s gelukt." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "Kon %(name)s niet kopiëren" @@ -2940,6 +2958,7 @@ msgid "Deleted Time" msgstr "Tijdstip verwijderd" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3138,6 +3157,7 @@ msgstr "Datum" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Bestand" @@ -3513,11 +3533,12 @@ msgstr "" msgid "Delete Time" msgstr "Tijdstip verwijderen" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Map" @@ -3551,7 +3572,7 @@ msgstr "" msgid "None" msgstr "Geen" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Onbekend" @@ -3563,6 +3584,10 @@ msgstr "Huidige versie" msgid "View Snapshot" msgstr "Bekijk Snapshot" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4259,10 +4284,6 @@ msgstr "Weet je zeker dat al %s's bibliotheken wilt verwijderen?" msgid "Are you sure you want to delete %s completely?" msgstr "Weet je zeker dat je %s volledig wilt verwijderen?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Bibliotheek herstellen" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po index 07a2f93761..4acec9703e 100644 --- a/locale/pl/LC_MESSAGES/django.po +++ b/locale/pl/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Polish (http://www.transifex.com/haiwen/seahub/language/pl/)\n" "MIME-Version: 1.0\n" @@ -526,6 +526,10 @@ msgstr "Użytkownik %s już istnieje." msgid "Error" msgstr "Błąd" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -558,6 +562,12 @@ msgstr "Błąd deszyfrowania biblioteki" msgid "Wrong old password" msgstr "Nieprawidłowe stare hasło" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2034,8 +2044,8 @@ msgstr "Opis jest wymagany." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Odmowa dostępu" @@ -3017,7 +3027,8 @@ msgstr "" msgid "New notice on %s" msgstr "%s nowych powiadomień" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6620,6 +6631,10 @@ msgstr "Czy na pewno chcesz przywrócić tę bibliotekę?" msgid "Successfully restored {dirent_name}" msgstr "Pomyślnie przywrócono {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7078,6 +7093,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8022,7 +8041,7 @@ msgstr "Wskazana historia nie istnieje" msgid "Unknown error" msgstr "Nieznany błąd" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" nie istnieje." @@ -8183,7 +8202,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Nie można wyświetlić surowego pliku, transfer dla tego łącza został wykorzystany." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index 450d16243d..bd82825c39 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/haiwen/seahub/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -537,6 +537,10 @@ msgstr "O usuário %s já existe." msgid "Error" msgstr "Erro" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -569,6 +573,12 @@ msgstr "Falha ao descriptografar a biblioteca" msgid "Wrong old password" msgstr "Senha antiga errada." +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2035,8 +2045,8 @@ msgstr "A descrição é obrigatória." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Permissão negada" @@ -3018,7 +3028,8 @@ msgstr "" msgid "New notice on %s" msgstr "Nova notificação em %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6615,6 +6626,10 @@ msgstr "Tem certeza que deseja recuperar essa biblioteca?" msgid "Successfully restored {dirent_name}" msgstr "Restaurado com sucesso {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7073,6 +7088,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8017,7 +8036,7 @@ msgstr "O histórico que você especificou não existe" msgid "Unknown error" msgstr "Erro desconhecido" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" não existe." @@ -8178,7 +8197,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Impossível visualizar arquivo no formato bruto. Utilize link de compartilhamento." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po index c7662c3551..535d0b3720 100644 --- a/locale/ru/LC_MESSAGES/django.po +++ b/locale/ru/LC_MESSAGES/django.po @@ -25,9 +25,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 07:05+0000\n" -"Last-Translator: Vladimir \n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" +"Last-Translator: imwhatiam \n" "Language-Team: Russian (http://www.transifex.com/haiwen/seahub/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -539,6 +539,10 @@ msgstr "Пользователь %s уже существует." msgid "Error" msgstr "Ошибка" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -571,6 +575,12 @@ msgstr "Ошибка расшифровки библиотеки" msgid "Wrong old password" msgstr "Неверный старый пароль" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2047,8 +2057,8 @@ msgstr "Необходимо описание." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Доступ запрещен" @@ -3030,7 +3040,8 @@ msgstr "Новые обновления файла в %s" msgid "New notice on %s" msgstr "Новое уведомление в %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6633,6 +6644,10 @@ msgstr "Вы уверены, что хотите восстановить эту msgid "Successfully restored {dirent_name}" msgstr "Успешно восстановлен {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7091,6 +7106,10 @@ msgid "" "accept the terms." msgstr "Включить системного администратора добавить \"Условия и положения\", и все пользователи должны будут принять эти условия." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8035,7 +8054,7 @@ msgstr "Указанная история не существует" msgid "Unknown error" msgstr "Неизвестная ошибка" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" не существует." @@ -8196,7 +8215,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Невозможно просмотреть исходный файл, трафик по ссылке превышен." #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "Общедоступная ссылка для %s." diff --git a/locale/ru/LC_MESSAGES/djangojs.po b/locale/ru/LC_MESSAGES/djangojs.po index 59b0fa44ce..d72d7c24f6 100644 --- a/locale/ru/LC_MESSAGES/djangojs.po +++ b/locale/ru/LC_MESSAGES/djangojs.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Russian (http://www.transifex.com/haiwen/seahub/language/ru/)\n" "MIME-Version: 1.0\n" @@ -191,6 +191,7 @@ msgstr "Выбрать связанный файл для {placeholder}" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "Назад" @@ -202,6 +203,7 @@ msgstr "Выбрать файл" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -389,8 +391,9 @@ msgstr "Успешно изменен пароль библиотеки." #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -434,8 +437,9 @@ msgstr "Ошибка" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -484,7 +488,7 @@ msgstr "все" #: frontend/src/components/dialog/clean-trash.js:45 msgid "Clean succeeded." -msgstr "" +msgstr "Успешно очищено." #: frontend/src/components/dialog/clean-trash.js:66 #: frontend/src/repo-folder-trash.js:218 @@ -592,6 +596,25 @@ msgstr "Разъединить" msgid "Are you sure you want to disconnect?" msgstr "Вы уверены, что хотите разъединить?" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Восстановить библиотеку" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Вы уверены, что хотите восстановить эту библиотеку?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Восстановить" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -686,7 +709,8 @@ msgstr "Новая библиотека отдела" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Имя" @@ -1298,7 +1322,7 @@ msgstr "Название библиотеки" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Размер" @@ -1731,7 +1755,7 @@ msgstr "Опубликовать библиотеку" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Скачать" @@ -1966,13 +1990,6 @@ msgstr "Комментарий" msgid "Online view is not applicable to this file format" msgstr "Онлайн-просмотр не применим к этому формату файла" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Восстановить" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2109,7 +2126,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Скачивание файла недоступно: трафик по ссылке превышен." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr " " @@ -2646,6 +2663,7 @@ msgstr "Перемещенная папка" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Доступ запрещен" @@ -2692,7 +2710,7 @@ msgstr "Разница" #: frontend/src/pages/file-history/side-panel.js:92 msgid "Successfully restored." -msgstr "" +msgstr "Успешно восстановлено." #: frontend/src/pages/groups/group-view.js:155 msgid "No library is shared to this group" @@ -2724,7 +2742,7 @@ msgstr "Вы можете создать библиотеки, нажав кно #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "Удалено {name}." @@ -2835,49 +2853,49 @@ msgstr "Боковое меню навигации" msgid "Search files in this library" msgstr "Поиск файлов в библиотеке" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "Удалено {name} и {n} других объектов." -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "Не удалось удалить {name} и {n} других объектов." -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "Не удалось переименовать {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "Успешно удалено {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "Не удалось удалить {name}" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "Успешно перемещено %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "Не удалось переместить %(name)s" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "Успешно скопировано %(name)s." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "Не удалось скопировать %(name)s" @@ -2938,6 +2956,7 @@ msgid "Deleted Time" msgstr "Время удаления" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "Успешно восстановлена библиотека." @@ -3136,6 +3155,7 @@ msgstr "Дата" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Файл" @@ -3427,7 +3447,7 @@ msgstr "Поделиться существующими библиотеками #: frontend/src/pages/starred/starred.js:21 msgid "You don't have any favorite items yet" -msgstr "" +msgstr "У вас еще нет любимых элементов" #: frontend/src/pages/starred/starred.js:29 #: frontend/src/pages/starred/starred.js:40 @@ -3505,17 +3525,18 @@ msgstr "Публичные библиотеки предназначены дл #: frontend/src/repo-folder-trash.js:211 msgid "{placeholder} Trash" -msgstr "" +msgstr "{placeholder} Корзина" #: frontend/src/repo-folder-trash.js:251 msgid "Delete Time" msgstr "Удалить время" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "Успешно восстановлен 1 объект." #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Каталог" @@ -3549,7 +3570,7 @@ msgstr "Метки" msgid "None" msgstr "Нет" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Неизвестно" @@ -3561,6 +3582,10 @@ msgstr "Текущая версия" msgid "View Snapshot" msgstr "Просмотр снимка" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "Эта папка была обновлена." @@ -4257,10 +4282,6 @@ msgstr "Вы действительно хотите удалить все %s's msgid "Are you sure you want to delete %s completely?" msgstr "Вы действительно хотите полностью удалить %s?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Восстановить библиотеку" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/sv/LC_MESSAGES/django.po b/locale/sv/LC_MESSAGES/django.po index 14ed198520..d75b8162de 100644 --- a/locale/sv/LC_MESSAGES/django.po +++ b/locale/sv/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Swedish (http://www.transifex.com/haiwen/seahub/language/sv/)\n" "MIME-Version: 1.0\n" @@ -526,6 +526,10 @@ msgstr "Användaren %s existerar redan." msgid "Error" msgstr "Fel" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -558,6 +562,12 @@ msgstr "Fel vid avkryptering av bibliotek" msgid "Wrong old password" msgstr "Felaktigt gammalt lösenord" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2024,8 +2034,8 @@ msgstr "Beskrivning krävs" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Åtkomst nekas" @@ -3007,7 +3017,8 @@ msgstr "" msgid "New notice on %s" msgstr "Ny notis på %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6604,6 +6615,10 @@ msgstr "Är du säker att du vill återställa detta bibliotek?" msgid "Successfully restored {dirent_name}" msgstr "Återställde {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7062,6 +7077,10 @@ msgid "" "accept the terms." msgstr "Tillåt system admin till att lägga till Villkor, samt att alla användare måste acceptera villkoren." +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8006,7 +8025,7 @@ msgstr "Historiken du angett existerar inte" msgid "Unknown error" msgstr "Okänt fel" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" existerar inte." @@ -8167,7 +8186,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "Kan inte visa råfil, all delningslänktrafik har använts. " #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/th_TH/LC_MESSAGES/djangojs.po b/locale/th_TH/LC_MESSAGES/djangojs.po index a084c8c943..120f78d171 100644 --- a/locale/th_TH/LC_MESSAGES/djangojs.po +++ b/locale/th_TH/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: Manop Kalong \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/haiwen/seahub/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -188,6 +188,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "" @@ -199,6 +200,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -386,8 +388,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -431,8 +434,9 @@ msgstr "ผิดพลาด" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -589,6 +593,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "กู้คืนคลังแฟ้มข้อมูล" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "คุณแน่ใจหรือไม่ ที่ต้องการกู้คืนคลังแฟ้มข้อมูล" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "กู้คืน" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -683,7 +706,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "ชื่อ" @@ -1295,7 +1319,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "ขนาด" @@ -1728,7 +1752,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "ดาวน์โหลด" @@ -1963,13 +1987,6 @@ msgstr "" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "กู้คืน" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2106,7 +2123,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "ดาวน์โหลดไฟล์ถูกปิดใช้งาน: แบ่งปันลิงก์ทราฟฟิกของผู้ใช้ถูกใช้อยู่" #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "พาธปัจจุบัน:" @@ -2643,6 +2660,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "ปฏิเสธการได้รับอนุญาต" @@ -2721,7 +2739,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2832,49 +2850,49 @@ msgstr "" msgid "Search files in this library" msgstr "ค้นหาไฟล์ในคลังแฟ้มข้อมูล" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "ย้าย %(name)s สำเร็จ" -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "คัดลอก %(name)s สำเร็จ" -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "" @@ -2935,6 +2953,7 @@ msgid "Deleted Time" msgstr "" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3133,6 +3152,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "แฟ้มข้อมูล" @@ -3508,11 +3528,12 @@ msgstr "" msgid "Delete Time" msgstr "เวลาลบ" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "ไดเร็กทอรี่" @@ -3546,7 +3567,7 @@ msgstr "" msgid "None" msgstr "ไม่มี" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "ไม่รู้" @@ -3558,6 +3579,10 @@ msgstr "" msgid "View Snapshot" msgstr "ดู Snapshot" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4254,10 +4279,6 @@ msgstr "" msgid "Are you sure you want to delete %s completely?" msgstr "" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "กู้คืนคลังแฟ้มข้อมูล" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/tr/LC_MESSAGES/django.po b/locale/tr/LC_MESSAGES/django.po index 3456f64883..7c5766f042 100644 --- a/locale/tr/LC_MESSAGES/django.po +++ b/locale/tr/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Turkish (http://www.transifex.com/haiwen/seahub/language/tr/)\n" "MIME-Version: 1.0\n" @@ -524,6 +524,10 @@ msgstr "" msgid "Error" msgstr "Hata" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -556,6 +560,12 @@ msgstr "Kütüphane şifresi açma hatası" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2022,8 +2032,8 @@ msgstr "Açıklama Gerekli." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "İzin reddedildi" @@ -3005,7 +3015,8 @@ msgstr "" msgid "New notice on %s" msgstr "%s -'de yeni bildirim" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6602,6 +6613,10 @@ msgstr "Kütüphaneyi geri yüklemek istediğinize emin misiniz?" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7060,6 +7075,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8004,7 +8023,7 @@ msgstr "Belirttiğiniz geçmiş yok" msgid "Unknown error" msgstr "Bilinmeyen hata" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" mevcut değil." @@ -8165,7 +8184,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/tr/LC_MESSAGES/djangojs.po b/locale/tr/LC_MESSAGES/djangojs.po index 5c128f53f7..68ddc980a3 100644 --- a/locale/tr/LC_MESSAGES/djangojs.po +++ b/locale/tr/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: Evrim Güner \n" "Language-Team: Turkish (http://www.transifex.com/haiwen/seahub/language/tr/)\n" "MIME-Version: 1.0\n" @@ -188,6 +188,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "" @@ -199,6 +200,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -386,8 +388,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -431,8 +434,9 @@ msgstr "Hata" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -589,6 +593,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Kütüphaneyi Geri Yükle" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Kütüphaneyi geri yüklemek istediğinize emin misiniz?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Eski durumuna getir" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -683,7 +706,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "İsim" @@ -1295,7 +1319,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Boyut" @@ -1728,7 +1752,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "İndir" @@ -1963,13 +1987,6 @@ msgstr "" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Eski durumuna getir" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2106,7 +2123,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Dosya indirme devre dışı bırakıldı: sahibin bağlantı paylaşım trafiği tükendi." #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Geçerli yol:" @@ -2643,6 +2660,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "İzin reddedildi" @@ -2721,7 +2739,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2832,49 +2850,49 @@ msgstr "" msgid "Search files in this library" msgstr "Dosyaları bu kütüphanede ara" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "%(name)s başarıyla taşındı." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "%(name)s başarıyla kopyalandı." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "" @@ -2935,6 +2953,7 @@ msgid "Deleted Time" msgstr "Silinme Zamanı" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3133,6 +3152,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Dosya" @@ -3508,11 +3528,12 @@ msgstr "" msgid "Delete Time" msgstr "Zamanı sil" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Dizin" @@ -3546,7 +3567,7 @@ msgstr "" msgid "None" msgstr "Yok " -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Bilinmeyen" @@ -3558,6 +3579,10 @@ msgstr "" msgid "View Snapshot" msgstr "Snapshot Göster" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4254,10 +4279,6 @@ msgstr "%s'e ait tüm kütüphaneleri silmek istediğinize emin misiniz?" msgid "Are you sure you want to delete %s completely?" msgstr "%s'i tamamen silmek istediğinize emin misiniz?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Kütüphaneyi Geri Yükle" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/uk/LC_MESSAGES/django.po b/locale/uk/LC_MESSAGES/django.po index ea01ef1eed..d93a72597c 100644 --- a/locale/uk/LC_MESSAGES/django.po +++ b/locale/uk/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Ukrainian (http://www.transifex.com/haiwen/seahub/language/uk/)\n" "MIME-Version: 1.0\n" @@ -527,6 +527,10 @@ msgstr "" msgid "Error" msgstr "Помилка" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -559,6 +563,12 @@ msgstr "Помилка розшифровки бібліотеки" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2035,8 +2045,8 @@ msgstr "Потрібен опис бібліотеки" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Доступ заборонено" @@ -3018,7 +3028,8 @@ msgstr "" msgid "New notice on %s" msgstr "Новий запис на %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6621,6 +6632,10 @@ msgstr "Ви впевнені, що хочете відновити цю біб msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7079,6 +7094,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8023,7 +8042,7 @@ msgstr "Вказана історія не існує" msgid "Unknown error" msgstr "Невідома помилка" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "" @@ -8184,7 +8203,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index 4515cd157a..fee7ce5fd8 100644 --- a/locale/vi/LC_MESSAGES/django.po +++ b/locale/vi/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Vietnamese (http://www.transifex.com/haiwen/seahub/language/vi/)\n" "MIME-Version: 1.0\n" @@ -521,6 +521,10 @@ msgstr "" msgid "Error" msgstr "Lỗi" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -553,6 +557,12 @@ msgstr "Lỗi giải mã" msgid "Wrong old password" msgstr "" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2014,8 +2024,8 @@ msgstr "Yêu cầu mô tả." #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "Không có quyền" @@ -2997,7 +3007,8 @@ msgstr "" msgid "New notice on %s" msgstr "Ghi chú mới trên %s" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6591,6 +6602,10 @@ msgstr "Bạn có muốn khôi phục thư viện này?" msgid "Successfully restored {dirent_name}" msgstr "" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7049,6 +7064,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -7993,7 +8012,7 @@ msgstr "Lịch sử mà bạn chỉ định không tồn tại" msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" không tồn tại." @@ -8154,7 +8173,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "" diff --git a/locale/vi/LC_MESSAGES/djangojs.po b/locale/vi/LC_MESSAGES/djangojs.po index 172550d241..540043cdb3 100644 --- a/locale/vi/LC_MESSAGES/djangojs.po +++ b/locale/vi/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-06-12 03:42+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:48+0000\n" "Last-Translator: ldphuong \n" "Language-Team: Vietnamese (http://www.transifex.com/haiwen/seahub/language/vi/)\n" "MIME-Version: 1.0\n" @@ -188,6 +188,7 @@ msgstr "" #: frontend/src/components/dialog/create-tag-dialog.js:83 #: frontend/src/components/dialog/update-tag-dialog.js:87 #: frontend/src/repo-folder-trash.js:212 frontend/src/repo-history.js:113 +#: frontend/src/repo-snapshot.js:168 msgid "Back" msgstr "" @@ -199,6 +200,7 @@ msgstr "" #: frontend/src/components/dialog/add-related-file-dialog.js:107 #: frontend/src/components/dialog/confirm-delete-account.js:35 #: frontend/src/components/dialog/confirm-disconnect-wechat.js:35 +#: frontend/src/components/dialog/confirm-restore-repo.js:36 #: frontend/src/components/dialog/copy-dirent-dialog.js:168 #: frontend/src/components/dialog/create-file-dialog.js:162 #: frontend/src/components/dialog/create-folder-dialog.js:102 @@ -386,8 +388,9 @@ msgstr "" #: frontend/src/pages/sys-admin/work-weixin-departments.js:218 #: frontend/src/pages/wikis/wikis.js:54 frontend/src/repo-folder-trash.js:68 #: frontend/src/repo-folder-trash.js:151 frontend/src/repo-folder-trash.js:336 -#: frontend/src/repo-history.js:63 frontend/src/settings.js:77 -#: frontend/src/shared-dir-view.js:61 +#: frontend/src/repo-history.js:63 frontend/src/repo-snapshot.js:87 +#: frontend/src/repo-snapshot.js:142 frontend/src/repo-snapshot.js:290 +#: frontend/src/settings.js:77 frontend/src/shared-dir-view.js:61 #: static/scripts/app/views/fileupload.js:18 #: static/scripts/app/views/fileupload.js:228 #: static/scripts/app/views/fileupload.js:268 @@ -431,8 +434,9 @@ msgstr "Lỗi" #: frontend/src/pages/sys-admin/work-weixin-departments.js:220 #: frontend/src/pages/wikis/wikis.js:60 frontend/src/repo-folder-trash.js:74 #: frontend/src/repo-folder-trash.js:157 frontend/src/repo-folder-trash.js:338 -#: frontend/src/repo-history.js:69 frontend/src/settings.js:80 -#: frontend/src/shared-dir-view.js:64 +#: frontend/src/repo-history.js:69 frontend/src/repo-snapshot.js:93 +#: frontend/src/repo-snapshot.js:145 frontend/src/repo-snapshot.js:292 +#: frontend/src/settings.js:80 frontend/src/shared-dir-view.js:64 #: frontend/src/shared-file-view-document.js:74 #: frontend/src/shared-file-view-spreadsheet.js:71 #: frontend/src/view-file-document.js:76 @@ -589,6 +593,25 @@ msgstr "" msgid "Are you sure you want to disconnect?" msgstr "" +#: frontend/src/components/dialog/confirm-restore-repo.js:31 +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "Khôi phục thư viện" + +#: frontend/src/components/dialog/confirm-restore-repo.js:33 +msgid "Are you sure you want to restore this library?" +msgstr "Bạn có muốn khôi phục thư viện này?" + +#: frontend/src/components/dialog/confirm-restore-repo.js:37 +#: frontend/src/components/history-list-view/history-list-item.js:100 +#: frontend/src/pages/file-history-old/history-item.js:121 +#: frontend/src/pages/my-libs/my-libs-deleted.js:160 +#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 +#: frontend/src/repo-snapshot.js:188 frontend/src/repo-snapshot.js:317 +#: frontend/src/repo-snapshot.js:326 +msgid "Restore" +msgstr "Khôi phục" + #: frontend/src/components/dialog/copy-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:50 #: frontend/src/components/dialog/move-dirent-dialog.js:102 @@ -683,7 +706,8 @@ msgstr "" #: frontend/src/pages/share-admin/share-links.js:87 #: frontend/src/pages/share-admin/upload-links.js:55 #: frontend/src/pages/shared-libs/shared-libs.js:64 -#: frontend/src/repo-folder-trash.js:250 frontend/src/shared-dir-view.js:271 +#: frontend/src/repo-folder-trash.js:250 frontend/src/repo-snapshot.js:218 +#: frontend/src/shared-dir-view.js:271 msgid "Name" msgstr "Tên" @@ -1295,7 +1319,7 @@ msgstr "" #: frontend/src/pages/search/advanced-search.js:49 #: frontend/src/pages/search/advanced-search.js:193 #: frontend/src/pages/shared-libs/shared-libs.js:66 -#: frontend/src/repo-folder-trash.js:252 +#: frontend/src/repo-folder-trash.js:252 frontend/src/repo-snapshot.js:219 msgid "Size" msgstr "Dung lượng" @@ -1728,7 +1752,7 @@ msgstr "" #: frontend/src/components/shared-file-view/shared-file-view.js:102 #: frontend/src/components/toolbar/mutilple-dir-operation-toolbar.js:304 #: frontend/src/pages/file-history-old/history-item.js:122 -#: frontend/src/shared-dir-view.js:363 +#: frontend/src/repo-snapshot.js:327 frontend/src/shared-dir-view.js:363 #: frontend/src/utils/text-translation.js:9 msgid "Download" msgstr "Tải xuống" @@ -1963,13 +1987,6 @@ msgstr "" msgid "Online view is not applicable to this file format" msgstr "" -#: frontend/src/components/history-list-view/history-list-item.js:100 -#: frontend/src/pages/file-history-old/history-item.js:121 -#: frontend/src/pages/my-libs/my-libs-deleted.js:160 -#: frontend/src/repo-folder-trash.js:365 frontend/src/repo-folder-trash.js:375 -msgid "Restore" -msgstr "Khôi phục" - #: frontend/src/components/main-side-nav.js:78 #: frontend/src/pages/org-admin/org-groups.js:81 msgid "All Groups" @@ -2106,7 +2123,7 @@ msgid "File download is disabled: the share link traffic of owner is used up." msgstr "Không thể tải xuống: đã dùng hết băng thông chia sẻ" #: frontend/src/components/shared-file-view/shared-file-view.js:90 -#: frontend/src/repo-folder-trash.js:216 +#: frontend/src/repo-folder-trash.js:216 frontend/src/repo-snapshot.js:186 msgid "Current path: " msgstr "Đường dẫn hiện tại" @@ -2643,6 +2660,7 @@ msgstr "" #: frontend/src/pages/sys-admin/file-scan-records.js:100 #: frontend/src/pages/wikis/wikis.js:48 frontend/src/repo-folder-trash.js:62 #: frontend/src/repo-folder-trash.js:145 frontend/src/repo-history.js:57 +#: frontend/src/repo-snapshot.js:81 msgid "Permission denied" msgstr "Không có quyền" @@ -2721,7 +2739,7 @@ msgstr "" #: frontend/src/pages/groups/group-view.js:225 #: frontend/src/pages/groups/groups-view.js:59 -#: frontend/src/pages/lib-content-view/lib-content-view.js:609 +#: frontend/src/pages/lib-content-view/lib-content-view.js:629 #: frontend/src/pages/my-libs/mylib-repo-list-item.js:199 msgid "Successfully deleted {name}." msgstr "" @@ -2832,49 +2850,49 @@ msgstr "" msgid "Search files in this library" msgstr "Tìm trong thư viện" -#: frontend/src/pages/lib-content-view/lib-content-view.js:605 +#: frontend/src/pages/lib-content-view/lib-content-view.js:625 msgid "Successfully deleted {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:614 +#: frontend/src/pages/lib-content-view/lib-content-view.js:634 msgid "Failed to delete {name} and other {n} items." msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:784 -#: frontend/src/pages/lib-content-view/lib-content-view.js:792 +#: frontend/src/pages/lib-content-view/lib-content-view.js:804 +#: frontend/src/pages/lib-content-view/lib-content-view.js:812 msgid "Renaming {name} failed" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:811 -#: frontend/src/pages/lib-content-view/lib-content-view.js:822 +#: frontend/src/pages/lib-content-view/lib-content-view.js:831 +#: frontend/src/pages/lib-content-view/lib-content-view.js:842 #: frontend/src/pages/org-admin/org-groups.js:67 #: frontend/src/pages/org-admin/org-libraries.js:69 msgid "Successfully deleted {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:815 -#: frontend/src/pages/lib-content-view/lib-content-view.js:826 +#: frontend/src/pages/lib-content-view/lib-content-view.js:835 +#: frontend/src/pages/lib-content-view/lib-content-view.js:846 msgid "Failed to delete {name}" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:855 +#: frontend/src/pages/lib-content-view/lib-content-view.js:877 #: frontend/src/repo-wiki-mode.js:498 frontend/src/utils/utils.js:824 #: static/scripts/app/views/dir.js:1278 static/scripts/app/views/dir.js:1440 msgid "Successfully moved %(name)s." msgstr "Di chuyển %(name)s thành công." -#: frontend/src/pages/lib-content-view/lib-content-view.js:859 +#: frontend/src/pages/lib-content-view/lib-content-view.js:881 #: frontend/src/repo-wiki-mode.js:502 static/scripts/app/views/dir.js:1383 msgid "Failed to move %(name)s" msgstr "" -#: frontend/src/pages/lib-content-view/lib-content-view.js:881 +#: frontend/src/pages/lib-content-view/lib-content-view.js:905 #: frontend/src/repo-wiki-mode.js:515 frontend/src/utils/utils.js:809 #: static/scripts/app/views/dir.js:1287 static/scripts/app/views/dir.js:1448 msgid "Successfully copied %(name)s." msgstr "Sao chép %(name)s thành công." -#: frontend/src/pages/lib-content-view/lib-content-view.js:885 +#: frontend/src/pages/lib-content-view/lib-content-view.js:909 #: frontend/src/repo-wiki-mode.js:519 static/scripts/app/views/dir.js:1383 msgid "Failed to copy %(name)s" msgstr "" @@ -2935,6 +2953,7 @@ msgid "Deleted Time" msgstr "Thời gian xóa" #: frontend/src/pages/my-libs/my-libs-deleted.js:140 +#: frontend/src/repo-snapshot.js:135 msgid "Successfully restored the library." msgstr "" @@ -3133,6 +3152,7 @@ msgstr "" #: frontend/src/pages/org-admin/org-logs-file-audit.js:99 #: frontend/src/repo-folder-trash.js:370 frontend/src/repo-folder-trash.js:422 +#: frontend/src/repo-snapshot.js:322 msgid "File" msgstr "Tập tin" @@ -3508,11 +3528,12 @@ msgstr "" msgid "Delete Time" msgstr "Thời gian xóa" -#: frontend/src/repo-folder-trash.js:332 +#: frontend/src/repo-folder-trash.js:332 frontend/src/repo-snapshot.js:286 msgid "Successfully restored 1 item." msgstr "" #: frontend/src/repo-folder-trash.js:360 frontend/src/repo-folder-trash.js:414 +#: frontend/src/repo-snapshot.js:313 msgid "Directory" msgstr "Thư mục" @@ -3546,7 +3567,7 @@ msgstr "" msgid "None" msgstr "None" -#: frontend/src/repo-history.js:266 +#: frontend/src/repo-history.js:266 frontend/src/repo-snapshot.js:180 msgid "Unknown" msgstr "Không xác định" @@ -3558,6 +3579,10 @@ msgstr "" msgid "View Snapshot" msgstr "" +#: frontend/src/repo-snapshot.js:167 +msgid "{placeholder} Snapshot" +msgstr "" + #: frontend/src/repo-wiki-mode.js:133 msgid "This folder has been updated. " msgstr "" @@ -4254,10 +4279,6 @@ msgstr "Bạn có chắc muốn xóa tất cả %s's thư viện?" msgid "Are you sure you want to delete %s completely?" msgstr "Bạn có chắc muốn xóa %s hoàn toàn?" -#: static/scripts/sysadmin-app/views/trash-repo.js:58 -msgid "Restore Library" -msgstr "Khôi phục thư viện" - #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" diff --git a/locale/zh_CN/LC_MESSAGES/django.po b/locale/zh_CN/LC_MESSAGES/django.po index 6b8386a4f2..0263984d09 100644 --- a/locale/zh_CN/LC_MESSAGES/django.po +++ b/locale/zh_CN/LC_MESSAGES/django.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:36+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 04:08+0000\n" "Last-Translator: 杨顺强 \n" "Language-Team: Chinese (China) (http://www.transifex.com/haiwen/seahub/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -535,6 +535,10 @@ msgstr "用户 %s 已存在。" msgid "Error" msgstr "错误" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "当前资料库尚未解密。" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -567,6 +571,12 @@ msgstr "解密资料库出错" msgid "Wrong old password" msgstr "密码错误" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "文件%s已锁定" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2028,8 +2038,8 @@ msgstr "描述为必填项" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "没有权限" @@ -3011,7 +3021,8 @@ msgstr "%s上有新文件改动" msgid "New notice on %s" msgstr "%s 有新消息" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6605,6 +6616,10 @@ msgstr "确定要还原该资料库?" msgid "Successfully restored {dirent_name}" msgstr "成功还原 {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "镜像" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7063,6 +7078,10 @@ msgid "" "accept the terms." msgstr "允许系统管理员添加条款,并且所有用户都必须接受该条款。" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "删除团体" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8007,7 +8026,7 @@ msgstr "指定的历史记录不存在" msgid "Unknown error" msgstr "未知错误" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" 不存在。" @@ -8168,7 +8187,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "无法查看文件,外链流量已用完。" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr "%s 的共享链接。" diff --git a/locale/zh_TW/LC_MESSAGES/django.po b/locale/zh_TW/LC_MESSAGES/django.po index fd4424158c..eb33c2935f 100644 --- a/locale/zh_TW/LC_MESSAGES/django.po +++ b/locale/zh_TW/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-12 11:40+0800\n" -"PO-Revision-Date: 2019-05-30 03:26+0000\n" +"POT-Creation-Date: 2019-06-18 11:47+0800\n" +"PO-Revision-Date: 2019-06-18 03:47+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/haiwen/seahub/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -528,6 +528,10 @@ msgstr "用戶 %s 已存在。" msgid "Error" msgstr "錯誤" +#: seahub/api2/endpoints/repo_commit_revert.py:60 +msgid "This library has not been decrypted." +msgstr "" + #: seahub/api2/endpoints/repo_send_new_password.py:44 #: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93 msgid "Feature disabled." @@ -560,6 +564,12 @@ msgstr "解密資料庫出錯" msgid "Wrong old password" msgstr "舊密碼錯誤" +#: seahub/api2/endpoints/repos_batch.py:1254 +#: seahub/api2/endpoints/repos_batch.py:1464 +#, python-format +msgid "File %s is locked." +msgstr "" + #: seahub/api2/endpoints/send_share_link_email.py:33 #: seahub/api2/endpoints/send_upload_link_email.py:32 #: seahub/share/views.py:134 @@ -2021,8 +2031,8 @@ msgstr "描述為必填項" #: seahub/views/ajax.py:538 seahub/views/ajax.py:668 seahub/views/ajax.py:1164 #: seahub/views/ajax.py:1205 seahub/views/file.py:1131 #: seahub/views/file.py:1350 seahub/views/file.py:1537 -#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:175 -#: seahub/views/repo.py:228 seahub/views/repo.py:333 +#: seahub/views/file.py:2064 seahub/views/repo.py:111 seahub/views/repo.py:167 +#: seahub/views/repo.py:219 seahub/views/repo.py:272 seahub/views/repo.py:377 msgid "Permission denied" msgstr "沒有權限" @@ -3004,7 +3014,8 @@ msgstr "" msgid "New notice on %s" msgstr "%s 有新消息" -#: seahub/notifications/management/commands/send_wxwork_notices.py:152 +#: seahub/notifications/management/commands/send_work_weixin_notifications.py:171 +#: seahub/notifications/management/commands/send_wxwork_notices.py:155 #: seahub/notifications/templates/notifications/notice_email.html:9 #, python-format msgid "" @@ -6598,6 +6609,10 @@ msgstr "確定要還原該資料庫?" msgid "Successfully restored {dirent_name}" msgstr "成功還原 {dirent_name}" +#: seahub/templates/repo_snapshot_react.html:5 +msgid "Snapshot" +msgstr "" + #: seahub/templates/share_access_validation.html:6 msgid "" "Please input the password if you want to browse the shared file/directory." @@ -7056,6 +7071,10 @@ msgid "" "accept the terms." msgstr "" +#: seahub/templates/sysadmin/snippets/org_admin_js.html:4 +msgid "Delete organization" +msgstr "" + #: seahub/templates/sysadmin/snippets/sys_org_info_nav.html:6 #: seahub/templates/sysadmin/snippets/sys_statistic_nav.html:7 msgid "Traffic" @@ -8000,7 +8019,7 @@ msgstr "指定的歷史記錄不存在" msgid "Unknown error" msgstr "未知錯誤" -#: seahub/views/__init__.py:983 seahub/views/repo.py:232 +#: seahub/views/__init__.py:983 seahub/views/repo.py:276 #, python-format msgid "\"%s\" does not exist." msgstr "\"%s\" 不存在。" @@ -8161,7 +8180,7 @@ msgid "Unable to view raw file, share link traffic is used up." msgstr "無法查看檔案,外鏈流量已用完。" #: seahub/views/file.py:1281 seahub/views/file.py:1491 -#: seahub/views/repo.py:283 +#: seahub/views/repo.py:327 #, python-format msgid "Share link for %s." msgstr ""